Searched defs:key_blob (Results 1 – 6 of 6) sorted by relevance
/hardware/libhardware/tests/keymaster/ |
D | keymaster_test.cpp | 367 uint8_t* key_blob; in TEST_P() local 414 uint8_t* key_blob; in TEST_P() local 458 uint8_t* key_blob; in TEST_P() local 473 uint8_t* key_blob; in TEST_F() local 482 uint8_t* key_blob; in TEST_F() local 518 uint8_t* key_blob; in TEST_F() local 554 uint8_t* key_blob; in TEST_F() local 564 uint8_t* key_blob; in TEST_F() local 574 uint8_t* key_blob; in TEST_F() local 596 uint8_t* key_blob; in TEST_F() local [all …]
|
/hardware/interfaces/keymaster/4.0/vts/functional/ |
D | KeymasterHidlTest.cpp | 67 ErrorCode KeymasterHidlTest::GenerateKey(const AuthorizationSet& key_desc, HidlBuf* key_blob, in GenerateKey() 98 const string& key_material, HidlBuf* key_blob, in ImportKey() 144 ErrorCode KeymasterHidlTest::ExportKey(KeyFormat format, const HidlBuf& key_blob, in ExportKey() 167 ErrorCode KeymasterHidlTest::DeleteKey(HidlBuf* key_blob, bool keep_key_blob) { in DeleteKey() 183 void KeymasterHidlTest::CheckedDeleteKey(HidlBuf* key_blob, bool keep_key_blob) { in CheckedDeleteKey() 192 void KeymasterHidlTest::CheckGetCharacteristics(const HidlBuf& key_blob, const HidlBuf& client_id, in CheckGetCharacteristics() 219 ErrorCode KeymasterHidlTest::GetCharacteristics(const HidlBuf& key_blob, const HidlBuf& client_id, in GetCharacteristics() 234 ErrorCode KeymasterHidlTest::GetCharacteristics(const HidlBuf& key_blob, in GetCharacteristics() 247 ErrorCode KeymasterHidlTest::Begin(KeyPurpose purpose, const HidlBuf& key_blob, in Begin() 375 ErrorCode KeymasterHidlTest::AttestKey(const HidlBuf& key_blob, in AttestKey() [all …]
|
D | keymaster_hidl_hal_test.cpp | 520 void CheckCharacteristics(const HidlBuf& key_blob, in CheckCharacteristics() 536 HidlBuf key_blob; in TEST_P() local 571 HidlBuf key_blob; in TEST_P() local 603 HidlBuf key_blob; in TEST_P() local 648 HidlBuf key_blob; in TEST_P() local 722 HidlBuf key_blob; in TEST_P() local 875 HidlBuf key_blob; in TEST_P() local 1314 HidlBuf key_blob; in TEST_P() local
|
/hardware/qcom/keymaster/ |
D | keymaster_qcom.h | 107 qcom_km_key_blob_t key_blob; member 142 qcom_km_key_blob_t key_blob; member 162 qcom_km_key_blob_t key_blob; member 201 qcom_km_key_blob_t key_blob; member
|
/hardware/interfaces/keymaster/4.1/vts/functional/ |
D | Keymaster4_1HidlTest.cpp | 28 auto Keymaster4_1HidlTest::ProcessMessage(const HidlBuf& key_blob, KeyPurpose operation, in ProcessMessage()
|
/hardware/interfaces/keymaster/3.0/vts/functional/ |
D | keymaster_hidl_hal_test.cpp | 454 ErrorCode GenerateKey(const AuthorizationSet& key_desc, HidlBuf* key_blob, in GenerateKey() 484 const string& key_material, HidlBuf* key_blob, in ImportKey() 510 ErrorCode ExportKey(KeyFormat format, const HidlBuf& key_blob, const HidlBuf& client_id, in ExportKey() 533 ErrorCode DeleteKey(HidlBuf* key_blob, bool keep_key_blob = false) { in DeleteKey() 549 void CheckedDeleteKey(HidlBuf* key_blob, bool keep_key_blob = false) { in CheckedDeleteKey() 556 ErrorCode GetCharacteristics(const HidlBuf& key_blob, const HidlBuf& client_id, in GetCharacteristics() 570 ErrorCode GetCharacteristics(const HidlBuf& key_blob, KeyCharacteristics* key_characteristics) { in GetCharacteristics() 575 ErrorCode Begin(KeyPurpose purpose, const HidlBuf& key_blob, const AuthorizationSet& in_params, in Begin() 700 ErrorCode AttestKey(const HidlBuf& key_blob, const AuthorizationSet& attest_params, in AttestKey() 723 string ProcessMessage(const HidlBuf& key_blob, KeyPurpose operation, const string& message, in ProcessMessage() [all …]
|