Lines Matching refs:item
23 int skcontlen, const ASN1_ITEM *item,
49 * Encode an ASN1 item, this is use by the standard 'i2d' function. 'out'
79 * Encode an item, taking care of IMPLICIT tagging (if any). This function
80 * performs the normal item handling: it can be used in external types.
307 len = ASN1_item_ex_i2d(&skitem, NULL, ASN1_ITEM_ptr(tt->item),
336 asn1_set_seq_out(sk, out, skcontlen, ASN1_ITEM_ptr(tt->item),
349 /* Find length of tagged item */
350 i = ASN1_item_ex_i2d(pval, NULL, ASN1_ITEM_ptr(tt->item), -1, iclass);
361 /* Output tag and item */
363 ASN1_item_ex_i2d(pval, out, ASN1_ITEM_ptr(tt->item), -1, iclass);
371 len = ASN1_item_ex_i2d(pval, out, ASN1_ITEM_ptr(tt->item),
403 int skcontlen, const ASN1_ITEM *item,
429 /* If not sorting just output each item */
433 ASN1_item_ex_i2d(&skitem, out, item, -1, iclass);
443 tder->length = ASN1_item_ex_i2d(&skitem, &p, item, -1, iclass);