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

/external/openssl/apps/
H A Dca.c2618 ASN1_UTCTIME *a_tm = NULL; local
2623 a_tm = ASN1_UTCTIME_new();
2626 a_tm = X509_gmtime_adj(a_tm, 0);
2627 a_tm_s = (char *) OPENSSL_malloc(a_tm->length+1);
2634 memcpy(a_tm_s, a_tm->data, a_tm->length);
2635 a_tm_s[a_tm->length] = '\0';
2682 ASN1_UTCTIME_free(a_tm);

Completed in 148 milliseconds