ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
CAST_cfb64_encrypt (
unsigned char const* in,
unsigned char* out,
long length,
CAST_KEY const* schedule,
unsigned char* ivec,
int* num,
int enc
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 7 |
| Return | void |
| Source | c_cfb64.c |
| Size | 502 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | in | unsigned char const* | 8 | %rdi |
| 1 | out | unsigned char* | 8 | %rsi |
| 2 | length | long | 8 | %rdx |
| 3 | schedule | CAST_KEY const* | 8 | %rcx |
| 4 | ivec | unsigned char* | 8 | %r8 |
| 5 | num | int* | 8 | %r9 |
| 6 | enc | int | 4 | stack + 0 |
| RETURN: none | ||||
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. | ||
| 0 | enc | int |
| Name | Contents | Type |
|---|---|---|
| %rdi | in | unsigned char const* |
| %rsi | out | unsigned char* |
| %rdx | length | long |
| %rcx | schedule | CAST_KEY const* |
| %r8 | ivec | unsigned char* |
| %r9 | num | int* |