Searched refs:hmac_calculator (Results 1 – 1 of 1) sorted by relevance
98 keymaster::HmacSha256 hmac_calculator; in ComputeSignature() local99 if (!hmac_calculator.Init(key, key_length)) { in ComputeSignature()103 if (!hmac_calculator.Sign(message, message_length, signature, signature_length)) { in ComputeSignature()