ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
ENGINE_load_public_key (
ENGINE* e,
char const* key_id,
UI_METHOD* ui_method,
void* callback_data
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 4 |
| Return | EVP_PKEY* |
| Source | eng_pkey.c |
| Size | 323 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | e | ENGINE* | 8 | %rdi |
| 1 | key_id | char const* | 8 | %rsi |
| 2 | ui_method | UI_METHOD* | 8 | %rdx |
| 3 | callback_data | void* | 8 | %rcx |
| RETURN | ||||
| .retval | EVP_PKEY* | 8 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | EVP_PKEY* |
| %rdi | e | ENGINE* |
| %rsi | key_id | char const* |
| %rdx | ui_method | UI_METHOD* |
| %rcx | callback_data | void* |