libcrypto.so 1.0.2e (x86_64)

ABI
Viewer

SymbolsTypesLive Readelf



Symbol: ECDSA_METHOD_set_sign_setup


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature
ECDSA_METHOD_set_sign_setup ( ECDSA_METHOD* ecdsa_method, int(*)(EC_KEY*, BN_CTX*, BIGNUM**, BIGNUM**) ecdsa_sign_setup )
Type FUNC
Bind GLOBAL
Params 2
Return void
Source ecs_lib.c
Size 5

Calling sequence

PADDINGPARAM
LOCALRETURN

PosNameTypeSizePassed
INPUT(S)
0ecdsa_methodECDSA_METHOD*8%rdi
1ecdsa_sign_setupint(*)(EC_KEY*, BN_CTX*, BIGNUM**, BIGNUM**)8%rsi
RETURN: none

Stack frame layout

OffsetContentsType
local space,
return address,
etc.

Registers usage

NameContentsType
%rdiecdsa_methodECDSA_METHOD*
%rsiecdsa_sign_setupint(*)(EC_KEY*, BN_CTX*, BIGNUM**, BIGNUM**)




Andrey Ponomarenko's ABI laboratory