ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
EVP_PKEY_encrypt_old (
unsigned char* ek,
unsigned char const* key,
int key_len,
EVP_PKEY* pubk
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 4 |
| Return | int |
| Source | p_enc.c |
| Size | 76 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | ek | unsigned char* | 8 | %rdi |
| 1 | key | unsigned char const* | 8 | %rsi |
| 2 | key_len | int | 4 | %rdx |
| 3 | pubk | EVP_PKEY* | 8 | %rcx |
| RETURN | ||||
| .retval | int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int |
| %rdi | ek | unsigned char* |
| %rsi | key | unsigned char const* |
| %rdx | key_len | int |
| %rcx | pubk | EVP_PKEY* |