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

  /external/chromium_org/net/cert/
cert_verify_proc_nss.cc 674 int cvout_index = 0; local
675 cvout[cvout_index].type = cert_po_certList;
676 cvout[cvout_index].value.pointer.chain = NULL;
677 int cvout_cert_list_index = cvout_index;
678 cvout_index++;
679 cvout[cvout_index].type = cert_po_trustAnchor;
680 cvout[cvout_index].value.pointer.cert = NULL;
681 int cvout_trust_anchor_index = cvout_index;
682 cvout_index++;
683 cvout[cvout_index].type = cert_po_end
779 int cvout_index = 0; local
    [all...]
  /external/chromium/net/base/
x509_certificate_nss.cc 786 int cvout_index = 0; local
787 cvout[cvout_index].type = cert_po_certList;
788 cvout[cvout_index].value.pointer.chain = NULL;
789 int cvout_cert_list_index = cvout_index;
790 cvout_index++;
791 cvout[cvout_index].type = cert_po_trustAnchor;
792 cvout[cvout_index].value.pointer.cert = NULL;
793 int cvout_trust_anchor_index = cvout_index;
794 cvout_index++;
795 cvout[cvout_index].type = cert_po_end
862 int cvout_index = 0; local
    [all...]

Completed in 745 milliseconds