libcrypto.so 1.0.2e (x86_64)

ABI
Viewer

SymbolsTypesLive Readelf



Symbol: DES_encrypt2


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature
DES_encrypt2 ( unsigned int* data, DES_key_schedule* ks, int enc )
Type FUNC
Bind GLOBAL
Params 3
Return void
Source des_enc.c
Size 5037

Calling sequence

PADDINGPARAM
LOCALRETURN

PosNameTypeSizePassed
INPUT(S)
0dataunsigned int*8%rdi
1ksDES_key_schedule*8%rsi
2encint4%rdx
RETURN: none

Stack frame layout

OffsetContentsType
local space,
return address,
etc.

Registers usage

NameContentsType
%rdidataunsigned int*
%rsiksDES_key_schedule*
%rdxencint




Andrey Ponomarenko's ABI laboratory