HomeSort by relevance Sort by last modified time
    Searched defs:store_ctx (Results 1 - 3 of 3) sorted by null

  /external/openssl/apps/
pkcs12.c 829 X509_STORE_CTX store_ctx; local
836 X509_STORE_CTX_init(&store_ctx, store, cert, NULL);
837 if (X509_verify_cert(&store_ctx) <= 0) {
838 i = X509_STORE_CTX_get_error (&store_ctx);
846 chn = X509_STORE_CTX_get1_chain(&store_ctx);
848 X509_STORE_CTX_cleanup(&store_ctx);
  /external/openssl/crypto/x509/
x509_vfy.h 224 X509_STORE *store_ctx; /* who owns us */ member in struct:x509_lookup_st
  /external/openssl/include/openssl/
x509_vfy.h 224 X509_STORE *store_ctx; /* who owns us */ member in struct:x509_lookup_st

Completed in 44 milliseconds