HomeSort by relevance Sort by last modified time
    Searched refs:verify_store (Results 1 - 2 of 2) sorted by null

  /external/boringssl/src/ssl/
ssl_x509.cc 486 X509_STORE_free(cert->verify_store);
490 if (cert->verify_store != NULL) {
491 X509_STORE_up_ref(cert->verify_store);
492 new_cert->verify_store = cert->verify_store;
629 X509_STORE *verify_store = ssl->ctx->cert_store; local
630 if (ssl->cert->verify_store != NULL) {
631 verify_store = ssl->cert->verify_store;
637 if (!X509_STORE_CTX_init(&ctx, verify_store, leaf, cert_chain))
    [all...]
internal.h 1469 X509_STORE *verify_store; member in struct:cert_st
    [all...]

Completed in 2151 milliseconds