Home
last modified time | relevance | path

Searched refs:asn_to_calendar (Results 1 – 1 of 1) sorted by relevance

/netbsd/external/bsd/ntp/dist/ntpd/
H A Dntp_crypto.c202 static void asn_to_calendar (const ASN1_TIME *, struct calendar*);
2025 asn_to_calendar ( in asn_to_calendar() function
3519 asn_to_calendar(X509_get0_notBefore(cert), &(ret->first)); in cert_parse()
3520 asn_to_calendar(X509_get0_notAfter(cert), &(ret->last)); in cert_parse()