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

  /external/boringssl/src/crypto/x509/
x509_d2.c 62 int X509_STORE_set_default_paths(X509_STORE *ctx)
82 int X509_STORE_load_locations(X509_STORE *ctx, const char *file,
x509_lu.c 185 X509_STORE *X509_STORE_new(void)
187 X509_STORE *ret;
189 if ((ret = (X509_STORE *)OPENSSL_malloc(sizeof(X509_STORE))) == NULL)
220 int X509_STORE_up_ref(X509_STORE *store)
242 void X509_STORE_free(X509_STORE *vfy)
271 X509_LOOKUP *X509_STORE_add_lookup(X509_STORE *v, X509_LOOKUP_METHOD *m)
302 X509_STORE *ctx = vs->ctx;
335 int X509_STORE_add_cert(X509_STORE *ctx, X509 *x)
371 int X509_STORE_add_crl(X509_STORE *ctx, X509_CRL *x
    [all...]
x509_test.cc 470 bssl::UniquePtr<X509_STORE> store(X509_STORE_new());
    [all...]
x509_vfy.c     [all...]
  /external/boringssl/src/include/openssl/
x509_vfy.h 96 SSL_CTX -> X509_STORE
103 ->X509_STORE
105 The X509_STORE holds the tables etc for verification stuff.
107 The X509_STORE has X509_LOOKUPs for looking up certs.
108 The X509_STORE then calls a function to actually verify the
208 } /* X509_STORE */;
210 OPENSSL_EXPORT int X509_STORE_set_depth(X509_STORE *store, int depth);
223 X509_STORE *store_ctx; /* who owns us */
231 X509_STORE *ctx;
441 OPENSSL_EXPORT X509_STORE *X509_STORE_new(void )
    [all...]
base.h 321 typedef struct x509_store_st X509_STORE;
ssl.h     [all...]
x509.h     [all...]
  /external/curl/docs/examples/
cacertinmem.c 39 X509_STORE * store;
  /external/boringssl/src/ssl/
ssl_x509.c 359 X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *ctx) {
364 void SSL_CTX_set_cert_store(SSL_CTX *ctx, X509_STORE *store) {
635 X509_STORE *verify_store = ssl->ctx->cert_store;
    [all...]
internal.h     [all...]
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pk/
CryptX509.c 407 X509_STORE *CertStore;
CryptTs.c 364 X509_STORE *CertStore;
CryptPkcs7Verify.c 757 X509_STORE *CertStore;
  /external/wpa_supplicant_8/src/crypto/
tls_openssl_ocsp.c 503 X509_STORE *store;
tls_openssl.c 122 static int tls_add_ca_from_keystore(X509_STORE *ctx, const char *key_alias)
154 static int tls_add_ca_from_keystore_encoded(X509_STORE *ctx,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
infinite_recursion.py 857 X509_STORE = x509_store_st
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 857 X509_STORE = x509_store_st
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 857 X509_STORE = x509_store_st
    [all...]
  /external/wpa_supplicant_8/src/utils/
http_curl.c 1103 X509_STORE *store;
    [all...]
  /external/curl/lib/vtls/
openssl.c     [all...]
  /external/ipsec-tools/src/racoon/
crypto_openssl.c 467 X509_STORE *cert_ctx = NULL;
    [all...]

Completed in 1530 milliseconds