Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/asn1/
H A Dasn1_par.c367 if ((tag == V_ASN1_EOC) && (xclass == 0)) { in asn1_parse2()
H A Dasn1_item.c498 } else if (eos && slen == 0 && tag == V_ASN1_EOC) { in asn1_d2i_read_bio()
/dragonfly/crypto/libressl/include/openssl/
H A Dasn1.h97 #define V_ASN1_EOC 0 macro