Searched defs:ASN1_C_UNIV (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/
H A Dspnego.c212 ASN1_C_UNIV = 0, ASN1_C_APPL = 1, enumerator in enum:__anon135
978 e = der_match_tag(p, len, ASN1_C_UNIV, PRIM, UT_Enumerated, &l);
1014 e = der_match_tag(p, len, ASN1_C_UNIV, PRIM, UT_OctetString, &l);
1051 e = der_match_tag(p, len, ASN1_C_UNIV, PRIM, UT_OID, &l);
1305 e = der_put_length_and_tag(p, len, l, ASN1_C_UNIV, PRIM, UT_Enumerated, &l);
1330 e = der_put_length_and_tag(p, len, l, ASN1_C_UNIV, PRIM, UT_OctetString, &l);
1355 e = der_put_length_and_tag(p, len, l, ASN1_C_UNIV, PRIM, UT_OID, &l);

Completed in 15 milliseconds