Searched refs:key_material_ (Results 1 – 6 of 6) sorted by relevance
/system/keymaster/include/keymaster/ |
D | key.h | 52 const KeymasterKeyBlob& key_material() const { return key_material_; } in key_material() 53 KeymasterKeyBlob& key_material() { return key_material_; } in key_material() 60 KeymasterKeyBlob&& key_material_move() { return std::move(key_material_); } in key_material_move() 77 KeymasterKeyBlob key_material_; variable
|
/system/keymaster/tests/ |
D | key_blob_test.cpp | 49 : key_material_(key_data, array_length(key_data)), in KeyBlobTest() 74 auto result = EncryptKey(key_material_, format, hw_enforced_, sw_enforced_, hidden_, in Encrypt() 108 KeymasterKeyBlob key_material_; member in keymaster::test::KeyBlobTest 133 key_material_.begin(), key_material_.end())); in TEST_P() 152 EXPECT_TRUE(std::equal(key_material_.begin(), key_material_.end(), // in TEST_P() 329 DeserializeIntegrityAssuredBlob(key_blob, hidden_, &key_material_, &hw_enforced_, in TEST_P() 357 DeserializeIntegrityAssuredBlob(key_blob, hidden_, &key_material_, &hw_enforced_, in TEST_P() 374 DeserializeIntegrityAssuredBlob(key_blob, hidden_, &key_material_, &hw_enforced_, in TEST_P()
|
/system/keymaster/km_openssl/ |
D | curve25519_key.cpp | 39 return (EvpKeyToKeyMaterial(pkey, &key_material_) == KM_ERROR_OK); in EvpToInternal()
|
D | symmetric_key.cpp | 111 key_material_ = std::move(key_material); in SymmetricKey()
|
/system/keymaster/include/keymaster/km_openssl/ |
D | curve25519_key.h | 45 key_material_ = key_material; in Curve25519Key()
|
/system/keymaster/include/keymaster/legacy_support/ |
D | keymaster_passthrough_key.h | 91 key_material_ = std::move(key_material); in KeymasterPassthroughKey()
|