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