OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:x509_time
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/cert/
x509_certificate_mac.cc
85
const CSSM_X509_TIME*
x509_time
= field.GetAs<CSSM_X509_TIME>();
local
86
if (
x509_time
->timeType != BER_TAG_UTC_TIME &&
87
x509_time
->timeType != BER_TAG_GENERALIZED_TIME) {
89
<<
x509_time
->timeType;
94
reinterpret_cast<const char*>(
x509_time
->time.Data),
95
x509_time
->time.Length);
96
CertDateFormat format =
x509_time
->timeType == BER_TAG_UTC_TIME ?
/external/chromium/net/base/
x509_certificate_mac.cc
216
CSSM_X509_TIME*
x509_time
= reinterpret_cast<CSSM_X509_TIME*>(
local
218
if (
x509_time
->timeType != BER_TAG_UTC_TIME &&
219
x509_time
->timeType != BER_TAG_GENERALIZED_TIME) {
221
<<
x509_time
->timeType;
226
reinterpret_cast<const char*>(
x509_time
->time.Data),
227
x509_time
->time.Length);
228
CertDateFormat format =
x509_time
->timeType == BER_TAG_UTC_TIME ?
[
all
...]
Completed in 3507 milliseconds