Home
last modified time | relevance | path

Searched refs:store (Results 1 – 6 of 6) sorted by relevance

/optee_test-3.20.0/host/xtest/
A Dregression_8100.c189 X509_STORE *store = NULL; in check() local
199 store = X509_STORE_new(); in check()
200 if (!ADBG_EXPECT_NOT_NULL(c, store)) in check()
202 X509_STORE_set_flags(store, 0); in check()
203 if (!ADBG_EXPECT_TRUE(c, X509_STORE_set1_param(store, pm))) in check()
210 if (!ADBG_EXPECT_TRUE(c, X509_STORE_CTX_init(csc, store, crt, in check()
226 X509_STORE_free(store); in check()
/optee_test-3.20.0/host/openssl/include/openssl/
A Dx509_vfy.h217 int X509_STORE_set_depth(X509_STORE *store, int depth);
490 int X509_STORE_CTX_init(X509_STORE_CTX *ctx, X509_STORE *store,
A Dcms.h174 X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags);
178 X509_STORE *store, unsigned int flags);
A Dts.h616 X509_STORE *store, X509 **signer_out);
664 X509_STORE *store; member
A Dpkcs7.h346 int PKCS7_verify(PKCS7 *p7, STACK_OF(X509) *certs, X509_STORE *store,
A Docsp.h459 X509_STORE *store, unsigned long flags);

Completed in 21 milliseconds