Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/asn1/
H A Dtasn_dec.c1021 CBS cbs_object, cbs_object_content; in asn1_template_stack_of_d2i() local
1060 CBS_init(&cbs_object_content, CBS_data(&cbs_object), in asn1_template_stack_of_d2i()
1064 if (!CBS_get_bytes(&cbs_object, &cbs_object_content, in asn1_template_stack_of_d2i()
1075 while (CBS_len(&cbs_object_content) > 0) { in asn1_template_stack_of_d2i()
1076 if (asn1_check_eoc(&cbs_object_content)) { in asn1_template_stack_of_d2i()
1084 if (!asn1_item_d2i(&aval, &cbs_object_content, at->item, -1, 0, in asn1_template_stack_of_d2i()
1101 if (!CBS_skip(&cbs_object, CBS_offset(&cbs_object_content))) in asn1_template_stack_of_d2i()