ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
EVP_Cipher (
EVP_CIPHER_CTX* ctx,
unsigned char* out,
unsigned char const* in,
unsigned int inl
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 4 |
| Return | int |
| Source | evp_lib.c |
| Size | 17 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | ctx | EVP_CIPHER_CTX* | 8 | %rdi |
| 1 | out | unsigned char* | 8 | %rsi |
| 2 | in | unsigned char const* | 8 | %rdx |
| 3 | inl | unsigned int | 4 | %rcx |
| RETURN | ||||
| .retval | int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int |
| %rdi | ctx | EVP_CIPHER_CTX* |
| %rsi | out | unsigned char* |
| %rdx | in | unsigned char const* |
| %rcx | inl | unsigned int |