ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
AES_unwrap_key (
AES_KEY* key,
unsigned char const* iv,
unsigned char* out,
unsigned char const* in,
unsigned int inlen
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 5 |
| Return | int |
| Source | aes_wrap.c |
| Size | 24 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | key | AES_KEY* | 8 | %rdi |
| 1 | iv | unsigned char const* | 8 | %rsi |
| 2 | out | unsigned char* | 8 | %rdx |
| 3 | in | unsigned char const* | 8 | %rcx |
| 4 | inlen | unsigned int | 4 | %r8 |
| RETURN | ||||
| .retval | int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int |
| %rdi | key | AES_KEY* |
| %rsi | iv | unsigned char const* |
| %rdx | out | unsigned char* |
| %rcx | in | unsigned char const* |
| %r8 | inlen | unsigned int |