Searched refs:X509_STORE_add_lookup (Results 1 – 11 of 11) sorted by relevance
/openbsd/lib/libcrypto/x509/ |
H A D | x509_d2.c | 71 lookup = X509_STORE_add_lookup(ctx, X509_LOOKUP_file()); in X509_STORE_set_default_paths() 76 lookup = X509_STORE_add_lookup(ctx, X509_LOOKUP_hash_dir()); in X509_STORE_set_default_paths() 94 lookup = X509_STORE_add_lookup(ctx, X509_LOOKUP_file()); in X509_STORE_load_locations() 101 lookup = X509_STORE_add_lookup(ctx, X509_LOOKUP_hash_dir()); in X509_STORE_load_locations() 119 lookup = X509_STORE_add_lookup(ctx, X509_LOOKUP_mem()); in X509_STORE_load_mem()
|
H A D | x509_lu.c | 248 X509_STORE_add_lookup(X509_STORE *store, const X509_LOOKUP_METHOD *method) in X509_STORE_add_lookup() function 274 LCRYPTO_ALIAS(X509_STORE_add_lookup);
|
H A D | x509_vfy.h | 344 X509_LOOKUP *X509_STORE_add_lookup(X509_STORE *v, const X509_LOOKUP_METHOD *m);
|
/openbsd/usr.bin/openssl/ |
H A D | verify.c | 294 lookup = X509_STORE_add_lookup(cert_ctx, X509_LOOKUP_file()); in verify_main() 308 lookup = X509_STORE_add_lookup(cert_ctx, X509_LOOKUP_hash_dir()); in verify_main()
|
H A D | crl.c | 284 lookup = X509_STORE_add_lookup(store, X509_LOOKUP_file()); in crl_main() 292 lookup = X509_STORE_add_lookup(store, X509_LOOKUP_hash_dir()); in crl_main()
|
H A D | ts.c | 1206 lookup = X509_STORE_add_lookup(cert_ctx, in create_cert_store() 1221 lookup = X509_STORE_add_lookup(cert_ctx, X509_LOOKUP_file()); in create_cert_store()
|
H A D | apps.c | 1013 lookup = X509_STORE_add_lookup(store, X509_LOOKUP_file()); in setup_verify() 1024 lookup = X509_STORE_add_lookup(store, X509_LOOKUP_hash_dir()); in setup_verify()
|
/openbsd/lib/libcrypto/hidden/openssl/ |
H A D | x509_vfy.h | 70 LCRYPTO_USED(X509_STORE_add_lookup);
|
/openbsd/usr.sbin/ocspcheck/ |
H A D | ocspcheck.c | 217 if ((lookup = X509_STORE_add_lookup(store, in read_cacerts() 228 if ((lookup = X509_STORE_add_lookup(store, in read_cacerts()
|
/openbsd/sbin/iked/ |
H A D | ca.c | 191 if ((store->ca_calookup = X509_STORE_add_lookup(store->ca_cas, in ca_reset() 197 if ((store->ca_certlookup = X509_STORE_add_lookup(store->ca_certs, in ca_reset()
|
/openbsd/lib/libcrypto/ |
H A D | Symbols.list | 2620 X509_STORE_add_lookup
|