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

/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dasn1_gen.c152 tag_exp_arg asn1_tags; local
166 asn1_tags.imp_tag = -1;
167 asn1_tags.imp_class = -1;
168 asn1_tags.format = ASN1_GEN_FORMAT_ASCII;
169 asn1_tags.exp_count = 0;
170 if (CONF_parse_list(str, ',', 1, asn1_cb, &asn1_tags) != 0) {
175 if ((asn1_tags.utype == V_ASN1_SEQUENCE)
176 || (asn1_tags.utype == V_ASN1_SET)) {
185 ret = asn1_multi(asn1_tags.utype, asn1_tags
[all...]

Completed in 95 milliseconds