Searched defs:exp_tag (Results 1 - 1 of 1) sorted by relevance

/external/boringssl/src/crypto/x509/
H A Dasn1_gen.c108 int exp_tag; member in struct:__anon468
128 static int append_exp(tag_exp_arg *arg, int exp_tag, int exp_class, int exp_constructed, int exp_pad, int imp_ok);
235 len = ASN1_object_size(0, len, etmp->exp_tag);
253 etmp->exp_tag, etmp->exp_class);
531 static int append_exp(tag_exp_arg *arg, int exp_tag, int exp_class, int exp_constructed, int exp_pad, int imp_ok) argument
554 exp_tmp->exp_tag = arg->imp_tag;
561 exp_tmp->exp_tag = exp_tag;

Completed in 52 milliseconds