ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
PKCS12_key_gen_asc (
char const* pass,
int passlen,
unsigned char* salt,
int saltlen,
int id,
int iter,
int n,
unsigned char* out,
EVP_MD const* md_type
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 9 |
| Return | int |
| Source | p12_key.c |
| Size | 207 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | pass | char const* | 8 | %rdi |
| 1 | passlen | int | 4 | %rsi |
| 2 | salt | unsigned char* | 8 | %rdx |
| 3 | saltlen | int | 4 | %rcx |
| 4 | id | int | 4 | %r8 |
| 5 | iter | int | 4 | %r9 |
| 6 | n | int | 4 | stack + 0 |
| 7 | out | unsigned char* | 8 | stack + 8 |
| 8 | md_type | EVP_MD const* | 8 | stack + 16 |
| RETURN | ||||
| .retval | int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. | ||
| 0 | n | int |
| 4 | padding | |
| 8 | out | unsigned char* |
| 16 | md_type | EVP_MD const* |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int |
| %rdi | pass | char const* |
| %rsi | passlen | int |
| %rdx | salt | unsigned char* |
| %rcx | saltlen | int |
| %r8 | id | int |
| %r9 | iter | int |