Home
last modified time | relevance | path

Searched refs:lookup_certs (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/crypto/x509/
Dx509_lu.c799 X509_STORE_CTX_lookup_certs_fn lookup_certs) in X509_STORE_set_lookup_certs() argument
801 ctx->lookup_certs = lookup_certs; in X509_STORE_set_lookup_certs()
806 return ctx->lookup_certs; in X509_STORE_get_lookup_certs()
Dx509_vfy.c167 certs = ctx->lookup_certs(ctx, X509_get_subject_name(x)); in lookup_cert_match()
2303 if (store && store->lookup_certs) in X509_STORE_CTX_init()
2304 ctx->lookup_certs = store->lookup_certs; in X509_STORE_CTX_init()
2306 ctx->lookup_certs = X509_STORE_get1_certs; in X509_STORE_CTX_init()
/external/boringssl/src/include/openssl/
Dx509_vfy.h205 X509_STORE_CTX_lookup_certs_fn lookup_certs; member
250 X509_STORE_CTX_lookup_certs_fn lookup_certs; member
498 X509_STORE *ctx, X509_STORE_CTX_lookup_certs_fn lookup_certs);