Home
last modified time | relevance | path

Searched refs:exp_count (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/crypto/x509/
Dasn1_gen.c123 int exp_count; member
166 asn1_tags.exp_count = 0; in ASN1_generate_v3()
186 if ((asn1_tags.imp_tag == -1) && (asn1_tags.exp_count == 0)) in ASN1_generate_v3()
229 …for(i = 0, etmp = asn1_tags.exp_list + asn1_tags.exp_count - 1; i < asn1_tags.exp_count; i++, etmp… in ASN1_generate_v3()
250 for (i = 0, etmp = asn1_tags.exp_list; i < asn1_tags.exp_count; i++, etmp++) in ASN1_generate_v3()
541 if (arg->exp_count == ASN1_FLAG_EXP_MAX) in append_exp()
547 exp_tmp = &arg->exp_list[arg->exp_count++]; in append_exp()