Home
last modified time | relevance | path

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

/crypto/x509/
A Dx509_set.c78 int ossl_x509_set1_time(int *modified, ASN1_TIME **ptm, const ASN1_TIME *tm) in ossl_x509_set1_time() argument
82 if (*ptm == tm) in ossl_x509_set1_time()
87 ASN1_TIME_free(*ptm); in ossl_x509_set1_time()
88 *ptm = new; in ossl_x509_set1_time()

Completed in 5 milliseconds