HomeSort by relevance Sort by last modified time
    Searched refs:hash_context_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/crypto/
signature_verifier_nss.cc 68 hash_context_(NULL) {
82 if (vfy_context_ || hash_context_)
145 if (vfy_context_ || hash_context_)
159 hash_context_ = HASH_Create(ToNSSHashType(hash_alg_));
160 if (!hash_context_)
162 HASH_Begin(hash_context_);
172 HASH_Update(hash_context_, data_part, data_part_len);
181 rv = VerifyRSAPSS_End(public_key_, hash_context_,
215 if (hash_context_) {
216 HASH_Destroy(hash_context_);
    [all...]
signature_verifier.h 140 HASHContext* hash_context_; member in class:crypto::SignatureVerifier

Completed in 236 milliseconds