Home
last modified time | relevance | path

Searched refs:TpmHmac (Results 1 – 5 of 5) sorted by relevance

/device/google/cuttlefish/host/commands/secure_env/rust/
Dtpm.rs28 pub struct TpmHmac { struct
35 unsafe impl Send for TpmHmac {} implementation
37 impl TpmHmac { impl
84 impl kmr_ta::device::DeviceHmac for TpmHmac { implementation
90 impl crate::rpc::DeriveBytes for TpmHmac { implementation
98 tpm_hmac: TpmHmac,
103 Self { tpm_hmac: TpmHmac::new(trm) } in new()
139 tpm_hmac: TpmHmac,
144 Self { tpm_hmac: TpmHmac::new(trm) } in new()
197 pub type RpcArtifacts = crate::rpc::Artifacts<TpmHmac>;
Dlib.rs128 Box::new(tpm::RpcArtifacts::new(tpm::TpmHmac::new(trm), rpc_sign_algo)) in ta_main()
/device/google/cuttlefish/host/commands/secure_env/
Dhmac_serializable.cpp62 TpmHmac(resource_manager_, key->get(), TpmAuth(ESYS_TR_PASSWORD), in Serialize()
110 TpmHmac(resource_manager_, key->get(), TpmAuth(ESYS_TR_PASSWORD), in Deserialize()
Dtpm_hmac.cpp128 UniqueEsysPtr<TPM2B_DIGEST> TpmHmac( in TpmHmac() function
150 return TpmHmac(resource_manager, key_slot->get(), TpmAuth(ESYS_TR_PASSWORD), in TpmHmacWithContext()
Dtpm_hmac.h49 UniqueEsysPtr<TPM2B_DIGEST> TpmHmac(