ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
PKCS12_item_i2d_encrypt (
X509_ALGOR* algor,
ASN1_ITEM const* it,
char const* pass,
int passlen,
void* obj,
int zbuf
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 6 |
| Return | ASN1_OCTET_STRING* |
| Source | p12_decr.c |
| Size | 315 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | algor | X509_ALGOR* | 8 | %rdi |
| 1 | it | ASN1_ITEM const* | 8 | %rsi |
| 2 | pass | char const* | 8 | %rdx |
| 3 | passlen | int | 4 | %rcx |
| 4 | obj | void* | 8 | %r8 |
| 5 | zbuf | int | 4 | %r9 |
| RETURN | ||||
| .retval | ASN1_OCTET_STRING* | 8 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | ASN1_OCTET_STRING* |
| %rdi | algor | X509_ALGOR* |
| %rsi | it | ASN1_ITEM const* |
| %rdx | pass | char const* |
| %rcx | passlen | int |
| %r8 | obj | void* |
| %r9 | zbuf | int |