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

/external/chromium_org/net/cert/
H A Dcert_verify_proc_nss.cc690 int cvout_index = 0; local
691 cvout[cvout_index].type = cert_po_certList;
692 cvout[cvout_index].value.pointer.chain = NULL;
693 int cvout_cert_list_index = cvout_index;
694 cvout_index++;
695 cvout[cvout_index].type = cert_po_trustAnchor;
696 cvout[cvout_index].value.pointer.cert = NULL;
697 int cvout_trust_anchor_index = cvout_index;
698 cvout_index++;
699 cvout[cvout_index]
796 int cvout_index = 0; local
[all...]

Completed in 91 milliseconds