ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
PKCS7_decrypt (
PKCS7* p7,
EVP_PKEY* pkey,
X509* cert,
BIO* data,
int flags
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 5 |
| Return | int |
| Source | pk7_smime.c |
| Size | 633 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | p7 | PKCS7* | 8 | %rdi |
| 1 | pkey | EVP_PKEY* | 8 | %rsi |
| 2 | cert | X509* | 8 | %rdx |
| 3 | data | BIO* | 8 | %rcx |
| 4 | flags | int | 4 | %r8 |
| RETURN | ||||
| .retval | int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int |
| %rdi | p7 | PKCS7* |
| %rsi | pkey | EVP_PKEY* |
| %rdx | cert | X509* |
| %rcx | data | BIO* |
| %r8 | flags | int |