libcrypto.so 1.0.2e (x86_64)

ABI
Viewer

SymbolsTypesLive Readelf



Symbol: EVP_PKEY_meth_set_verifyctx


Contents
Info
Calling sequence
Stack frame layout
Registers usage

Info

Signature
EVP_PKEY_meth_set_verifyctx ( EVP_PKEY_METHOD* pmeth, int(*)(EVP_PKEY_CTX*, EVP_MD_CTX*) verifyctx_init, int(*)(EVP_PKEY_CTX*, unsigned char const*, int, EVP_MD_CTX*) verifyctx )
Type FUNC
Bind GLOBAL
Params 3
Return void
Source pmeth_lib.c
Size 15

Calling sequence

PADDINGPARAM
LOCALRETURN

PosNameTypeSizePassed
INPUT(S)
0pmethEVP_PKEY_METHOD*8%rdi
1verifyctx_initint(*)(EVP_PKEY_CTX*, EVP_MD_CTX*)8%rsi
2verifyctxint(*)(EVP_PKEY_CTX*, unsigned char const*, int, EVP_MD_CTX*)8%rdx
RETURN: none

Stack frame layout

OffsetContentsType
local space,
return address,
etc.

Registers usage

NameContentsType
%rdipmethEVP_PKEY_METHOD*
%rsiverifyctx_initint(*)(EVP_PKEY_CTX*, EVP_MD_CTX*)
%rdxverifyctxint(*)(EVP_PKEY_CTX*, unsigned char const*, int, EVP_MD_CTX*)




Andrey Ponomarenko's ABI laboratory