Searched refs:store (Results 1 – 6 of 6) sorted by relevance
/optee_test-3.20.0/host/xtest/ |
A D | regression_8100.c | 189 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 D | x509_vfy.h | 217 int X509_STORE_set_depth(X509_STORE *store, int depth); 490 int X509_STORE_CTX_init(X509_STORE_CTX *ctx, X509_STORE *store,
|
A D | cms.h | 174 X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags); 178 X509_STORE *store, unsigned int flags);
|
A D | ts.h | 616 X509_STORE *store, X509 **signer_out); 664 X509_STORE *store; member
|
A D | pkcs7.h | 346 int PKCS7_verify(PKCS7 *p7, STACK_OF(X509) *certs, X509_STORE *store,
|
A D | ocsp.h | 459 X509_STORE *store, unsigned long flags);
|
Completed in 13 milliseconds