Symbol: X509_LOOKUP
crypto/openssl/apps/crl.c
106
X509_LOOKUP *lookup = NULL;
crypto/openssl/apps/lib/apps.c
1395
X509_LOOKUP *lookup;
crypto/openssl/apps/ts.c
1000
X509_LOOKUP *lookup = NULL;
crypto/openssl/crypto/x509/by_dir.c
108
static int new_dir(X509_LOOKUP *lu)
crypto/openssl/crypto/x509/by_dir.c
156
static void free_dir(X509_LOOKUP *lu)
crypto/openssl/crypto/x509/by_dir.c
222
static int get_cert_by_subject_ex(X509_LOOKUP *xl, X509_LOOKUP_TYPE type,
crypto/openssl/crypto/x509/by_dir.c
434
static int get_cert_by_subject(X509_LOOKUP *xl, X509_LOOKUP_TYPE type,
crypto/openssl/crypto/x509/by_dir.c
51
static int dir_ctrl(X509_LOOKUP *ctx, int cmd, const char *argp, long argl,
crypto/openssl/crypto/x509/by_dir.c
54
static int new_dir(X509_LOOKUP *lu);
crypto/openssl/crypto/x509/by_dir.c
55
static void free_dir(X509_LOOKUP *lu);
crypto/openssl/crypto/x509/by_dir.c
57
static int get_cert_by_subject(X509_LOOKUP *xl, X509_LOOKUP_TYPE type,
crypto/openssl/crypto/x509/by_dir.c
59
static int get_cert_by_subject_ex(X509_LOOKUP *xl, X509_LOOKUP_TYPE type,
crypto/openssl/crypto/x509/by_dir.c
82
static int dir_ctrl(X509_LOOKUP *ctx, int cmd, const char *argp, long argl,
crypto/openssl/crypto/x509/by_file.c
167
int X509_load_cert_file(X509_LOOKUP *ctx, const char *file, int type)
crypto/openssl/crypto/x509/by_file.c
172
int X509_load_crl_file(X509_LOOKUP *ctx, const char *file, int type)
crypto/openssl/crypto/x509/by_file.c
20
static int by_file_ctrl(X509_LOOKUP *ctx, int cmd, const char *argc,
crypto/openssl/crypto/x509/by_file.c
22
static int by_file_ctrl_ex(X509_LOOKUP *ctx, int cmd, const char *argc,
crypto/openssl/crypto/x509/by_file.c
232
int X509_load_cert_crl_file_ex(X509_LOOKUP *ctx, const char *file, int type,
crypto/openssl/crypto/x509/by_file.c
281
int X509_load_cert_crl_file(X509_LOOKUP *ctx, const char *file, int type)
crypto/openssl/crypto/x509/by_file.c
46
static int by_file_ctrl_ex(X509_LOOKUP *ctx, int cmd, const char *argp,
crypto/openssl/crypto/x509/by_file.c
84
static int by_file_ctrl(X509_LOOKUP *ctx, int cmd,
crypto/openssl/crypto/x509/by_file.c
90
int X509_load_cert_file_ex(X509_LOOKUP *ctx, const char *file, int type,
crypto/openssl/crypto/x509/by_store.c
118
static void by_store_free(X509_LOOKUP *ctx)
crypto/openssl/crypto/x509/by_store.c
124
static int by_store_ctrl_ex(X509_LOOKUP *ctx, int cmd, const char *argp,
crypto/openssl/crypto/x509/by_store.c
186
static int by_store_ctrl(X509_LOOKUP *ctx, int cmd,
crypto/openssl/crypto/x509/by_store.c
192
static int by_store(X509_LOOKUP *ctx, X509_LOOKUP_TYPE type,
crypto/openssl/crypto/x509/by_store.c
209
static int by_store_subject(X509_LOOKUP *ctx, X509_LOOKUP_TYPE type,
crypto/openssl/crypto/x509/by_store.c
25
static int cache_objects(X509_LOOKUP *lctx, CACHED_STORE *store,
crypto/openssl/crypto/x509/x509_d2.c
18
X509_LOOKUP *lookup;
crypto/openssl/crypto/x509/x509_d2.c
53
X509_LOOKUP *lookup;
crypto/openssl/crypto/x509/x509_d2.c
72
X509_LOOKUP *lookup;
crypto/openssl/crypto/x509/x509_d2.c
85
X509_LOOKUP *lookup;
crypto/openssl/crypto/x509/x509_local.h
119
STACK_OF(X509_LOOKUP) *get_cert_methods;
crypto/openssl/crypto/x509/x509_local.h
76
int (*new_item)(X509_LOOKUP *ctx);
crypto/openssl/crypto/x509/x509_local.h
77
void (*free)(X509_LOOKUP *ctx);
crypto/openssl/crypto/x509/x509_local.h
78
int (*init)(X509_LOOKUP *ctx);
crypto/openssl/crypto/x509/x509_local.h
79
int (*shutdown)(X509_LOOKUP *ctx);
crypto/openssl/crypto/x509/x509_local.h
80
int (*ctrl)(X509_LOOKUP *ctx, int cmd, const char *argc, long argl,
crypto/openssl/crypto/x509/x509_local.h
82
int (*get_by_subject)(X509_LOOKUP *ctx, X509_LOOKUP_TYPE type,
crypto/openssl/crypto/x509/x509_local.h
84
int (*get_by_issuer_serial)(X509_LOOKUP *ctx, X509_LOOKUP_TYPE type,
crypto/openssl/crypto/x509/x509_local.h
88
int (*get_by_fingerprint)(X509_LOOKUP *ctx, X509_LOOKUP_TYPE type,
crypto/openssl/crypto/x509/x509_local.h
91
int (*get_by_alias)(X509_LOOKUP *ctx, X509_LOOKUP_TYPE type,
crypto/openssl/crypto/x509/x509_local.h
93
int (*get_by_subject_ex)(X509_LOOKUP *ctx, X509_LOOKUP_TYPE type,
crypto/openssl/crypto/x509/x509_local.h
96
int (*ctrl_ex)(X509_LOOKUP *ctx, int cmd, const char *argc, long argl,
crypto/openssl/crypto/x509/x509_lu.c
111
int X509_LOOKUP_by_subject(X509_LOOKUP *ctx, X509_LOOKUP_TYPE type,
crypto/openssl/crypto/x509/x509_lu.c
117
int X509_LOOKUP_by_issuer_serial(X509_LOOKUP *ctx, X509_LOOKUP_TYPE type,
crypto/openssl/crypto/x509/x509_lu.c
127
int X509_LOOKUP_by_fingerprint(X509_LOOKUP *ctx, X509_LOOKUP_TYPE type,
crypto/openssl/crypto/x509/x509_lu.c
136
int X509_LOOKUP_by_alias(X509_LOOKUP *ctx, X509_LOOKUP_TYPE type,
crypto/openssl/crypto/x509/x509_lu.c
144
int X509_LOOKUP_set_method_data(X509_LOOKUP *ctx, void *data)
crypto/openssl/crypto/x509/x509_lu.c
150
void *X509_LOOKUP_get_method_data(const X509_LOOKUP *ctx)
crypto/openssl/crypto/x509/x509_lu.c
155
X509_STORE *X509_LOOKUP_get_store(const X509_LOOKUP *ctx)
crypto/openssl/crypto/x509/x509_lu.c
18
X509_LOOKUP *X509_LOOKUP_new(X509_LOOKUP_METHOD *method)
crypto/openssl/crypto/x509/x509_lu.c
20
X509_LOOKUP *ret = OPENSSL_zalloc(sizeof(*ret));
crypto/openssl/crypto/x509/x509_lu.c
229
STACK_OF(X509_LOOKUP) *sk;
crypto/openssl/crypto/x509/x509_lu.c
230
X509_LOOKUP *lu;
crypto/openssl/crypto/x509/x509_lu.c
268
X509_LOOKUP *X509_STORE_add_lookup(X509_STORE *xs, X509_LOOKUP_METHOD *m)
crypto/openssl/crypto/x509/x509_lu.c
271
STACK_OF(X509_LOOKUP) *sk;
crypto/openssl/crypto/x509/x509_lu.c
272
X509_LOOKUP *lu;
crypto/openssl/crypto/x509/x509_lu.c
324
X509_LOOKUP *lu;
crypto/openssl/crypto/x509/x509_lu.c
33
void X509_LOOKUP_free(X509_LOOKUP *ctx)
crypto/openssl/crypto/x509/x509_lu.c
57
int X509_LOOKUP_init(X509_LOOKUP *ctx)
crypto/openssl/crypto/x509/x509_lu.c
67
int X509_LOOKUP_shutdown(X509_LOOKUP *ctx)
crypto/openssl/crypto/x509/x509_lu.c
77
int X509_LOOKUP_ctrl_ex(X509_LOOKUP *ctx, int cmd, const char *argc, long argl,
crypto/openssl/crypto/x509/x509_lu.c
89
int X509_LOOKUP_ctrl(X509_LOOKUP *ctx, int cmd, const char *argc, long argl,
crypto/openssl/crypto/x509/x509_lu.c
95
int X509_LOOKUP_by_subject_ex(X509_LOOKUP *ctx, X509_LOOKUP_TYPE type,
crypto/openssl/crypto/x509/x509_meth.c
45
int (*new_item)(X509_LOOKUP *ctx))
crypto/openssl/crypto/x509/x509_meth.c
51
int (*X509_LOOKUP_meth_get_new_item(const X509_LOOKUP_METHOD *method))(X509_LOOKUP *ctx)
crypto/openssl/crypto/x509/x509_meth.c
58
void (*free_fn)(X509_LOOKUP *ctx))
crypto/openssl/crypto/x509/x509_meth.c
64
void (*X509_LOOKUP_meth_get_free(const X509_LOOKUP_METHOD *method))(X509_LOOKUP *ctx)
crypto/openssl/crypto/x509/x509_meth.c
70
int (*init)(X509_LOOKUP *ctx))
crypto/openssl/crypto/x509/x509_meth.c
76
int (*X509_LOOKUP_meth_get_init(const X509_LOOKUP_METHOD *method))(X509_LOOKUP *ctx)
crypto/openssl/crypto/x509/x509_meth.c
83
int (*shutdown)(X509_LOOKUP *ctx))
crypto/openssl/crypto/x509/x509_meth.c
89
int (*X509_LOOKUP_meth_get_shutdown(const X509_LOOKUP_METHOD *method))(X509_LOOKUP *ctx)
crypto/openssl/include/openssl/x509_vfy.h
617
X509_LOOKUP *X509_STORE_add_lookup(X509_STORE *xs, X509_LOOKUP_METHOD *m);
crypto/openssl/include/openssl/x509_vfy.h
622
typedef int (*X509_LOOKUP_ctrl_fn)(X509_LOOKUP *ctx, int cmd, const char *argc,
crypto/openssl/include/openssl/x509_vfy.h
625
X509_LOOKUP *ctx, int cmd, const char *argc, long argl, char **ret,
crypto/openssl/include/openssl/x509_vfy.h
628
typedef int (*X509_LOOKUP_get_by_subject_fn)(X509_LOOKUP *ctx,
crypto/openssl/include/openssl/x509_vfy.h
632
typedef int (*X509_LOOKUP_get_by_subject_ex_fn)(X509_LOOKUP *ctx,
crypto/openssl/include/openssl/x509_vfy.h
638
typedef int (*X509_LOOKUP_get_by_issuer_serial_fn)(X509_LOOKUP *ctx,
crypto/openssl/include/openssl/x509_vfy.h
643
typedef int (*X509_LOOKUP_get_by_fingerprint_fn)(X509_LOOKUP *ctx,
crypto/openssl/include/openssl/x509_vfy.h
648
typedef int (*X509_LOOKUP_get_by_alias_fn)(X509_LOOKUP *ctx,
crypto/openssl/include/openssl/x509_vfy.h
658
int (*new_item)(X509_LOOKUP *ctx));
crypto/openssl/include/openssl/x509_vfy.h
659
int (*X509_LOOKUP_meth_get_new_item(const X509_LOOKUP_METHOD *method))(X509_LOOKUP *ctx);
crypto/openssl/include/openssl/x509_vfy.h
662
void (*free_fn)(X509_LOOKUP *ctx));
crypto/openssl/include/openssl/x509_vfy.h
663
void (*X509_LOOKUP_meth_get_free(const X509_LOOKUP_METHOD *method))(X509_LOOKUP *ctx);
crypto/openssl/include/openssl/x509_vfy.h
666
int (*init)(X509_LOOKUP *ctx));
crypto/openssl/include/openssl/x509_vfy.h
667
int (*X509_LOOKUP_meth_get_init(const X509_LOOKUP_METHOD *method))(X509_LOOKUP *ctx);
crypto/openssl/include/openssl/x509_vfy.h
670
int (*shutdown)(X509_LOOKUP *ctx));
crypto/openssl/include/openssl/x509_vfy.h
671
int (*X509_LOOKUP_meth_get_shutdown(const X509_LOOKUP_METHOD *method))(X509_LOOKUP *ctx);
crypto/openssl/include/openssl/x509_vfy.h
707
int X509_LOOKUP_ctrl(X509_LOOKUP *ctx, int cmd, const char *argc,
crypto/openssl/include/openssl/x509_vfy.h
709
int X509_LOOKUP_ctrl_ex(X509_LOOKUP *ctx, int cmd, const char *argc, long argl,
crypto/openssl/include/openssl/x509_vfy.h
712
int X509_load_cert_file(X509_LOOKUP *ctx, const char *file, int type);
crypto/openssl/include/openssl/x509_vfy.h
713
int X509_load_cert_file_ex(X509_LOOKUP *ctx, const char *file, int type,
crypto/openssl/include/openssl/x509_vfy.h
715
int X509_load_crl_file(X509_LOOKUP *ctx, const char *file, int type);
crypto/openssl/include/openssl/x509_vfy.h
716
int X509_load_cert_crl_file(X509_LOOKUP *ctx, const char *file, int type);
crypto/openssl/include/openssl/x509_vfy.h
717
int X509_load_cert_crl_file_ex(X509_LOOKUP *ctx, const char *file, int type,
crypto/openssl/include/openssl/x509_vfy.h
72
SKM_DEFINE_STACK_OF_INTERNAL(X509_LOOKUP, X509_LOOKUP, X509_LOOKUP)
crypto/openssl/include/openssl/x509_vfy.h
720
X509_LOOKUP *X509_LOOKUP_new(X509_LOOKUP_METHOD *method);
crypto/openssl/include/openssl/x509_vfy.h
721
void X509_LOOKUP_free(X509_LOOKUP *ctx);
crypto/openssl/include/openssl/x509_vfy.h
722
int X509_LOOKUP_init(X509_LOOKUP *ctx);
crypto/openssl/include/openssl/x509_vfy.h
723
int X509_LOOKUP_by_subject(X509_LOOKUP *ctx, X509_LOOKUP_TYPE type,
crypto/openssl/include/openssl/x509_vfy.h
725
int X509_LOOKUP_by_subject_ex(X509_LOOKUP *ctx, X509_LOOKUP_TYPE type,
crypto/openssl/include/openssl/x509_vfy.h
728
int X509_LOOKUP_by_issuer_serial(X509_LOOKUP *ctx, X509_LOOKUP_TYPE type,
crypto/openssl/include/openssl/x509_vfy.h
732
int X509_LOOKUP_by_fingerprint(X509_LOOKUP *ctx, X509_LOOKUP_TYPE type,
crypto/openssl/include/openssl/x509_vfy.h
735
int X509_LOOKUP_by_alias(X509_LOOKUP *ctx, X509_LOOKUP_TYPE type,
crypto/openssl/include/openssl/x509_vfy.h
737
int X509_LOOKUP_set_method_data(X509_LOOKUP *ctx, void *data);
crypto/openssl/include/openssl/x509_vfy.h
738
void *X509_LOOKUP_get_method_data(const X509_LOOKUP *ctx);
crypto/openssl/include/openssl/x509_vfy.h
739
X509_STORE *X509_LOOKUP_get_store(const X509_LOOKUP *ctx);
crypto/openssl/include/openssl/x509_vfy.h
74
#define sk_X509_LOOKUP_value(sk, idx) ((X509_LOOKUP *)OPENSSL_sk_value(ossl_check_const_X509_LOOKUP_sk_type(sk), (idx)))
crypto/openssl/include/openssl/x509_vfy.h
740
int X509_LOOKUP_shutdown(X509_LOOKUP *ctx);
crypto/openssl/include/openssl/x509_vfy.h
75
#define sk_X509_LOOKUP_new(cmp) ((STACK_OF(X509_LOOKUP) *)OPENSSL_sk_new(ossl_check_X509_LOOKUP_compfunc_type(cmp)))
crypto/openssl/include/openssl/x509_vfy.h
76
#define sk_X509_LOOKUP_new_null() ((STACK_OF(X509_LOOKUP) *)OPENSSL_sk_new_null())
crypto/openssl/include/openssl/x509_vfy.h
77
#define sk_X509_LOOKUP_new_reserve(cmp, n) ((STACK_OF(X509_LOOKUP) *)OPENSSL_sk_new_reserve(ossl_check_X509_LOOKUP_compfunc_type(cmp), (n)))
crypto/openssl/include/openssl/x509_vfy.h
81
#define sk_X509_LOOKUP_delete(sk, i) ((X509_LOOKUP *)OPENSSL_sk_delete(ossl_check_X509_LOOKUP_sk_type(sk), (i)))
crypto/openssl/include/openssl/x509_vfy.h
82
#define sk_X509_LOOKUP_delete_ptr(sk, ptr) ((X509_LOOKUP *)OPENSSL_sk_delete_ptr(ossl_check_X509_LOOKUP_sk_type(sk), ossl_check_X509_LOOKUP_type(ptr)))
crypto/openssl/include/openssl/x509_vfy.h
85
#define sk_X509_LOOKUP_pop(sk) ((X509_LOOKUP *)OPENSSL_sk_pop(ossl_check_X509_LOOKUP_sk_type(sk)))
crypto/openssl/include/openssl/x509_vfy.h
86
#define sk_X509_LOOKUP_shift(sk) ((X509_LOOKUP *)OPENSSL_sk_shift(ossl_check_X509_LOOKUP_sk_type(sk)))
crypto/openssl/include/openssl/x509_vfy.h
89
#define sk_X509_LOOKUP_set(sk, idx, ptr) ((X509_LOOKUP *)OPENSSL_sk_set(ossl_check_X509_LOOKUP_sk_type(sk), (idx), ossl_check_X509_LOOKUP_type(ptr)))
crypto/openssl/include/openssl/x509_vfy.h
95
#define sk_X509_LOOKUP_dup(sk) ((STACK_OF(X509_LOOKUP) *)OPENSSL_sk_dup(ossl_check_const_X509_LOOKUP_sk_type(sk)))
crypto/openssl/include/openssl/x509_vfy.h
96
#define sk_X509_LOOKUP_deep_copy(sk, copyfunc, freefunc) ((STACK_OF(X509_LOOKUP) *)OPENSSL_sk_deep_copy(ossl_check_const_X509_LOOKUP_sk_type(sk), ossl_check_X509_LOOKUP_copyfunc_type(copyfunc), ossl_check_X509_LOOKUP_freefunc_type(freefunc)))
crypto/openssl/ssl/ssl_lib.c
5521
X509_LOOKUP *lookup;
crypto/openssl/ssl/ssl_lib.c
5539
X509_LOOKUP *lookup;
crypto/openssl/ssl/ssl_lib.c
5558
X509_LOOKUP *lookup;
crypto/openssl/test/verify_extra_test.c
69
X509_LOOKUP *lookup = NULL;
crypto/openssl/test/x509_dup_cert_test.c
21
X509_LOOKUP *lookup = NULL;
crypto/openssl/test/x509_load_cert_file_test.c
21
X509_LOOKUP *lookup = NULL;
lib/libfetch/common.c
1112
X509_LOOKUP *crl_lookup;
usr.sbin/rpc.tlsservd/rpc.tlscommon.c
130
X509_LOOKUP *certlookup;