ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
PKCS12_add_safe (
struct stack_st_PKCS7** psafes,
struct stack_st_PKCS12_SAFEBAG* bags,
int nid_safe,
int iter,
char* pass
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 5 |
| Return | int |
| Source | p12_crt.c |
| Size | 229 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | psafes | struct stack_st_PKCS7** | 8 | %rdi |
| 1 | bags | struct stack_st_PKCS12_SAFEBAG* | 8 | %rsi |
| 2 | nid_safe | int | 4 | %rdx |
| 3 | iter | int | 4 | %rcx |
| 4 | pass | char* | 8 | %r8 |
| RETURN | ||||
| .retval | int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int |
| %rdi | psafes | struct stack_st_PKCS7** |
| %rsi | bags | struct stack_st_PKCS12_SAFEBAG* |
| %rdx | nid_safe | int |
| %rcx | iter | int |
| %r8 | pass | char* |