ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
CMS_SharedInfo_encode (
unsigned char** pder,
X509_ALGOR* kekalg,
ASN1_OCTET_STRING* ukm,
int keylen
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 4 |
| Return | int |
| Source | cms_asn1.c |
| Size | 121 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | pder | unsigned char** | 8 | %rdi |
| 1 | kekalg | X509_ALGOR* | 8 | %rsi |
| 2 | ukm | ASN1_OCTET_STRING* | 8 | %rdx |
| 3 | keylen | int | 4 | %rcx |
| RETURN | ||||
| .retval | int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int |
| %rdi | pder | unsigned char** |
| %rsi | kekalg | X509_ALGOR* |
| %rdx | ukm | ASN1_OCTET_STRING* |
| %rcx | keylen | int |