HomeSort by relevance Sort by last modified time
    Searched refs:ASN1TimeToSec (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/base/
sslidentity.h 228 int64_t ASN1TimeToSec(const unsigned char* s, size_t length, bool long_format);
sslidentity_unittest.cc 374 int64_t res = rtc::ASN1TimeToSec(buf, length, entry.long_format);
383 int64_t res = rtc::ASN1TimeToSec(buf, length - 1, entry.long_format);
sslidentity.cc 193 int64_t ASN1TimeToSec(const unsigned char* s, size_t length, bool long_format) {
opensslidentity.cc 390 return ASN1TimeToSec(expire_time->data, expire_time->length, long_format);

Completed in 297 milliseconds