ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
ASN1_item_sign (
ASN1_ITEM const* it,
X509_ALGOR* algor1,
X509_ALGOR* algor2,
ASN1_BIT_STRING* signature,
void* asn,
EVP_PKEY* pkey,
EVP_MD const* type
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 7 |
| Return | int |
| Source | a_sign.c |
| Size | 140 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | it | ASN1_ITEM const* | 8 | %rdi |
| 1 | algor1 | X509_ALGOR* | 8 | %rsi |
| 2 | algor2 | X509_ALGOR* | 8 | %rdx |
| 3 | signature | ASN1_BIT_STRING* | 8 | %rcx |
| 4 | asn | void* | 8 | %r8 |
| 5 | pkey | EVP_PKEY* | 8 | %r9 |
| 6 | type | EVP_MD const* | 8 | stack + 0 |
| RETURN | ||||
| .retval | int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. | ||
| 0 | type | EVP_MD const* |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int |
| %rdi | it | ASN1_ITEM const* |
| %rsi | algor1 | X509_ALGOR* |
| %rdx | algor2 | X509_ALGOR* |
| %rcx | signature | ASN1_BIT_STRING* |
| %r8 | asn | void* |
| %r9 | pkey | EVP_PKEY* |