Searched refs:mid (Results 1 – 7 of 7) sorted by relevance
/optee_test-3.20.0/cert/ |
A D | README.txt | 10 openssl req -new -out mid.csr -config mid.conf 12 #Sign mid.crt 13 openssl x509 -req -in mid.csr -extfile mid.ext -CA ca.crt -CAkey ca.key -CAcreateserial -out mid.cr… 20 openssl x509 -req -in my.csr -CA mid.crt -CAkey mid.key -CAcreateserial -out my.crt -days 10000
|
A D | mid.conf | 3 default_keyfile = mid.key
|
/optee_test-3.20.0/ta/crypt/ |
A D | sub.mk | 16 CRYPT_MID_CRT = ../../certs/mid.crt 17 CRYPT_MID_KEY = ../../certs/mid.key 30 $(eval $(call crypt_embed_file,mid_crt,../../cert/mid.crt)) 31 $(eval $(call crypt_embed_file,mid_key,../../cert/mid.key))
|
/optee_test-3.20.0/host/xtest/ |
A D | regression_8100.c | 231 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, mid, untrusted))) in verify_cert() 264 const char *mid, const char *cert) in verify_cert() argument 268 UNUSED(mid); in verify_cert()
|
A D | CMakeLists.txt | 39 EMBED_8100FILE(mid_crt ${OPTEE_TEST_ROOT_DIR}/cert/mid.crt)
|
/optee_test-3.20.0/ta/ |
A D | subkey_notes.txt | 34 The mid level subkey has to have a UUID in the namespace of the top level 48 The mid level subkey is signed using:
|
/optee_test-3.20.0/ |
A D | Android.mk | 89 $(eval $(call my-embed-file,regression_8100_mid_crt,cert/mid.crt))
|
Completed in 9 milliseconds