ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
Camellia_set_key (
unsigned char const* userKey,
int const bits,
CAMELLIA_KEY* key
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 3 |
| Return | int |
| Source | cmll_utl.c |
| Size | 14 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | userKey | unsigned char const* | 8 | %rdi |
| 1 | bits | int const | 4 | %rsi |
| 2 | key | CAMELLIA_KEY* | 8 | %rdx |
| RETURN | ||||
| .retval | int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int |
| %rdi | userKey | unsigned char const* |
| %rsi | bits | int const |
| %rdx | key | CAMELLIA_KEY* |