libcrypto.so 1.0.2e (x86_64)

ABI
Viewer

SymbolsTypesLive Readelf



Type Usage: x509_lookup_st (20)


Used As Name Used In
PARAM ctx X509_LOOKUP_ctrl ( X509_LOOKUP* ctx, int cmd, char const* argc, long argl, char** ret ) »
PARAM ctx X509_LOOKUP_free ( X509_LOOKUP* ctx ) »
PARAM ctx X509_LOOKUP_init ( X509_LOOKUP* ctx ) »
PARAM ctx X509_LOOKUP_shutdown ( X509_LOOKUP* ctx ) »
PARAM ctx X509_LOOKUP_by_subject ( X509_LOOKUP* ctx, int type, X509_NAME* name, X509_OBJECT* ret ) »
PARAM ctx X509_LOOKUP_by_issuer_serial ( X509_LOOKUP* ctx, int type, X509_NAME* name, ASN1_INTEGER* serial, X509_OBJECT* ret ) »
PARAM ctx X509_LOOKUP_by_fingerprint ( X509_LOOKUP* ctx, int type, unsigned char* bytes, int len, X509_OBJECT* ret ) »
PARAM ctx X509_LOOKUP_by_alias ( X509_LOOKUP* ctx, int type, char* str, int len, X509_OBJECT* ret ) »
PARAM ctx X509_load_cert_file ( X509_LOOKUP* ctx, char const* file, int type ) »
PARAM ctx X509_load_crl_file ( X509_LOOKUP* ctx, char const* file, int type ) »
PARAM ctx X509_load_cert_crl_file ( X509_LOOKUP* ctx, char const* file, int type ) »
RETURN X509_STORE_add_lookup ( X509_STORE* v, X509_LOOKUP_METHOD* m ) »
RETURN X509_LOOKUP_new ( X509_LOOKUP_METHOD* method ) »
F-PTR
PARAM
1st parameter int(*) { X509_LOOKUP* } »
F-PTR
PARAM
1st parameter void(*) { X509_LOOKUP* } »
F-PTR
PARAM
1st parameter int(*) { X509_LOOKUP*, int, char const*, long, char** } »
F-PTR
PARAM
1st parameter int(*) { X509_LOOKUP*, int, X509_NAME*, X509_OBJECT* } »
F-PTR
PARAM
1st parameter int(*) { X509_LOOKUP*, int, X509_NAME*, ASN1_INTEGER*, X509_OBJECT* } »
F-PTR
PARAM
1st parameter int(*) { X509_LOOKUP*, int, unsigned char*, int, X509_OBJECT* } »
F-PTR
PARAM
1st parameter int(*) { X509_LOOKUP*, int, char*, int, X509_OBJECT* } »



Andrey Ponomarenko's ABI laboratory