ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
PEM_SealInit (
PEM_ENCODE_SEAL_CTX* ctx,
EVP_CIPHER* type,
EVP_MD* md_type,
unsigned char** ek,
int* ekl,
unsigned char* iv,
EVP_PKEY** pubk,
int npubk
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 8 |
| Return | int |
| Source | pem_seal.c |
| Size | 471 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | ctx | PEM_ENCODE_SEAL_CTX* | 8 | %rdi |
| 1 | type | EVP_CIPHER* | 8 | %rsi |
| 2 | md_type | EVP_MD* | 8 | %rdx |
| 3 | ek | unsigned char** | 8 | %rcx |
| 4 | ekl | int* | 8 | %r8 |
| 5 | iv | unsigned char* | 8 | %r9 |
| 6 | pubk | EVP_PKEY** | 8 | stack + 0 |
| 7 | npubk | int | 4 | stack + 8 |
| RETURN | ||||
| .retval | int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. | ||
| 0 | pubk | EVP_PKEY** |
| 8 | npubk | int |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int |
| %rdi | ctx | PEM_ENCODE_SEAL_CTX* |
| %rsi | type | EVP_CIPHER* |
| %rdx | md_type | EVP_MD* |
| %rcx | ek | unsigned char** |
| %r8 | ekl | int* |
| %r9 | iv | unsigned char* |