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

/freebsd-10-stable/crypto/openssl/apps/
H A Dca.c2511 ASN1_UTCTIME *a_tm = NULL; local
2516 a_tm = ASN1_UTCTIME_new();
2517 if (a_tm == NULL)
2521 a_tm = X509_gmtime_adj(a_tm, 0);
2522 a_tm_s = (char *)OPENSSL_malloc(a_tm->length + 1);
2528 memcpy(a_tm_s, a_tm->data, a_tm->length);
2529 a_tm_s[a_tm->length] = '\0';
2568 ASN1_UTCTIME_free(a_tm);
[all...]

Completed in 28 milliseconds