Home
last modified time | relevance | path

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

/third_party/openssl/crypto/x509/
Dx509_lu.c930 X509_STORE_CTX_lookup_certs_fn lookup_certs) in X509_STORE_set_lookup_certs() argument
932 ctx->lookup_certs = lookup_certs; in X509_STORE_set_lookup_certs()
937 return ctx->lookup_certs; in X509_STORE_get_lookup_certs()
Dx509_local.h140 STACK_OF(X509) *(*lookup_certs) (X509_STORE_CTX *ctx,
Dx509_vfy.c123 certs = ctx->lookup_certs(ctx, X509_get_subject_name(x)); in lookup_cert_match()
2404 if (store != NULL && store->lookup_certs != NULL) in X509_STORE_CTX_init()
2405 ctx->lookup_certs = store->lookup_certs; in X509_STORE_CTX_init()
2407 ctx->lookup_certs = X509_STORE_CTX_get1_certs; in X509_STORE_CTX_init()
2463 ctx->lookup_certs = lookup_certs_sk; in X509_STORE_CTX_set0_trusted_stack()
2595 return ctx->lookup_certs; in X509_STORE_CTX_get_lookup_certs()
/third_party/openssl/ohos_lite/include/crypto/
Dx509.h226 STACK_OF(X509) *(*lookup_certs) (X509_STORE_CTX *ctx, X509_NAME *nm);
/third_party/openssl/include/crypto/
Dx509.h246 STACK_OF(X509) *(*lookup_certs) (X509_STORE_CTX *ctx,
/third_party/openssl/doc/man3/
DX509_STORE_set_verify_cb_func.pod102 X509_STORE_CTX_lookup_certs_fn lookup_certs);
/third_party/openssl/ohos_lite/include/openssl/
Dx509_vfy.h319 X509_STORE_CTX_lookup_certs_fn lookup_certs);
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dtypes.rs356 lookup_certs:
/third_party/openssl/include/openssl/
Dx509_vfy.h.in447 X509_STORE_CTX_lookup_certs_fn lookup_certs);
/third_party/openssl/
DCHANGES.md9355 * New X509_STORE_CTX callbacks lookup_crls() and lookup_certs() which