ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
BN_mod_exp_mont_word (
BIGNUM* rr,
unsigned long a,
BIGNUM const* p,
BIGNUM const* m,
BN_CTX* ctx,
BN_MONT_CTX* in_mont
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 6 |
| Return | int |
| Source | bn_exp.c |
| Size | 1474 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | rr | BIGNUM* | 8 | %rdi |
| 1 | a | unsigned long | 8 | %rsi |
| 2 | p | BIGNUM const* | 8 | %rdx |
| 3 | m | BIGNUM const* | 8 | %rcx |
| 4 | ctx | BN_CTX* | 8 | %r8 |
| 5 | in_mont | BN_MONT_CTX* | 8 | %r9 |
| RETURN | ||||
| .retval | int | 4 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | int |
| %rdi | rr | BIGNUM* |
| %rsi | a | unsigned long |
| %rdx | p | BIGNUM const* |
| %rcx | m | BIGNUM const* |
| %r8 | ctx | BN_CTX* |
| %r9 | in_mont | BN_MONT_CTX* |