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

  /external/chromium_org/third_party/boringssl/src/ssl/
ssl_cert.c 353 if (cert->chain_store)
355 CRYPTO_add(&cert->chain_store->references, 1, CRYPTO_LOCK_X509_STORE);
356 ret->chain_store = cert->chain_store;
425 if (c->chain_store)
426 X509_STORE_free(c->chain_store);
972 X509_STORE *chain_store; local
979 if (s->cert->chain_store)
980 chain_store = s->cert->chain_store;
    [all...]
ssl_locl.h 519 X509_STORE *chain_store; member in struct:cert_st
837 int ssl_build_cert_chain(CERT *c, X509_STORE *chain_store, int flags);
    [all...]

Completed in 48 milliseconds