ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
CMS_RecipientInfo_ktri_get0_algs (
CMS_RecipientInfo* ri,
EVP_PKEY** pk,
X509** recip,
X509_ALGOR** palg
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 4 |
| Return | int |
| Source | cms_env.c |
| Size | 106 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | ri | CMS_RecipientInfo* | 8 | %rdi |
| 1 | pk | EVP_PKEY** | 8 | %rsi |
| 2 | recip | X509** | 8 | %rdx |
| 3 | palg | X509_ALGOR** | 8 | %rcx |
| RETURN | ||||
| .retval | int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int |
| %rdi | ri | CMS_RecipientInfo* |
| %rsi | pk | EVP_PKEY** |
| %rdx | recip | X509** |
| %rcx | palg | X509_ALGOR** |