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

  /external/boringssl/src/ssl/
ssl_x509.cc 366 X509_STORE *verify_store = ssl->ctx->cert_store;
457 if (!X509_STORE_CTX_init(ctx.get(), ssl->ctx->cert_store, leaf.get(), NULL)) {
484 ctx->cert_store = X509_STORE_new();
486 return (ctx->cert_store != NULL && ctx->param != NULL);
492 X509_STORE_free(ctx->cert_store);
683 return X509_STORE_set_default_paths(ctx->cert_store);
689 return X509_STORE_load_locations(ctx->cert_store, ca_file, ca_dir);
710 return ctx->cert_store;
715 X509_STORE_free(ctx->cert_store);
716 ctx->cert_store = store
    [all...]
internal.h 1934 X509_STORE *cert_store; member in struct:bssl::SSLContext
    [all...]

Completed in 557 milliseconds