Searched refs:ca (Results 1 – 7 of 7) sorted by relevance
/optee_test/cert/ |
A D | README.txt | 4 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/host/xtest/ |
A D | regression_8100.c | 229 static bool verify_cert(ADBG_Case_t *c, const char *ca, const char *mid, in verify_cert() argument 248 if (!ADBG_EXPECT_TRUE(c, push_cert(c, ca, trusted))) in verify_cert() 261 static bool verify_cert(ADBG_Case_t *c, const char *ca, in verify_cert() argument 265 UNUSED(ca); in verify_cert() 283 char *ca = NULL; in test_8103() local 308 myasprintf(&ca, "%*s", (int)regression_8100_ca_crt_size, in test_8103() 310 if (!ADBG_EXPECT_NOT_NULL(c, ca)) in test_8103() 312 verify_cert(c, ca, op.params[2].tmpref.buffer, in test_8103() 315 free(ca); in test_8103()
|
A D | CMakeLists.txt | 36 EMBED_8100FILE(ca_crt ${OPTEE_TEST_ROOT_DIR}/cert/ca.crt)
|
/optee_test/ta/crypt/ |
A D | sub.mk | 15 CRYPT_CA_CRT = ../../certs/ca.crt 29 $(eval $(call crypt_embed_file,ca_crt,../../cert/ca.crt))
|
/optee_test/host/openssl/include/openssl/ |
A D | pkcs12.h | 256 STACK_OF(X509) **ca); 258 STACK_OF(X509) *ca, int nid_key, int nid_cert, int iter,
|
A D | x509v3.h | 158 int ca; member 698 int X509_check_purpose(X509 *x, int id, int ca);
|
/optee_test/ |
A D | Android.mk | 84 $(eval $(call my-embed-file,regression_8100_ca_crt,cert/ca.crt))
|
Completed in 13 milliseconds