ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
PEM_X509_INFO_write_bio (
BIO* bp,
X509_INFO* xi,
EVP_CIPHER* enc,
unsigned char* kstr,
int klen,
pem_password_cb* cb,
void* u
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 7 |
| Return | int |
| Source | pem_info.c |
| Size | 566 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | bp | BIO* | 8 | %rdi |
| 1 | xi | X509_INFO* | 8 | %rsi |
| 2 | enc | EVP_CIPHER* | 8 | %rdx |
| 3 | kstr | unsigned char* | 8 | %rcx |
| 4 | klen | int | 4 | %r8 |
| 5 | cb | pem_password_cb* | 8 | %r9 |
| 6 | u | void* | 8 | stack + 0 |
| RETURN | ||||
| .retval | int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. | ||
| 0 | u | void* |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int |
| %rdi | bp | BIO* |
| %rsi | xi | X509_INFO* |
| %rdx | enc | EVP_CIPHER* |
| %rcx | kstr | unsigned char* |
| %r8 | klen | int |
| %r9 | cb | pem_password_cb* |