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