ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
SRP_Calc_server_key (
BIGNUM* A,
BIGNUM* v,
BIGNUM* u,
BIGNUM* b,
BIGNUM* N
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 5 |
| Return | BIGNUM* |
| Source | srp_lib.c |
| Size | 277 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | A | BIGNUM* | 8 | %rdi |
| 1 | v | BIGNUM* | 8 | %rsi |
| 2 | u | BIGNUM* | 8 | %rdx |
| 3 | b | BIGNUM* | 8 | %rcx |
| 4 | N | BIGNUM* | 8 | %r8 |
| RETURN | ||||
| .retval | BIGNUM* | 8 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | BIGNUM* |
| %rdi | A | BIGNUM* |
| %rsi | v | BIGNUM* |
| %rdx | u | BIGNUM* |
| %rcx | b | BIGNUM* |
| %r8 | N | BIGNUM* |