Searched refs:X509_VAL (Results 1 – 3 of 3) sorted by relevance
/openbsd/lib/libcrypto/asn1/ |
H A D | x_val.c | 68 .offset = offsetof(X509_VAL, notBefore), 73 .offset = offsetof(X509_VAL, notAfter), 84 .size = sizeof(X509_VAL), 90 X509_VAL * 91 d2i_X509_VAL(X509_VAL **a, const unsigned char **in, long len) in d2i_X509_VAL() 93 return (X509_VAL *)ASN1_item_d2i((ASN1_VALUE **)a, in, len, in d2i_X509_VAL() 99 i2d_X509_VAL(X509_VAL *a, unsigned char **out) in i2d_X509_VAL() 105 X509_VAL * 108 return (X509_VAL *)ASN1_item_new(&X509_VAL_it); in X509_VAL_new() 113 X509_VAL_free(X509_VAL *a) in X509_VAL_free()
|
/openbsd/lib/libcrypto/x509/ |
H A D | x509.h | 125 typedef struct X509_val_st X509_VAL; typedef 498 X509_VAL *X509_VAL_new(void); 499 void X509_VAL_free(X509_VAL *a); 500 X509_VAL *d2i_X509_VAL(X509_VAL **a, const unsigned char **in, long len); 501 int i2d_X509_VAL(X509_VAL *a, unsigned char **out);
|
H A D | x509_local.h | 174 X509_VAL *validity;
|