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

/external/boringssl/src/crypto/x509/
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.c78 ASN1_SIMPLE(X509_CINF, validity, X509_VAL),
/external/boringssl/include/openssl/
H A Dbase.h192 typedef struct X509_val_st X509_VAL; typedef in typeref:struct:X509_val_st
H A Dx509.h119 } /* X509_VAL */;
216 X509_VAL *validity;
740 DECLARE_ASN1_FUNCTIONS(X509_VAL)
/external/boringssl/src/include/openssl/
H A Dbase.h192 typedef struct X509_val_st X509_VAL; typedef in typeref:struct:X509_val_st
H A Dx509.h119 } /* X509_VAL */;
216 X509_VAL *validity;
740 DECLARE_ASN1_FUNCTIONS(X509_VAL)

Completed in 92 milliseconds