ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
CMS_RecipientInfo_kekri_get0_id (
CMS_RecipientInfo* ri,
X509_ALGOR** palg,
ASN1_OCTET_STRING** pid,
ASN1_GENERALIZEDTIME** pdate,
ASN1_OBJECT** potherid,
ASN1_TYPE** pothertype
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 6 |
| Return | int |
| Source | cms_env.c |
| Size | 172 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | ri | CMS_RecipientInfo* | 8 | %rdi |
| 1 | palg | X509_ALGOR** | 8 | %rsi |
| 2 | pid | ASN1_OCTET_STRING** | 8 | %rdx |
| 3 | pdate | ASN1_GENERALIZEDTIME** | 8 | %rcx |
| 4 | potherid | ASN1_OBJECT** | 8 | %r8 |
| 5 | pothertype | ASN1_TYPE** | 8 | %r9 |
| RETURN | ||||
| .retval | int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int |
| %rdi | ri | CMS_RecipientInfo* |
| %rsi | palg | X509_ALGOR** |
| %rdx | pid | ASN1_OCTET_STRING** |
| %rcx | pdate | ASN1_GENERALIZEDTIME** |
| %r8 | potherid | ASN1_OBJECT** |
| %r9 | pothertype | ASN1_TYPE** |