ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
PKCS5_pbe_set0_algor (
X509_ALGOR* algor,
int alg,
int iter,
unsigned char const* salt,
int saltlen
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 5 |
| Return | int |
| Source | p5_pbe.c |
| Size | 432 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | algor | X509_ALGOR* | 8 | %rdi |
| 1 | alg | int | 4 | %rsi |
| 2 | iter | int | 4 | %rdx |
| 3 | salt | unsigned char const* | 8 | %rcx |
| 4 | saltlen | int | 4 | %r8 |
| RETURN | ||||
| .retval | int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int |
| %rdi | algor | X509_ALGOR* |
| %rsi | alg | int |
| %rdx | iter | int |
| %rcx | salt | unsigned char const* |
| %r8 | saltlen | int |