ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
DES_cbc_cksum (
unsigned char const* in,
DES_cblock* output,
long length,
DES_key_schedule* schedule,
const_DES_cblock* ivec
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 5 |
| Return | unsigned int |
| Source | cbc_cksm.c |
| Size | 585 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | in | unsigned char const* | 8 | %rdi |
| 1 | output | DES_cblock* | 8 | %rsi |
| 2 | length | long | 8 | %rdx |
| 3 | schedule | DES_key_schedule* | 8 | %rcx |
| 4 | ivec | const_DES_cblock* | 8 | %r8 |
| RETURN | ||||
| .retval | unsigned int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | unsigned int |
| %rdi | in | unsigned char const* |
| %rsi | output | DES_cblock* |
| %rdx | length | long |
| %rcx | schedule | DES_key_schedule* |
| %r8 | ivec | const_DES_cblock* |