libcrypto.so 1.0.2e (x86_64)

ABI
Viewer

SymbolsTypesLive Readelf



Symbol: EVP_Digest


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature
EVP_Digest ( void const* data, size_t count, unsigned char* md, unsigned int* size, EVP_MD const* type, ENGINE* impl )
Type FUNC
Bind GLOBAL
Params 6
Return int
Source digest.c
Size 173

Calling sequence

PADDINGPARAM
LOCALRETURN

PosNameTypeSizePassed
INPUT(S)
0datavoid const*8%rdi
1countsize_t8%rsi
2mdunsigned char*8%rdx
3sizeunsigned int*8%rcx
4typeEVP_MD const*8%r8
5implENGINE*8%r9
RETURN
.retvalint4%rax

Stack frame layout

OffsetContentsType
local space,
return address,
etc.

Registers usage

NameContentsType
%rax.retvalint
%rdidatavoid const*
%rsicountsize_t
%rdxmdunsigned char*
%rcxsizeunsigned int*
%r8typeEVP_MD const*
%r9implENGINE*




Andrey Ponomarenko's ABI laboratory