Searched refs:ASN1TimeToSec (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/webrtc/base/ |
D | sslidentity_unittest.cc | 374 int64_t res = rtc::ASN1TimeToSec(buf, length, entry.long_format); in TestASN1TimeToSec() 383 int64_t res = rtc::ASN1TimeToSec(buf, length - 1, entry.long_format); in TestASN1TimeToSec()
|
D | sslidentity.h | 228 int64_t ASN1TimeToSec(const unsigned char* s, size_t length, bool long_format);
|
D | sslidentity.cc | 193 int64_t ASN1TimeToSec(const unsigned char* s, size_t length, bool long_format) { in ASN1TimeToSec() function
|
D | opensslidentity.cc | 390 return ASN1TimeToSec(expire_time->data, expire_time->length, long_format); in CertificateExpirationTime()
|