Searched refs:key_desc (Results 1 – 3 of 3) sorted by relevance
/hardware/interfaces/keymaster/4.0/vts/functional/ |
D | KeymasterHidlTest.h | 99 ErrorCode GenerateKey(const AuthorizationSet& key_desc, HidlBuf* key_blob, 101 ErrorCode GenerateKey(const AuthorizationSet& key_desc); 103 ErrorCode ImportKey(const AuthorizationSet& key_desc, KeyFormat format, 106 ErrorCode ImportKey(const AuthorizationSet& key_desc, KeyFormat format,
|
D | KeymasterHidlTest.cpp | 67 ErrorCode KeymasterHidlTest::GenerateKey(const AuthorizationSet& key_desc, HidlBuf* key_blob, in GenerateKey() argument 76 ->generateKey(key_desc.hidl_data(), in GenerateKey() 93 ErrorCode KeymasterHidlTest::GenerateKey(const AuthorizationSet& key_desc) { in GenerateKey() argument 94 return GenerateKey(key_desc, &key_blob_, &key_characteristics_); in GenerateKey() 97 ErrorCode KeymasterHidlTest::ImportKey(const AuthorizationSet& key_desc, KeyFormat format, in ImportKey() argument 102 ->importKey(key_desc.hidl_data(), format, HidlBuf(key_material), in ImportKey() 119 ErrorCode KeymasterHidlTest::ImportKey(const AuthorizationSet& key_desc, KeyFormat format, in ImportKey() argument 121 return ImportKey(key_desc, format, key_material, &key_blob_, &key_characteristics_); in ImportKey()
|
/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() argument 462 ->generateKey(key_desc.hidl_data(), in GenerateKey() 479 ErrorCode GenerateKey(const AuthorizationSet& key_desc) { in GenerateKey() argument 480 return GenerateKey(key_desc, &key_blob_, &key_characteristics_); in GenerateKey() 483 ErrorCode ImportKey(const AuthorizationSet& key_desc, KeyFormat format, in ImportKey() argument 488 ->importKey(key_desc.hidl_data(), format, HidlBuf(key_material), in ImportKey() 505 ErrorCode ImportKey(const AuthorizationSet& key_desc, KeyFormat format, in ImportKey() argument 507 return ImportKey(key_desc, format, key_material, &key_blob_, &key_characteristics_); in ImportKey()
|