Searched defs:key_blob (Results 1 – 5 of 5) sorted by relevance
/hardware/libhardware/tests/keymaster/ |
D | keymaster_test.cpp | 401 uint8_t* key_blob; in TEST_P() local 448 uint8_t* key_blob; in TEST_P() local 492 uint8_t* key_blob; in TEST_P() local 507 uint8_t* key_blob; in TEST_F() local 516 uint8_t* key_blob; in TEST_F() local 552 uint8_t* key_blob; in TEST_F() local 588 uint8_t* key_blob; in TEST_F() local 598 uint8_t* key_blob; in TEST_F() local 608 uint8_t* key_blob; in TEST_F() local 630 uint8_t* key_blob; in TEST_F() local [all …]
|
/hardware/interfaces/keymaster/4.0/vts/functional/ |
D | KeymasterHidlTest.cpp | 84 ErrorCode KeymasterHidlTest::GenerateKey(const AuthorizationSet& key_desc, HidlBuf* key_blob, in GenerateKey() 115 const string& key_material, HidlBuf* key_blob, in ImportKey() 161 ErrorCode KeymasterHidlTest::ExportKey(KeyFormat format, const HidlBuf& key_blob, in ExportKey() 184 ErrorCode KeymasterHidlTest::DeleteKey(HidlBuf* key_blob, bool keep_key_blob) { in DeleteKey() 200 void KeymasterHidlTest::CheckedDeleteKey(HidlBuf* key_blob, bool keep_key_blob) { in CheckedDeleteKey() 209 ErrorCode KeymasterHidlTest::GetCharacteristics(const HidlBuf& key_blob, const HidlBuf& client_id, in GetCharacteristics() 224 ErrorCode KeymasterHidlTest::GetCharacteristics(const HidlBuf& key_blob, in GetCharacteristics() 230 ErrorCode KeymasterHidlTest::Begin(KeyPurpose purpose, const HidlBuf& key_blob, in Begin() 358 ErrorCode KeymasterHidlTest::AttestKey(const HidlBuf& key_blob, in AttestKey() 382 string KeymasterHidlTest::ProcessMessage(const HidlBuf& key_blob, KeyPurpose operation, in ProcessMessage() [all …]
|
D | keymaster_hidl_hal_test.cpp | 364 void CheckCharacteristics(const HidlBuf& key_blob, in CheckCharacteristics() 380 HidlBuf key_blob; in TEST_F() local 415 HidlBuf key_blob; in TEST_F() local 446 HidlBuf key_blob; in TEST_F() local 491 HidlBuf key_blob; in TEST_F() local 559 HidlBuf key_blob; in TEST_F() 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/3.0/vts/functional/ |
D | keymaster_hidl_hal_test.cpp | 472 ErrorCode GenerateKey(const AuthorizationSet& key_desc, HidlBuf* key_blob, in GenerateKey() 502 const string& key_material, HidlBuf* key_blob, in ImportKey() 528 ErrorCode ExportKey(KeyFormat format, const HidlBuf& key_blob, const HidlBuf& client_id, in ExportKey() 551 ErrorCode DeleteKey(HidlBuf* key_blob, bool keep_key_blob = false) { in DeleteKey() 567 void CheckedDeleteKey(HidlBuf* key_blob, bool keep_key_blob = false) { in CheckedDeleteKey() 574 ErrorCode GetCharacteristics(const HidlBuf& key_blob, const HidlBuf& client_id, in GetCharacteristics() 588 ErrorCode GetCharacteristics(const HidlBuf& key_blob, KeyCharacteristics* key_characteristics) { in GetCharacteristics() 593 ErrorCode Begin(KeyPurpose purpose, const HidlBuf& key_blob, const AuthorizationSet& in_params, in Begin() 718 ErrorCode AttestKey(const HidlBuf& key_blob, const AuthorizationSet& attest_params, in AttestKey() 741 string ProcessMessage(const HidlBuf& key_blob, KeyPurpose operation, const string& message, in ProcessMessage() [all …]
|