ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
PKCS12_pbe_crypt (
X509_ALGOR* algor,
char const* pass,
int passlen,
unsigned char* in,
int inlen,
unsigned char** data,
int* datalen,
int en_de
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 8 |
| Return | unsigned char* |
| Source | p12_decr.c |
| Size | 437 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | algor | X509_ALGOR* | 8 | %rdi |
| 1 | pass | char const* | 8 | %rsi |
| 2 | passlen | int | 4 | %rdx |
| 3 | in | unsigned char* | 8 | %rcx |
| 4 | inlen | int | 4 | %r8 |
| 5 | data | unsigned char** | 8 | %r9 |
| 6 | datalen | int* | 8 | stack + 0 |
| 7 | en_de | int | 4 | stack + 8 |
| RETURN | ||||
| .retval | unsigned char* | 8 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. | ||
| 0 | datalen | int* |
| 8 | en_de | int |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | unsigned char* |
| %rdi | algor | X509_ALGOR* |
| %rsi | pass | char const* |
| %rdx | passlen | int |
| %rcx | in | unsigned char* |
| %r8 | inlen | int |
| %r9 | data | unsigned char** |