ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
cms_SignerIdentifier_get0_signer_id (
CMS_SignerIdentifier* sid,
ASN1_OCTET_STRING** keyid,
X509_NAME** issuer,
ASN1_INTEGER** sno
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 4 |
| Return | int |
| Source | cms_sd.c |
| Size | 74 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | sid | CMS_SignerIdentifier* | 8 | %rdi |
| 1 | keyid | ASN1_OCTET_STRING** | 8 | %rsi |
| 2 | issuer | X509_NAME** | 8 | %rdx |
| 3 | sno | ASN1_INTEGER** | 8 | %rcx |
| RETURN | ||||
| .retval | int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int |
| %rdi | sid | CMS_SignerIdentifier* |
| %rsi | keyid | ASN1_OCTET_STRING** |
| %rdx | issuer | X509_NAME** |
| %rcx | sno | ASN1_INTEGER** |