Searched refs:X509_LOOKUP (Results 1 – 9 of 9) sorted by relevance
/external/boringssl/src/include/openssl/ |
D | x509_vfy.h | 130 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 …]
|
D | stack_macros.h | 2683 ((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/ |
D | x509_lu.c | 70 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 …]
|
D | by_dir.c | 94 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()
|
D | by_file.c | 69 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()
|
D | x509_d2.c | 65 X509_LOOKUP *lookup; in X509_STORE_set_default_paths() 84 X509_LOOKUP *lookup; in X509_STORE_load_locations()
|
/external/ipsec-tools/src/racoon/ |
D | crypto_openssl.c | 468 X509_LOOKUP *lookup = NULL;
|
/external/curl/lib/vtls/ |
D | openssl.c | 1677 X509_LOOKUP *lookup = NULL; in ossl_connect_step1()
|
/external/wpa_supplicant_8/src/crypto/ |
D | tls_openssl.c | 1938 X509_LOOKUP *lookup; in tls_load_ca_der()
|