libcrypto.so 1.0.2e (x86_64)

ABI
Viewer

SymbolsTypesLive Readelf



Symbol: EVP_PKEY_CTX_new_id


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature
EVP_PKEY_CTX_new_id ( int id, ENGINE* e )
Type FUNC
Bind GLOBAL
Params 2
Return EVP_PKEY_CTX*
Source pmeth_lib.c
Size 21

Calling sequence

PADDINGPARAM
LOCALRETURN

PosNameTypeSizePassed
INPUT(S)
0idint4%rdi
1eENGINE*8%rsi
RETURN
.retvalEVP_PKEY_CTX*8%rax

Stack frame layout

OffsetContentsType
local space,
return address,
etc.

Registers usage

NameContentsType
%rax.retvalEVP_PKEY_CTX*
%rdiidint
%rsieENGINE*




Andrey Ponomarenko's ABI laboratory