Searched refs:X509_time_adj_ex (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/crypto/openssl/apps/
H A Dx509.c655 X509_time_adj_ex(X509_get_notAfter(x),days, 0, NULL);
1194 if (X509_time_adj_ex(X509_get_notAfter(x),days, 0, NULL) == NULL)
H A Dca.c1427 if (!X509_time_adj_ex(tmptm, crldays, crlhours*60*60 + crlsec,
2048 X509_time_adj_ex(X509_get_notAfter(ret),days, 0, NULL);
H A Dreq.c849 if (!X509_time_adj_ex(X509_get_notAfter(x509ss), days, 0, NULL)) goto end;
/freebsd-10.0-release/crypto/openssl/crypto/x509/
H A Dx509_vfy.c1767 return X509_time_adj_ex(s, 0, offset_sec, in_tm);
1770 ASN1_TIME *X509_time_adj_ex(ASN1_TIME *s, function
H A Dx509.h779 ASN1_TIME * X509_time_adj_ex(ASN1_TIME *s,

Completed in 195 milliseconds