libcrypto.so 1.0.2e (x86_64)

ABI
Viewer

SymbolsTypesLive Readelf



Symbol: X509_CRL_digest


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature
X509_CRL_digest ( X509_CRL const* data, EVP_MD const* type, unsigned char* md, unsigned int* len )
Type FUNC
Bind GLOBAL
Params 4
Return int
Source x_all.c
Size 30

Calling sequence

PADDINGPARAM
LOCALRETURN

PosNameTypeSizePassed
INPUT(S)
0dataX509_CRL const*8%rdi
1typeEVP_MD const*8%rsi
2mdunsigned char*8%rdx
3lenunsigned int*8%rcx
RETURN
.retvalint4%rax

Stack frame layout

OffsetContentsType
local space,
return address,
etc.

Registers usage

NameContentsType
%rax.retvalint
%rdidataX509_CRL const*
%rsitypeEVP_MD const*
%rdxmdunsigned char*
%rcxlenunsigned int*




Andrey Ponomarenko's ABI laboratory