OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:method_flags
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/base/
x509_certificate_nss.cc
389
PRUint64
method_flags
[2];
local
390
method_flags
[cert_revocation_method_crl] = revocation_method_flags;
391
method_flags
[cert_revocation_method_ocsp] = revocation_method_flags;
394
method_flags
[cert_revocation_method_crl] |=
398
method_flags
[cert_revocation_method_ocsp] |=
411
arraysize(
method_flags
);
412
revocation_flags.leafTests.cert_rev_flags_per_method =
method_flags
;
420
arraysize(
method_flags
);
421
revocation_flags.chainTests.cert_rev_flags_per_method =
method_flags
;
[
all
...]
/external/chromium_org/net/cert/
cert_verify_proc_nss.cc
392
PRUint64
method_flags
[2];
local
393
method_flags
[cert_revocation_method_crl] = revocation_method_flags;
394
method_flags
[cert_revocation_method_ocsp] = revocation_method_flags;
397
method_flags
[cert_revocation_method_crl] |=
401
method_flags
[cert_revocation_method_ocsp] |=
414
arraysize(
method_flags
);
415
revocation_flags.leafTests.cert_rev_flags_per_method =
method_flags
;
423
arraysize(
method_flags
);
424
revocation_flags.chainTests.cert_rev_flags_per_method =
method_flags
;
[
all
...]
Completed in 142 milliseconds