Searched refs:append_exp (Results 1 – 1 of 1) sorted by relevance
/openbsd/lib/libcrypto/asn1/ |
H A D | asn1_gen.c | 120 static int append_exp(tag_exp_arg *arg, int exp_tag, int exp_class, 331 if (!append_exp(arg, tmp_tag, tmp_class, 1, 0, 0)) in asn1_cb() 336 if (!append_exp(arg, V_ASN1_SEQUENCE, V_ASN1_UNIVERSAL, 1, 0, 1)) in asn1_cb() 341 if (!append_exp(arg, V_ASN1_SET, V_ASN1_UNIVERSAL, 1, 0, 1)) in asn1_cb() 346 if (!append_exp(arg, V_ASN1_BIT_STRING, V_ASN1_UNIVERSAL, 0, 1, 1)) in asn1_cb() 351 if (!append_exp(arg, V_ASN1_OCTET_STRING, V_ASN1_UNIVERSAL, 0, 0, 1)) in asn1_cb() 498 append_exp(tag_exp_arg *arg, int exp_tag, int exp_class, int exp_constructed, in append_exp() function
|