ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
PKCS1_MGF1 (
unsigned char* mask,
long len,
unsigned char const* seed,
long seedlen,
EVP_MD const* dgst
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 5 |
| Return | int |
| Source | rsa_oaep.c |
| Size | 403 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | mask | unsigned char* | 8 | %rdi |
| 1 | len | long | 8 | %rsi |
| 2 | seed | unsigned char const* | 8 | %rdx |
| 3 | seedlen | long | 8 | %rcx |
| 4 | dgst | EVP_MD const* | 8 | %r8 |
| RETURN | ||||
| .retval | int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int |
| %rdi | mask | unsigned char* |
| %rsi | len | long |
| %rdx | seed | unsigned char const* |
| %rcx | seedlen | long |
| %r8 | dgst | EVP_MD const* |