Home
last modified time | relevance | path

Searched defs:tpm_hmac (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/device/google/cuttlefish/host/commands/secure_env/rust/
Dtpm.rs41 fn tpm_hmac(&self, data: &[u8]) -> Result<Vec<u8>, Error> { in tpm_hmac() method
98 tpm_hmac: TpmHmac, field
139 tpm_hmac: TpmHmac, field
/aosp_15_r20/device/google/cuttlefish/host/commands/secure_env/
Dtpm_ffi.cpp27 uint32_t tpm_hmac(void* trm, const uint8_t* data, uint32_t data_len, in tpm_hmac() function