Home
last modified time | relevance | path

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

/optee_test-3.20.0/cert/
A DREADME.txt10 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 Dmid.conf3 default_keyfile = mid.key
/optee_test-3.20.0/ta/crypt/
A Dsub.mk16 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 Dregression_8100.c231 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 DCMakeLists.txt39 EMBED_8100FILE(mid_crt ${OPTEE_TEST_ROOT_DIR}/cert/mid.crt)
/optee_test-3.20.0/ta/
A Dsubkey_notes.txt34 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 DAndroid.mk89 $(eval $(call my-embed-file,regression_8100_mid_crt,cert/mid.crt))

Completed in 8 milliseconds