Searched refs:x509_store_add (Results 1 – 2 of 2) sorted by relevance
/third_party/openssl/crypto/x509/ |
D | x509_lu.c | 353 static int x509_store_add(X509_STORE *store, void *x, int crl) { in x509_store_add() function 398 if (!x509_store_add(ctx, x, 0)) { in X509_STORE_add_cert() 407 if (!x509_store_add(ctx, x, 1)) { in X509_STORE_add_crl()
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
D | x509_lu.c | 353 static int x509_store_add(X509_STORE *store, void *x, int crl) { in x509_store_add() function 398 if (!x509_store_add(ctx, x, 0)) { in X509_STORE_add_cert() 407 if (!x509_store_add(ctx, x, 1)) { in X509_STORE_add_crl()
|