Home
last modified time | relevance | path

Searched refs:KeymasterKeyBlob (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish/host/commands/secure_env/
Dtpm_keymaster_context.h64 const keymaster::KeymasterKeyBlob& key_to_upgrade,
66 keymaster::KeymasterKeyBlob* upgraded_key) const override;
69 const keymaster::KeymasterKeyBlob& blob,
84 const keymaster::KeymasterKeyBlob& wrapped_key_blob,
85 const keymaster::KeymasterKeyBlob& wrapping_key_blob,
87 const keymaster::KeymasterKeyBlob& masking_key,
90 keymaster::KeymasterKeyBlob* wrapped_key_material) const override;
Dtpm_keymaster_context.cpp34 using keymaster::KeymasterKeyBlob;
143 const KeymasterKeyBlob& blob_to_upgrade, in UpgradeKeyBlob()
145 KeymasterKeyBlob* upgraded_key) const { in UpgradeKeyBlob()
213 const KeymasterKeyBlob& blob, in ParseKeyBlob()
218 keymaster::KeymasterKeyBlob key_material; in ParseKeyBlob()
307 const KeymasterKeyBlob&, in UnwrapKey() argument
308 const KeymasterKeyBlob&, in UnwrapKey()
310 const KeymasterKeyBlob&, in UnwrapKey()
313 KeymasterKeyBlob*) const { in UnwrapKey()
Dtpm_key_blob_maker.h37 const keymaster::KeymasterKeyBlob& key_material,
38 keymaster::KeymasterKeyBlob* blob,
57 keymaster::KeymasterKeyBlob* key_material) const;
Dtpm_key_blob_maker.cpp29 using keymaster::KeymasterKeyBlob;
212 static KeymasterKeyBlob SerializableToKeyBlob( in SerializableToKeyBlob()
222 return KeymasterKeyBlob(data.data(), buf - data.data()); in SerializableToKeyBlob()
233 const KeymasterKeyBlob& key_material, in CreateKeyBlob()
234 KeymasterKeyBlob* blob, in CreateKeyBlob()
277 KeymasterKeyBlob* key_material) const { in UnwrapKeyBlob()
295 *key_material = KeymasterKeyBlob( in UnwrapKeyBlob()