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