Home
last modified time | relevance | path

Searched refs:ca (Results 1 – 7 of 7) sorted by relevance

/optee_test-3.20.0/cert/
A DREADME.txt4 openssl genrsa -out ca.key 2048
7 openssl req -new -x509 -key ca.key -out ca.crt -days 10000 -batch
13 openssl x509 -req -in mid.csr -extfile mid.ext -CA ca.crt -CAkey ca.key -CAcreateserial -out mid.cr…
/optee_test-3.20.0/host/xtest/
A Dregression_8100.c231 static bool verify_cert(ADBG_Case_t *c, const char *ca, const char *mid, in verify_cert() argument
250 if (!ADBG_EXPECT_TRUE(c, push_cert(c, ca, trusted))) in verify_cert()
263 static bool verify_cert(ADBG_Case_t *c, const char *ca, in verify_cert() argument
267 UNUSED(ca); in verify_cert()
285 char *ca = NULL; in test_8103() local
310 myasprintf(&ca, "%*s", (int)regression_8100_ca_crt_size, in test_8103()
312 if (!ADBG_EXPECT_NOT_NULL(c, ca)) in test_8103()
314 verify_cert(c, ca, op.params[2].tmpref.buffer, in test_8103()
317 free(ca); in test_8103()
A DCMakeLists.txt38 EMBED_8100FILE(ca_crt ${OPTEE_TEST_ROOT_DIR}/cert/ca.crt)
/optee_test-3.20.0/ta/crypt/
A Dsub.mk15 CRYPT_CA_CRT = ../../certs/ca.crt
29 $(eval $(call crypt_embed_file,ca_crt,../../cert/ca.crt))
/optee_test-3.20.0/host/openssl/include/openssl/
A Dpkcs12.h256 STACK_OF(X509) **ca);
258 STACK_OF(X509) *ca, int nid_key, int nid_cert, int iter,
A Dx509v3.h158 int ca; member
698 int X509_check_purpose(X509 *x, int id, int ca);
/optee_test-3.20.0/
A DAndroid.mk88 $(eval $(call my-embed-file,regression_8100_ca_crt,cert/ca.crt))

Completed in 9 milliseconds