/external/wpa_supplicant/ |
x509v3.h | 42 os_time_t not_after; member in struct:x509_certificate
|
x509v3.c | 672 &cert->not_after) < 0) { 680 (unsigned long) cert->not_after); [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/tls/ |
x509v3.h | 42 os_time_t not_after; member in struct:x509_certificate
|
x509v3.c | 672 &cert->not_after) < 0) { 680 (unsigned long) cert->not_after); [all...] |
/external/wpa_supplicant_8/src/tls/ |
x509v3.h | 62 os_time_t not_after; member in struct:x509_certificate
|
x509v3.c | 707 &cert->not_after) < 0) { 715 (unsigned long) cert->not_after); [all...] |
/external/chromium/net/base/ |
x509_certificate_nss.cc | 681 PRTime not_after = now + valid_duration.InMicroseconds(); local 684 CERTValidity* validity = CERT_CreateValidity(now, not_after); [all...] |
x509_certificate_win.cc | 588 base::Time not_after = not_before + valid_duration; local 595 not_after.UTCExplode(&exploded); [all...] |