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

  /external/libchrome/crypto/
signature_verifier_nss.cc 76 : vfy_context_(NULL),
94 if (vfy_context_ || hash_context_)
108 vfy_context_ = VFY_CreateContext(
111 if (!vfy_context_) {
118 if (VFY_Begin(vfy_context_) != SECSuccess) {
132 if (vfy_context_ || hash_context_)
155 if (vfy_context_) {
156 SECStatus rv = VFY_Update(vfy_context_, data_part, data_part_len);
165 if (vfy_context_) {
166 rv = VFY_End(vfy_context_);
    [all...]
signature_verifier.h 121 VFYContext* vfy_context_; member in class:crypto::SignatureVerifier

Completed in 129 milliseconds