libcrypto.so 1.0.2e (x86_64)

ABI
Viewer

SymbolsTypesLive Readelf



Symbol: EVP_PKEY_asn1_set_private


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature
EVP_PKEY_asn1_set_private ( EVP_PKEY_ASN1_METHOD* ameth, int(*)(EVP_PKEY*, PKCS8_PRIV_KEY_INFO*) priv_decode, int(*)(PKCS8_PRIV_KEY_INFO*, EVP_PKEY const*) priv_encode, int(*)(BIO*, EVP_PKEY const*, int, ASN1_PCTX*) priv_print )
Type FUNC
Bind GLOBAL
Params 4
Return void
Source ameth_lib.c
Size 13

Calling sequence

PADDINGPARAM
LOCALRETURN

PosNameTypeSizePassed
INPUT(S)
0amethEVP_PKEY_ASN1_METHOD*8%rdi
1priv_decodeint(*)(EVP_PKEY*, PKCS8_PRIV_KEY_INFO*)8%rsi
2priv_encodeint(*)(PKCS8_PRIV_KEY_INFO*, EVP_PKEY const*)8%rdx
3priv_printint(*)(BIO*, EVP_PKEY const*, int, ASN1_PCTX*)8%rcx
RETURN: none

Stack frame layout

OffsetContentsType
local space,
return address,
etc.

Registers usage

NameContentsType
%rdiamethEVP_PKEY_ASN1_METHOD*
%rsipriv_decodeint(*)(EVP_PKEY*, PKCS8_PRIV_KEY_INFO*)
%rdxpriv_encodeint(*)(PKCS8_PRIV_KEY_INFO*, EVP_PKEY const*)
%rcxpriv_printint(*)(BIO*, EVP_PKEY const*, int, ASN1_PCTX*)




Andrey Ponomarenko's ABI laboratory