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

/bind-9.11.3/lib/dns/
H A Dspnego_asn1.c230 e = der_put_length_and_tag(p, len, ret, ASN1_C_UNIV, CONS, UT_Sequence, &l);
245 e = der_match_tag_and_length(p, len, ASN1_C_UNIV, CONS, UT_Sequence, &reallen, &l);
340 e = der_put_length_and_tag(p, len, ret, ASN1_C_UNIV, PRIM, UT_BitString, &l);
355 e = der_match_tag_and_length(p, len, ASN1_C_UNIV, PRIM, UT_BitString, &reallen, &l);
447 e = der_put_length_and_tag(p, len, ret, ASN1_C_UNIV, CONS, UT_Sequence, &l);
462 e = der_match_tag_and_length(p, len, ASN1_C_UNIV, CONS, UT_Sequence, &reallen, &l);
671 e = der_put_length_and_tag(p, len, ret, ASN1_C_UNIV, CONS, UT_Sequence, &l);
686 e = der_match_tag_and_length(p, len, ASN1_C_UNIV, CONS, UT_Sequence, &reallen, &l);
H A Dspnego.c203 ASN1_C_UNIV = 0, ASN1_C_APPL = 1, enumerator in enum:__anon189
975 e = der_match_tag(p, len, ASN1_C_UNIV, PRIM, UT_Enumerated, &l);
1011 e = der_match_tag(p, len, ASN1_C_UNIV, PRIM, UT_OctetString, &l);
1048 e = der_match_tag(p, len, ASN1_C_UNIV, PRIM, UT_OID, &l);
1302 e = der_put_length_and_tag(p, len, l, ASN1_C_UNIV, PRIM, UT_Enumerated, &l);
1327 e = der_put_length_and_tag(p, len, l, ASN1_C_UNIV, PRIM, UT_OctetString, &l);
1352 e = der_put_length_and_tag(p, len, l, ASN1_C_UNIV, PRIM, UT_OID, &l);

Completed in 16 milliseconds