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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dca.c2529 ASN1_UTCTIME *a_tm = NULL; local
2534 a_tm = ASN1_UTCTIME_new();
2535 if (a_tm == NULL)
2539 a_tm = X509_gmtime_adj(a_tm, 0);
2540 a_tm_s = (char *)OPENSSL_malloc(a_tm->length + 1);
2546 memcpy(a_tm_s, a_tm->data, a_tm->length);
2547 a_tm_s[a_tm->length] = '\0';
2586 ASN1_UTCTIME_free(a_tm);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dca.c2529 ASN1_UTCTIME *a_tm = NULL; local
2534 a_tm = ASN1_UTCTIME_new();
2535 if (a_tm == NULL)
2539 a_tm = X509_gmtime_adj(a_tm, 0);
2540 a_tm_s = (char *)OPENSSL_malloc(a_tm->length + 1);
2546 memcpy(a_tm_s, a_tm->data, a_tm->length);
2547 a_tm_s[a_tm->length] = '\0';
2586 ASN1_UTCTIME_free(a_tm);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dca.c2612 ASN1_UTCTIME *a_tm = NULL; local
2617 a_tm = ASN1_UTCTIME_new();
2620 a_tm = X509_gmtime_adj(a_tm, 0);
2621 a_tm_s = (char *) OPENSSL_malloc(a_tm->length+1);
2628 memcpy(a_tm_s, a_tm->data, a_tm->length);
2629 a_tm_s[a_tm->length] = '\0';
2676 ASN1_UTCTIME_free(a_tm);

Completed in 52 milliseconds