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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs7/
H A Dexample.c10 ASN1_UTCTIME *sign_time; local
14 sign_time=X509_gmtime_adj(NULL,0);
16 V_ASN1_UTCTIME,(char *)sign_time);
169 ASN1_UTCTIME *sign_time; local
174 sign_time=X509_gmtime_adj(NULL,0);
176 V_ASN1_UTCTIME,(char *)sign_time);
H A Dpk7_doit.c696 ASN1_UTCTIME *sign_time; local
703 if (!(sign_time=X509_gmtime_adj(NULL,0)))
711 V_ASN1_UTCTIME,sign_time))
713 M_ASN1_UTCTIME_free(sign_time);

Completed in 85 milliseconds