Searched refs:not_after (Results 1 - 10 of 10) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/tls/
H A Dx509v3.h42 os_time_t not_after; member in struct:x509_certificate
H A Dx509v3.c672 &cert->not_after) < 0) {
680 (unsigned long) cert->not_after);
1597 (unsigned long) cert->not_after) {
1599 "(now=%lu not_before=%lu not_after=%lu)",
1600 now.sec, cert->not_before, cert->not_after);
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dx509v3.h56 os_time_t not_after; member in struct:x509_certificate
H A Dx509v3.c701 &cert->not_after) < 0) {
709 (unsigned long) cert->not_after);
1855 (unsigned long) cert->not_after)) {
1857 "(now=%lu not_before=%lu not_after=%lu)",
1858 now.sec, cert->not_before, cert->not_after);
/external/wpa_supplicant_8/src/tls/
H A Dx509v3.h56 os_time_t not_after; member in struct:x509_certificate
H A Dx509v3.c701 &cert->not_after) < 0) {
709 (unsigned long) cert->not_after);
1855 (unsigned long) cert->not_after)) {
1857 "(now=%lu not_before=%lu not_after=%lu)",
1858 now.sec, cert->not_before, cert->not_after);
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dx509v3.h56 os_time_t not_after; member in struct:x509_certificate
H A Dx509v3.c701 &cert->not_after) < 0) {
709 (unsigned long) cert->not_after);
1855 (unsigned long) cert->not_after)) {
1857 "(now=%lu not_before=%lu not_after=%lu)",
1858 now.sec, cert->not_before, cert->not_after);
/external/chromium/net/base/
H A Dx509_certificate_nss.cc681 PRTime not_after = now + valid_duration.InMicroseconds(); local
684 CERTValidity* validity = CERT_CreateValidity(now, not_after);
H A Dx509_certificate_win.cc588 base::Time not_after = not_before + valid_duration; local
595 not_after.UTCExplode(&exploded);

Completed in 173 milliseconds