Home
last modified time | relevance | path

Searched refs:key_material_ (Results 1 – 6 of 6) sorted by relevance

/system/keymaster/include/keymaster/
Dkey.h52 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/
Dkey_blob_test.cpp49 : 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/
Dcurve25519_key.cpp39 return (EvpKeyToKeyMaterial(pkey, &key_material_) == KM_ERROR_OK); in EvpToInternal()
Dsymmetric_key.cpp111 key_material_ = std::move(key_material); in SymmetricKey()
/system/keymaster/include/keymaster/km_openssl/
Dcurve25519_key.h45 key_material_ = key_material; in Curve25519Key()
/system/keymaster/include/keymaster/legacy_support/
Dkeymaster_passthrough_key.h91 key_material_ = std::move(key_material); in KeymasterPassthroughKey()