ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
RSA_verify_PKCS1_PSS_mgf1 (
RSA* rsa,
unsigned char const* mHash,
EVP_MD const* Hash,
EVP_MD const* mgf1Hash,
unsigned char const* EM,
int sLen
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 6 |
| Return | int |
| Source | rsa_pss.c |
| Size | 984 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | rsa | RSA* | 8 | %rdi |
| 1 | mHash | unsigned char const* | 8 | %rsi |
| 2 | Hash | EVP_MD const* | 8 | %rdx |
| 3 | mgf1Hash | EVP_MD const* | 8 | %rcx |
| 4 | EM | unsigned char const* | 8 | %r8 |
| 5 | sLen | int | 4 | %r9 |
| RETURN | ||||
| .retval | int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int |
| %rdi | rsa | RSA* |
| %rsi | mHash | unsigned char const* |
| %rdx | Hash | EVP_MD const* |
| %rcx | mgf1Hash | EVP_MD const* |
| %r8 | EM | unsigned char const* |
| %r9 | sLen | int |