libcrypto.so 1.0.2e (x86_64)

ABI
Viewer

SymbolsTypesLive Readelf



Symbol: CRYPTO_ccm128_init


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature
CRYPTO_ccm128_init ( CCM128_CONTEXT* ctx, unsigned int M, unsigned int L, void* key, block128_f block )
Type FUNC
Bind GLOBAL
Params 5
Return void
Source ccm128.c
Size 52

Calling sequence

PADDINGPARAM
LOCALRETURN

PosNameTypeSizePassed
INPUT(S)
0ctxCCM128_CONTEXT*8%rdi
1Munsigned int4%rsi
2Lunsigned int4%rdx
3keyvoid*8%rcx
4blockblock128_f8%r8
RETURN: none

Stack frame layout

OffsetContentsType
local space,
return address,
etc.

Registers usage

NameContentsType
%rdictxCCM128_CONTEXT*
%rsiMunsigned int
%rdxLunsigned int
%rcxkeyvoid*
%r8blockblock128_f




Andrey Ponomarenko's ABI laboratory