ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
RSA_setup_blinding (
RSA* rsa,
BN_CTX* in_ctx
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 2 |
| Return | BN_BLINDING* |
| Source | rsa_crpt.c |
| Size | 447 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | rsa | RSA* | 8 | %rdi |
| 1 | in_ctx | BN_CTX* | 8 | %rsi |
| RETURN | ||||
| .retval | BN_BLINDING* | 8 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | BN_BLINDING* |
| %rdi | rsa | RSA* |
| %rsi | in_ctx | BN_CTX* |