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

  /external/boringssl/src/crypto/x509/
asn1_gen.c 162 tag_exp_arg asn1_tags; local
176 asn1_tags.imp_tag = -1;
177 asn1_tags.imp_class = -1;
178 asn1_tags.format = ASN1_GEN_FORMAT_ASCII;
179 asn1_tags.exp_count = 0;
180 if (CONF_parse_list(str, ',', 1, asn1_cb, &asn1_tags) != 0) {
185 if ((asn1_tags.utype == V_ASN1_SEQUENCE)
186 || (asn1_tags.utype == V_ASN1_SET)) {
195 ret = asn1_multi(asn1_tags.utype, asn1_tags.str, cnf, depth, perr)
    [all...]

Completed in 3722 milliseconds