libcrypto.so 1.0.2e (x86_64)

ABI
Viewer

SymbolsTypesLive Readelf



Type Usage: x509_store_ctx_st (49)


Used As Name Used In
PARAM ctx X509_verify_cert ( X509_STORE_CTX* ctx ) »
PARAM ctx X509_STORE_CTX_set_ex_data ( X509_STORE_CTX* ctx, int idx, void* data ) »
PARAM ctx X509_STORE_CTX_get_ex_data ( X509_STORE_CTX* ctx, int idx ) »
PARAM ctx X509_STORE_CTX_get_error ( X509_STORE_CTX* ctx ) »
PARAM ctx X509_STORE_CTX_set_error ( X509_STORE_CTX* ctx, int err ) »
PARAM ctx X509_STORE_CTX_get_error_depth ( X509_STORE_CTX* ctx ) »
PARAM ctx X509_STORE_CTX_get_current_cert ( X509_STORE_CTX* ctx ) »
PARAM ctx X509_STORE_CTX_get_chain ( X509_STORE_CTX* ctx ) »
PARAM ctx X509_STORE_CTX_get1_chain ( X509_STORE_CTX* ctx ) »
PARAM ctx X509_STORE_CTX_get0_current_issuer ( X509_STORE_CTX* ctx ) »
PARAM ctx X509_STORE_CTX_get0_current_crl ( X509_STORE_CTX* ctx ) »
PARAM ctx X509_STORE_CTX_get0_parent_ctx ( X509_STORE_CTX* ctx ) »
PARAM ctx X509_STORE_CTX_set_cert ( X509_STORE_CTX* ctx, X509* x ) »
PARAM ctx X509_STORE_CTX_set_chain ( X509_STORE_CTX* ctx, struct stack_st_X509* sk ) »
PARAM ctx X509_STORE_CTX_set0_crls ( X509_STORE_CTX* ctx, struct stack_st_X509_CRL* sk ) »
PARAM ctx X509_STORE_CTX_purpose_inherit ( X509_STORE_CTX* ctx, int def_purpose, int purpose, int trust ) »
PARAM ctx X509_STORE_CTX_set_purpose ( X509_STORE_CTX* ctx, int purpose ) »
PARAM ctx X509_STORE_CTX_set_trust ( X509_STORE_CTX* ctx, int trust ) »
PARAM ctx X509_STORE_CTX_init ( X509_STORE_CTX* ctx, X509_STORE* store, X509* x509, struct stack_st_X509* chain ) »
PARAM ctx X509_STORE_CTX_trusted_stack ( X509_STORE_CTX* ctx, struct stack_st_X509* sk ) »
PARAM ctx X509_STORE_CTX_cleanup ( X509_STORE_CTX* ctx ) »
PARAM ctx X509_STORE_CTX_free ( X509_STORE_CTX* ctx ) »
PARAM ctx X509_STORE_CTX_set_depth ( X509_STORE_CTX* ctx, int depth ) »
PARAM ctx X509_STORE_CTX_set_flags ( X509_STORE_CTX* ctx, unsigned long flags ) »
PARAM ctx X509_STORE_CTX_set_time ( X509_STORE_CTX* ctx, unsigned long flags, time_t t ) »
PARAM ctx X509_STORE_CTX_set_verify_cb ( X509_STORE_CTX* ctx, int(*)(int, X509_STORE_CTX*) verify_cb ) »
PARAM ctx X509_STORE_CTX_get0_policy_tree ( X509_STORE_CTX* ctx ) »
PARAM ctx X509_STORE_CTX_get_explicit_policy ( X509_STORE_CTX* ctx ) »
PARAM ctx X509_STORE_CTX_set_default ( X509_STORE_CTX* ctx, char const* name ) »
PARAM ctx X509_STORE_CTX_get0_param ( X509_STORE_CTX* ctx ) »
PARAM ctx X509_STORE_CTX_set0_param ( X509_STORE_CTX* ctx, X509_VERIFY_PARAM* param ) »
PARAM vs X509_STORE_get_by_subject ( X509_STORE_CTX* vs, int type, X509_NAME* name, X509_OBJECT* ret ) »
PARAM ctx X509_STORE_get1_certs ( X509_STORE_CTX* ctx, X509_NAME* nm ) »
PARAM ctx X509_STORE_get1_crls ( X509_STORE_CTX* ctx, X509_NAME* nm ) »
PARAM ctx X509_STORE_CTX_get1_issuer ( X509** issuer, X509_STORE_CTX* ctx, X509* x ) »
PARAM ctx X509_STORE_CTX_get0_store ( X509_STORE_CTX* ctx ) »
PARAM ctx PKCS7_dataVerify ( X509_STORE* cert_store, X509_STORE_CTX* ctx, BIO* bio, PKCS7* p7, PKCS7_SIGNER_INFO* si ) »
RETURN X509_STORE_CTX_get0_parent_ctx ( X509_STORE_CTX* ctx ) »
RETURN X509_STORE_CTX_new ( ) »
FIELD .parent struct x509_store_ctx_st { ... int current_crl_score, unsigned int current_reasons, X509_STORE_CTX* parent, CRYPTO_EX_DATA ex_data } »
F-PTR
PARAM
1st parameter int(*) { X509_STORE_CTX* } »
F-PTR
PARAM
2nd parameter int(*) { int, X509_STORE_CTX* } »
F-PTR
PARAM
2nd parameter int(*) { X509**, X509_STORE_CTX*, X509* } »
F-PTR
PARAM
1st parameter int(*) { X509_STORE_CTX*, X509*, X509* } »
F-PTR
PARAM
1st parameter int(*) { X509_STORE_CTX*, X509_CRL**, X509* } »
F-PTR
PARAM
1st parameter int(*) { X509_STORE_CTX*, X509_CRL* } »
F-PTR
PARAM
1st parameter int(*) { X509_STORE_CTX*, X509_CRL*, X509* } »
F-PTR
PARAM
1st parameter struct stack_st_X509*(*) { X509_STORE_CTX*, X509_NAME* } »
F-PTR
PARAM
1st parameter struct stack_st_X509_CRL*(*) { X509_STORE_CTX*, X509_NAME* } »



Andrey Ponomarenko's ABI laboratory