Searched refs:computed_hash (Results 1 – 2 of 2) sorted by relevance
66 uint8_t computed_hash[EVP_MAX_MD_SIZE]; in ValidateTokenSignature() local70 computed_hash, &computed_hash_length)) { in ValidateTokenSignature()76 return 0 == memcmp_s(computed_hash, token.hmac, in ValidateTokenSignature()
1510 uint8_t computed_hash[EVP_MAX_MD_SIZE]; in CheckConfirmationToken() local1514 computed_hash, &computed_hash_length)) { in CheckConfirmationToken()1519 memcmp_s(computed_hash, confirmation_token, kConfirmationTokenSize) != in CheckConfirmationToken()