Searched defs:ComputeHmac (Results 1 – 5 of 5) sorted by relevance
98 size_t ComputeHmac(MessageDigest* digest, in ComputeHmac() function139 size_t ComputeHmac(absl::string_view alg, in ComputeHmac() function154 std::string ComputeHmac(MessageDigest* digest, in ComputeHmac() function163 bool ComputeHmac(absl::string_view alg, in ComputeHmac() function175 std::string ComputeHmac(absl::string_view alg, in ComputeHmac() function
192 ComputeHmac(const std::vector<uint8_t>& /* data_to_mac */) const { in ComputeHmac() function
48 static keymaster_error_t ComputeHmac(const uint8_t* serialized_data, size_t serialized_data_size, in ComputeHmac() function
265 KmErrorOr<std::array<uint8_t, 32>> OpenSSLKeymasterEnforcement::ComputeHmac( in ComputeHmac() function in keymaster::OpenSSLKeymasterEnforcement
300 TpmKeymasterEnforcement::ComputeHmac( in ComputeHmac() function in cuttlefish::TpmKeymasterEnforcement