Searched refs:hash_context_ (Results 1 - 2 of 2) sorted by relevance

/external/libchrome/crypto/
H A Dsignature_verifier_nss.cc81 hash_context_(NULL) {
94 if (vfy_context_ || hash_context_)
132 if (vfy_context_ || hash_context_)
146 hash_context_ = HASH_Create(ToNSSHashType(hash_alg_));
147 if (!hash_context_)
149 HASH_Begin(hash_context_);
159 HASH_Update(hash_context_, data_part, data_part_len);
168 rv = VerifyRSAPSS_End(public_key_, hash_context_,
202 if (hash_context_) {
203 HASH_Destroy(hash_context_);
[all...]
H A Dsignature_verifier.h128 HASHContext* hash_context_; member in class:crypto::SignatureVerifier

Completed in 142 milliseconds