Home
last modified time | relevance | path

Searched defs:ComputeHmac (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/webrtc/rtc_base/
H A Dmessage_digest.cc98 size_t ComputeHmac(MessageDigest* digest, in ComputeHmac() function
139 size_t ComputeHmac(absl::string_view alg, in ComputeHmac() function
154 std::string ComputeHmac(MessageDigest* digest, in ComputeHmac() function
163 bool ComputeHmac(absl::string_view alg, in ComputeHmac() function
175 std::string ComputeHmac(absl::string_view alg, in ComputeHmac() function
/aosp_15_r20/system/keymaster/include/keymaster/
H A Dkeymaster_enforcement.h192 ComputeHmac(const std::vector<uint8_t>& /* data_to_mac */) const { in ComputeHmac() function
/aosp_15_r20/system/keymaster/key_blob_utils/
H A Dintegrity_assured_key_blob.cpp48 static keymaster_error_t ComputeHmac(const uint8_t* serialized_data, size_t serialized_data_size, in ComputeHmac() function
/aosp_15_r20/trusty/user/app/keymaster/
Dopenssl_keymaster_enforcement.cpp265 KmErrorOr<std::array<uint8_t, 32>> OpenSSLKeymasterEnforcement::ComputeHmac( in ComputeHmac() function in keymaster::OpenSSLKeymasterEnforcement
/aosp_15_r20/device/google/cuttlefish/host/commands/secure_env/
Dtpm_keymaster_enforcement.cpp300 TpmKeymasterEnforcement::ComputeHmac( in ComputeHmac() function in cuttlefish::TpmKeymasterEnforcement