Searched refs:TpmHmac (Results 1 – 5 of 5) sorted by relevance
/device/google/cuttlefish/host/commands/secure_env/rust/ |
D | tpm.rs | 28 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>;
|
D | lib.rs | 128 Box::new(tpm::RpcArtifacts::new(tpm::TpmHmac::new(trm), rpc_sign_algo)) in ta_main()
|
/device/google/cuttlefish/host/commands/secure_env/ |
D | hmac_serializable.cpp | 62 TpmHmac(resource_manager_, key->get(), TpmAuth(ESYS_TR_PASSWORD), in Serialize() 110 TpmHmac(resource_manager_, key->get(), TpmAuth(ESYS_TR_PASSWORD), in Deserialize()
|
D | tpm_hmac.cpp | 128 UniqueEsysPtr<TPM2B_DIGEST> TpmHmac( in TpmHmac() function 150 return TpmHmac(resource_manager, key_slot->get(), TpmAuth(ESYS_TR_PASSWORD), in TpmHmacWithContext()
|
D | tpm_hmac.h | 49 UniqueEsysPtr<TPM2B_DIGEST> TpmHmac(
|