ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
SEED_set_key (
unsigned char const* rawkey,
SEED_KEY_SCHEDULE* ks
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 2 |
| Return | void |
| Source | seed.c |
| Size | 2533 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | rawkey | unsigned char const* | 8 | %rdi |
| 1 | ks | SEED_KEY_SCHEDULE* | 8 | %rsi |
| RETURN: none | ||||
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rdi | rawkey | unsigned char const* |
| %rsi | ks | SEED_KEY_SCHEDULE* |