libcrypto.so 1.0.2e (x86_64)

ABI
Viewer

SymbolsTypesLive Readelf



Symbol: BIO_set_cipher


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature
BIO_set_cipher ( BIO* b, EVP_CIPHER const* c, unsigned char const* k, unsigned char const* i, int e )
Type FUNC
Bind GLOBAL
Params 5
Return void
Source bio_enc.c
Size 153

Calling sequence

PADDINGPARAM
LOCALRETURN

PosNameTypeSizePassed
INPUT(S)
0bBIO*8%rdi
1cEVP_CIPHER const*8%rsi
2kunsigned char const*8%rdx
3iunsigned char const*8%rcx
4eint4%r8
RETURN: none

Stack frame layout

OffsetContentsType
local space,
return address,
etc.

Registers usage

NameContentsType
%rdibBIO*
%rsicEVP_CIPHER const*
%rdxkunsigned char const*
%rcxiunsigned char const*
%r8eint




Andrey Ponomarenko's ABI laboratory