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

  /external/boringssl/src/ssl/
ssl_cert.c 265 if (cert->chain_store) {
266 CRYPTO_refcount_inc(&cert->chain_store->references);
267 ret->chain_store = cert->chain_store;
315 X509_STORE_free(c->chain_store);
782 X509_STORE *chain_store; local
789 if (s->cert->chain_store) {
790 chain_store = s->cert->chain_store;
792 chain_store = s->ctx->cert_store
    [all...]
internal.h 579 X509_STORE *chain_store; member in struct:cert_st
    [all...]

Completed in 157 milliseconds