ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
PKCS7_dataVerify (
X509_STORE* cert_store,
X509_STORE_CTX* ctx,
BIO* bio,
PKCS7* p7,
PKCS7_SIGNER_INFO* si
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 5 |
| Return | int |
| Source | pk7_doit.c |
| Size | 475 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | cert_store | X509_STORE* | 8 | %rdi |
| 1 | ctx | X509_STORE_CTX* | 8 | %rsi |
| 2 | bio | BIO* | 8 | %rdx |
| 3 | p7 | PKCS7* | 8 | %rcx |
| 4 | si | PKCS7_SIGNER_INFO* | 8 | %r8 |
| RETURN | ||||
| .retval | int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int |
| %rdi | cert_store | X509_STORE* |
| %rsi | ctx | X509_STORE_CTX* |
| %rdx | bio | BIO* |
| %rcx | p7 | PKCS7* |
| %r8 | si | PKCS7_SIGNER_INFO* |