Searched refs:hash_context_ (Results 1 – 2 of 2) sorted by relevance
69 hash_context_(NULL) { in SignatureVerifier()83 if (vfy_context_ || hash_context_) in VerifyInit()146 if (vfy_context_ || hash_context_) in VerifyInitRSAPSS()160 hash_context_ = HASH_Create(ToNSSHashType(hash_alg_)); in VerifyInitRSAPSS()161 if (!hash_context_) in VerifyInitRSAPSS()163 HASH_Begin(hash_context_); in VerifyInitRSAPSS()173 HASH_Update(hash_context_, data_part, data_part_len); in VerifyUpdate()182 rv = VerifyRSAPSS_End(public_key_, hash_context_, in VerifyFinal()216 if (hash_context_) { in Reset()217 HASH_Destroy(hash_context_); in Reset()[all …]
140 HASHContext* hash_context_; variable