ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
CMS_decrypt_set1_key (
CMS_ContentInfo* cms,
unsigned char* key,
size_t keylen,
unsigned char* id,
size_t idlen
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 5 |
| Return | int |
| Source | cms_smime.c |
| Size | 292 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | cms | CMS_ContentInfo* | 8 | %rdi |
| 1 | key | unsigned char* | 8 | %rsi |
| 2 | keylen | size_t | 8 | %rdx |
| 3 | id | unsigned char* | 8 | %rcx |
| 4 | idlen | size_t | 8 | %r8 |
| RETURN | ||||
| .retval | int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int |
| %rdi | cms | CMS_ContentInfo* |
| %rsi | key | unsigned char* |
| %rdx | keylen | size_t |
| %rcx | id | unsigned char* |
| %r8 | idlen | size_t |