Searched refs:KeyType_P256 (Results 1 – 3 of 3) sorted by relevance
/external/open-dice/src/ |
D | mbedtls_ops_test.cc | 34 using dice::test::KeyType_P256; 45 DumpState(CertificateType_X509, KeyType_P256, "zero_input", next_state); in TEST() 75 DumpState(CertificateType_X509, KeyType_P256, "hash_only_input", next_state); in TEST() 123 DumpState(CertificateType_X509, KeyType_P256, "descriptor_input", next_state); in TEST() 199 DumpState(CertificateType_X509, KeyType_P256, suffix, states[i + 1]); in TEST() 229 DumpState(CertificateType_X509, KeyType_P256, suffix, states[i + 1]); in TEST() 236 dice::test::KeyType_P256, root_certificate, &root_certificate_size); in TEST()
|
D | test_utils.cc | 65 case dice::test::KeyType_P256: in GetKeyTypeStr() 179 } else if (key_type == dice::test::KeyType_P256) { in KeyFromRawKey() 514 case dice::test::KeyType_P256: in CreateCborUdsCertificate()
|
/external/open-dice/include/dice/ |
D | test_utils.h | 32 KeyType_P256, enumerator
|