ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
BIO_set_cipher (
BIO* b,
EVP_CIPHER const* c,
unsigned char const* k,
unsigned char const* i,
int e
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 5 |
| Return | void |
| Source | bio_enc.c |
| Size | 153 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | b | BIO* | 8 | %rdi |
| 1 | c | EVP_CIPHER const* | 8 | %rsi |
| 2 | k | unsigned char const* | 8 | %rdx |
| 3 | i | unsigned char const* | 8 | %rcx |
| 4 | e | int | 4 | %r8 |
| RETURN: none | ||||
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rdi | b | BIO* |
| %rsi | c | EVP_CIPHER const* |
| %rdx | k | unsigned char const* |
| %rcx | i | unsigned char const* |
| %r8 | e | int |