Searched refs:exported (Results 1 – 3 of 3) sorted by relevance
/hardware/interfaces/keymaster/3.0/ |
D | types.hal | 106 EXPORTABLE = TagType:BOOL | 602, /* If true, private/secret key can be exported, but only
|
/hardware/interfaces/keymaster/3.0/vts/functional/ |
D | keymaster_hidl_hal_test.cpp | 2613 HidlBuf exported; in TEST_P() local 2614 ASSERT_EQ(ErrorCode::OK, ExportKey(KeyFormat::X509, &exported)); in TEST_P() 2616 const uint8_t* p = exported.data(); in TEST_P() 2617 EVP_PKEY_Ptr pkey(d2i_PUBKEY(nullptr /* alloc new */, &p, exported.size())); in TEST_P()
|
/hardware/interfaces/keymaster/4.0/vts/functional/ |
D | keymaster_hidl_hal_test.cpp | 2320 HidlBuf exported; in TEST_P() local 2321 ASSERT_EQ(ErrorCode::OK, ExportKey(KeyFormat::X509, &exported)); in TEST_P() 2323 const uint8_t* p = exported.data(); in TEST_P() 2324 EVP_PKEY_Ptr pkey(d2i_PUBKEY(nullptr /* alloc new */, &p, exported.size())); in TEST_P()
|