ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Calling sequence |
| Stack frame layout |
| Registers usage |
| Signature |
EC_POINT_point2bn (
EC_GROUP const* group,
EC_POINT const* point,
enum point_conversion_form_t form,
BIGNUM* ret,
BN_CTX* ctx
) |
|---|---|
| Type | FUNC |
| Bind | GLOBAL |
| Params | 5 |
| Return | BIGNUM* |
| Source | ec_print.c |
| Size | 186 |
| PADDING | PARAM |
| LOCAL | RETURN |
| Pos | Name | Type | Size | Passed |
|---|---|---|---|---|
| INPUT(S) | ||||
| 0 | group | EC_GROUP const* | 8 | %rdi |
| 1 | point | EC_POINT const* | 8 | %rsi |
| 2 | form | enum point_conversion_form_t | 4 | %rdx |
| 3 | ret | BIGNUM* | 8 | %rcx |
| 4 | ctx | BN_CTX* | 8 | %r8 |
| RETURN | ||||
| .retval | BIGNUM* | 8 | %rax | |
| Offset | Contents | Type |
|---|---|---|
| local space, return address, etc. |
| Name | Contents | Type |
|---|---|---|
| %rax | .retval | BIGNUM* |
| %rdi | group | EC_GROUP const* |
| %rsi | point | EC_POINT const* |
| %rdx | form | enum point_conversion_form_t |
| %rcx | ret | BIGNUM* |
| %r8 | ctx | BN_CTX* |