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

/freebsd-11.0-release/crypto/openssl/crypto/asn1/
H A Dasn1_gen.c119 static int append_exp(tag_exp_arg *arg, int exp_tag, int exp_class,
351 if (!append_exp(arg, tmp_tag, tmp_class, 1, 0, 0))
356 if (!append_exp(arg, V_ASN1_SEQUENCE, V_ASN1_UNIVERSAL, 1, 0, 1))
361 if (!append_exp(arg, V_ASN1_SET, V_ASN1_UNIVERSAL, 1, 0, 1))
366 if (!append_exp(arg, V_ASN1_BIT_STRING, V_ASN1_UNIVERSAL, 0, 1, 1))
371 if (!append_exp(arg, V_ASN1_OCTET_STRING, V_ASN1_UNIVERSAL, 0, 0, 1))
525 static int append_exp(tag_exp_arg *arg, int exp_tag, int exp_class, function

Completed in 97 milliseconds