OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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) {
304
&
certStatusArray
->items[0],
sslsock.c
260
ss->
certStatusArray
[i] = !os->
certStatusArray
[i] ? NULL :
261
SECITEM_DupArray(NULL, os->
certStatusArray
[i]);
377
if (ss->
certStatusArray
[i] != NULL) {
378
SECITEM_FreeArray(ss->
certStatusArray
[i], PR_TRUE);
379
ss->
certStatusArray
[i] = NULL;
[
all
...]
ssl3ext.c
903
if (ss->
certStatusArray
[i] && ss->
certStatusArray
[i]->len) {
[
all
...]
sslimpl.h
[
all
...]
ssl3con.c
[
all
...]
Completed in 57 milliseconds