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

/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Dx_val.c64 ASN1_SEQUENCE(X509_VAL) = {
65 ASN1_SIMPLE(X509_VAL, notBefore, ASN1_TIME),
66 ASN1_SIMPLE(X509_VAL, notAfter, ASN1_TIME)
67 } ASN1_SEQUENCE_END(X509_VAL)
69 IMPLEMENT_ASN1_FUNCTIONS(X509_VAL)
H A Dx_x509.c71 ASN1_SIMPLE(X509_CINF, validity, X509_VAL),
/freebsd-9.3-release/crypto/openssl/crypto/x509/
H A Dx509.h155 } X509_VAL; typedef in typeref:struct:X509_val_st
245 X509_VAL *validity;
879 DECLARE_ASN1_FUNCTIONS(X509_VAL)

Completed in 96 milliseconds