Searched refs:ASN1TimeToSec (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/rtc_base/ |
D | ssl_identity.h | 165 int64_t ASN1TimeToSec(const unsigned char* s, size_t length, bool long_format);
|
D | ssl_identity_unittest.cc | 558 int64_t res = rtc::ASN1TimeToSec(buf, length, entry.long_format); in TestASN1TimeToSec() 567 int64_t res = rtc::ASN1TimeToSec(buf, length - 1, entry.long_format); in TestASN1TimeToSec()
|
D | ssl_identity.cc | 49 int64_t ASN1TimeToSec(const unsigned char* s, size_t length, bool long_format) { in ASN1TimeToSec() function
|
D | openssl_certificate.cc | 298 return ASN1TimeToSec(expire_time->data, expire_time->length, long_format); in CertificateExpirationTime()
|