ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
EVP_PBE_CipherInit (
ASN1_OBJECT* pbe_obj,
char const* pass,
int passlen,
ASN1_TYPE* param,
EVP_CIPHER_CTX* ctx,
int en_de
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 6 |
| Return | int |
| Source | evp_pbe.c |
| Size | 470 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | pbe_obj | ASN1_OBJECT* | 8 | %rdi |
| 1 | pass | char const* | 8 | %rsi |
| 2 | passlen | int | 4 | %rdx |
| 3 | param | ASN1_TYPE* | 8 | %rcx |
| 4 | ctx | EVP_CIPHER_CTX* | 8 | %r8 |
| 5 | en_de | int | 4 | %r9 |
| RETURN | ||||
| .retval | int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int |
| %rdi | pbe_obj | ASN1_OBJECT* |
| %rsi | pass | char const* |
| %rdx | passlen | int |
| %rcx | param | ASN1_TYPE* |
| %r8 | ctx | EVP_CIPHER_CTX* |
| %r9 | en_de | int |