Home
last modified time | relevance | path

Searched refs:X509_LOOKUP (Results 1 – 9 of 9) sorted by relevance

/external/boringssl/src/include/openssl/
Dx509_vfy.h130 typedef struct x509_lookup_st X509_LOOKUP; typedef
132 DECLARE_STACK_OF(X509_LOOKUP)
139 int (*new_item)(X509_LOOKUP *ctx);
140 void (*free)(X509_LOOKUP *ctx);
141 int (*init)(X509_LOOKUP *ctx);
142 int (*shutdown)(X509_LOOKUP *ctx);
143 int (*ctrl)(X509_LOOKUP *ctx,int cmd,const char *argc,long argl,
145 int (*get_by_subject)(X509_LOOKUP *ctx,int type,X509_NAME *name,
147 int (*get_by_issuer_serial)(X509_LOOKUP *ctx,int type,X509_NAME *name,
149 int (*get_by_fingerprint)(X509_LOOKUP *ctx,int type,
[all …]
Dstack_macros.h2683 ((STACK_OF(X509_LOOKUP) *)sk_new(CHECKED_CAST( \
2684 stack_cmp_func, int (*)(const X509_LOOKUP **a, const X509_LOOKUP **b), \
2687 #define sk_X509_LOOKUP_new_null() ((STACK_OF(X509_LOOKUP) *)sk_new_null())
2690 sk_num(CHECKED_CAST(_STACK *, STACK_OF(X509_LOOKUP) *, sk))
2693 sk_zero(CHECKED_CAST(_STACK *, STACK_OF(X509_LOOKUP) *, sk));
2696 ((X509_LOOKUP *)sk_value( \
2697 CHECKED_CAST(_STACK *, const STACK_OF(X509_LOOKUP) *, sk), (i)))
2700 ((X509_LOOKUP *)sk_set(CHECKED_CAST(_STACK *, STACK_OF(X509_LOOKUP) *, sk), \
2701 (i), CHECKED_CAST(void *, X509_LOOKUP *, p)))
2704 sk_free(CHECKED_CAST(_STACK *, STACK_OF(X509_LOOKUP) *, sk))
[all …]
/external/boringssl/src/crypto/x509/
Dx509_lu.c70 X509_LOOKUP *X509_LOOKUP_new(X509_LOOKUP_METHOD *method) in X509_LOOKUP_new()
72 X509_LOOKUP *ret; in X509_LOOKUP_new()
74 ret=(X509_LOOKUP *)OPENSSL_malloc(sizeof(X509_LOOKUP)); in X509_LOOKUP_new()
90 void X509_LOOKUP_free(X509_LOOKUP *ctx) in X509_LOOKUP_free()
99 int X509_LOOKUP_init(X509_LOOKUP *ctx) in X509_LOOKUP_init()
108 int X509_LOOKUP_shutdown(X509_LOOKUP *ctx) in X509_LOOKUP_shutdown()
117 int X509_LOOKUP_ctrl(X509_LOOKUP *ctx, int cmd, const char *argc, long argl, in X509_LOOKUP_ctrl()
127 int X509_LOOKUP_by_subject(X509_LOOKUP *ctx, int type, X509_NAME *name, in X509_LOOKUP_by_subject()
136 int X509_LOOKUP_by_issuer_serial(X509_LOOKUP *ctx, int type, X509_NAME *name, in X509_LOOKUP_by_issuer_serial()
145 int X509_LOOKUP_by_fingerprint(X509_LOOKUP *ctx, int type, in X509_LOOKUP_by_fingerprint()
[all …]
Dby_dir.c94 static int dir_ctrl(X509_LOOKUP *ctx, int cmd, const char *argp, long argl,
96 static int new_dir(X509_LOOKUP *lu);
97 static void free_dir(X509_LOOKUP *lu);
99 static int get_cert_by_subject(X509_LOOKUP *xl,int type,X509_NAME *name,
120 static int dir_ctrl(X509_LOOKUP *ctx, int cmd, const char *argp, long argl, in dir_ctrl()
152 static int new_dir(X509_LOOKUP *lu) in new_dir()
192 static void free_dir(X509_LOOKUP *lu) in free_dir()
271 static int get_cert_by_subject(X509_LOOKUP *xl, int type, X509_NAME *name, in get_cert_by_subject()
Dby_file.c69 static int by_file_ctrl(X509_LOOKUP *ctx, int cmd, const char *argc,
90 static int by_file_ctrl(X509_LOOKUP *ctx, int cmd, const char *argp, long argl, in by_file_ctrl()
128 int X509_load_cert_file(X509_LOOKUP *ctx, const char *file, int type) in X509_load_cert_file()
194 int X509_load_crl_file(X509_LOOKUP *ctx, const char *file, int type) in X509_load_crl_file()
260 int X509_load_cert_crl_file(X509_LOOKUP *ctx, const char *file, int type) in X509_load_cert_crl_file()
Dx509_d2.c65 X509_LOOKUP *lookup; in X509_STORE_set_default_paths()
84 X509_LOOKUP *lookup; in X509_STORE_load_locations()
/external/ipsec-tools/src/racoon/
Dcrypto_openssl.c468 X509_LOOKUP *lookup = NULL;
/external/curl/lib/vtls/
Dopenssl.c1682 X509_LOOKUP *lookup = NULL; in ossl_connect_step1()
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c1938 X509_LOOKUP *lookup; in tls_load_ca_der()