ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
EVP_PBE_alg_add (
int nid,
EVP_CIPHER const* cipher,
EVP_MD const* md,
EVP_PBE_KEYGEN* keygen
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 4 |
| Return | int |
| Source | evp_pbe.c |
| Size | 93 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | nid | int | 4 | %rdi |
| 1 | cipher | EVP_CIPHER const* | 8 | %rsi |
| 2 | md | EVP_MD const* | 8 | %rdx |
| 3 | keygen | EVP_PBE_KEYGEN* | 8 | %rcx |
| RETURN | ||||
| .retval | int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int |
| %rdi | nid | int |
| %rsi | cipher | EVP_CIPHER const* |
| %rdx | md | EVP_MD const* |
| %rcx | keygen | EVP_PBE_KEYGEN* |