Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/asn1/
H A Dx_val.c66 .offset = offsetof(X509_VAL, notBefore),
71 .offset = offsetof(X509_VAL, notAfter),
82 .size = sizeof(X509_VAL),
87 X509_VAL *
88 d2i_X509_VAL(X509_VAL **a, const unsigned char **in, long len) in d2i_X509_VAL()
90 return (X509_VAL *)ASN1_item_d2i((ASN1_VALUE **)a, in, len, in d2i_X509_VAL()
95 i2d_X509_VAL(X509_VAL *a, unsigned char **out) in i2d_X509_VAL()
100 X509_VAL *
103 return (X509_VAL *)ASN1_item_new(&X509_VAL_it); in X509_VAL_new()
107 X509_VAL_free(X509_VAL *a) in X509_VAL_free()
/dragonfly/crypto/libressl/include/openssl/
H A Dx509.h153 } X509_VAL; typedef
592 X509_VAL *X509_VAL_new(void);
593 void X509_VAL_free(X509_VAL *a);
594 X509_VAL *d2i_X509_VAL(X509_VAL **a, const unsigned char **in, long len);
595 int i2d_X509_VAL(X509_VAL *a, unsigned char **out);
/dragonfly/crypto/libressl/crypto/x509/
H A Dx509_lcl.h149 X509_VAL *validity;