Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libpkg/common/
H A Dpkgweb.c1217 char currtimestr[ATTR_MAX]; in ocsp_verify() local
1526 (void) strlcpy(currtimestr, ctime(&currtime), ATTR_MAX); in ocsp_verify()
1529 for (r = currtimestr + strlen(currtimestr) - 1; in ocsp_verify()
1540 currtimestr); in ocsp_verify()
1545 currtimestr); in ocsp_verify()
H A Dkeystore.c995 char currtimestr[ATTR_MAX]; in check_cert() local
1004 (void) strlcpy(currtimestr, ctime(&currtime), ATTR_MAX); in check_cert()
1007 for (r = (currtimestr + strlen(currtimestr) - 1); isspace(*r); r--) { in check_cert()