HomeSort by relevance Sort by last modified time
    Searched full:append_exp (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/asn1/
asn1_gen.c 118 static int append_exp(tag_exp_arg *arg, int exp_tag, int exp_class, int exp_constructed, int exp_pad, int imp_ok);
340 if (!append_exp(arg, tmp_tag, tmp_class, 1, 0, 0))
345 if (!append_exp(arg, V_ASN1_SEQUENCE, V_ASN1_UNIVERSAL, 1, 0, 1))
350 if (!append_exp(arg, V_ASN1_SET, V_ASN1_UNIVERSAL, 1, 0, 1))
355 if (!append_exp(arg, V_ASN1_BIT_STRING, V_ASN1_UNIVERSAL, 0, 1, 1))
360 if (!append_exp(arg, V_ASN1_OCTET_STRING, V_ASN1_UNIVERSAL, 0, 0, 1))
512 static int append_exp(tag_exp_arg *arg, int exp_tag, int exp_class, int exp_constructed, int exp_pad, int imp_ok) function
asn1_err.c 77 {ERR_FUNC(ASN1_F_APPEND_EXP), "APPEND_EXP"},

Completed in 174 milliseconds