Home
last modified time | relevance | path

Searched refs:UniqueEsysPtr (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/commands/secure_env/
Dtpm_hmac.cpp24 static UniqueEsysPtr<TPM2B_DIGEST> OneshotHmac( in OneshotHmac()
57 return UniqueEsysPtr<TPM2B_DIGEST>(out_hmac); in OneshotHmac()
61 static UniqueEsysPtr<TPM2B_DIGEST> SegmentedHmac( in SegmentedHmac()
144 return UniqueEsysPtr<TPM2B_DIGEST>(out_hmac); in SegmentedHmac()
147 UniqueEsysPtr<TPM2B_DIGEST> TpmHmac( in TpmHmac()
Dtpm_hmac.h31 using UniqueEsysPtr = std::unique_ptr<T, EsysDeleter>; variable
46 UniqueEsysPtr<TPM2B_DIGEST> TpmHmac(