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

/opensolaris-onvv-gate/usr/src/common/openssl/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.c685 ASN1_UTCTIME *sign_time; local
692 if (!(sign_time=X509_gmtime_adj(NULL,0)))
700 V_ASN1_UTCTIME,sign_time);

Completed in 93 milliseconds