Home
last modified time | relevance | path

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

/external/chromium/net/base/
Dx509_certificate_nss.cc527 int cvout_index = 0; in Verify() local
529 cvout[cvout_index].type = cert_po_certList; in Verify()
530 cvout[cvout_index].value.pointer.chain = NULL; in Verify()
531 int cvout_cert_list_index = cvout_index; in Verify()
532 cvout_index++; in Verify()
533 cvout[cvout_index].type = cert_po_end; in Verify()
583 int cvout_index = 0; in VerifyEV() local
584 cvout[cvout_index].type = cert_po_trustAnchor; in VerifyEV()
585 cvout[cvout_index].value.pointer.cert = NULL; in VerifyEV()
586 int cvout_trust_anchor_index = cvout_index; in VerifyEV()
[all …]