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

  /external/chromium_org/net/third_party/nss/ssl/
sslauth.c 290 SECItemArray * certStatusArray;
299 certStatusArray = &ss->sec.ci.sid->peerCertStatus;
301 if (certStatusArray->len) {
303 now, &certStatusArray->items[0],
sslsock.c 346 ss->certStatusArray[i] = !os->certStatusArray[i] ? NULL :
347 SECITEM_DupArray(NULL, os->certStatusArray[i]);
463 if (ss->certStatusArray[i] != NULL) {
464 SECITEM_FreeArray(ss->certStatusArray[i], PR_TRUE);
465 ss->certStatusArray[i] = NULL;
    [all...]
ssl3ext.c 883 if (ss->certStatusArray[i] && ss->certStatusArray[i]->len) {
    [all...]
sslimpl.h     [all...]
ssl3con.c     [all...]

Completed in 874 milliseconds