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

  /external/chromium_org/crypto/
signature_verifier_nss.cc 63 : vfy_context_(NULL),
82 if (vfy_context_ || hash_context_)
118 vfy_context_ = VFY_CreateContextWithAlgorithmID(public_key, &sig,
123 if (!vfy_context_) {
130 rv = VFY_Begin(vfy_context_);
145 if (vfy_context_ || hash_context_)
168 if (vfy_context_) {
169 SECStatus rv = VFY_Update(vfy_context_, data_part, data_part_len);
178 if (vfy_context_) {
179 rv = VFY_End(vfy_context_);
    [all...]
signature_verifier.h 132 VFYContext* vfy_context_; member in class:crypto::SignatureVerifier

Completed in 5928 milliseconds