Searched refs:thisupd (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/lib/libpkg/common/ |
H A D | pkgweb.c | 1214 ASN1_GENERALIZEDTIME *rev, *thisupd, *nextupd; in ocsp_verify() local 1514 &rev, &thisupd, &nextupd) == NULL) { in ocsp_verify() 1534 if (!OCSP_check_validity(thisupd, nextupd, in ocsp_verify() 1539 get_time_string(thisupd), get_time_string(nextupd), in ocsp_verify() 1544 get_time_string(thisupd), in ocsp_verify()
|
/titanic_41/usr/src/lib/libkmf/plugins/kmf_openssl/common/ |
H A D | openssl_spi.c | 2649 ASN1_GENERALIZEDTIME *rev, *thisupd, *nextupd; in OpenSSL_GetOCSPStatusForCert() local 2770 status = OCSP_single_get0_status(single, &reason, &rev, &thisupd, in OpenSSL_GetOCSPStatusForCert() 2786 if (!OCSP_check_validity(thisupd, nextupd, 300, in OpenSSL_GetOCSPStatusForCert()
|