Lines Matching defs:it
10 * apply to all code found in this distribution, be it the RC4, RSA,
70 * get a BIO from it then any data written through the BIO
90 const ASN1_ITEM *it;
106 BIO *BIO_new_NDEF(BIO *out, ASN1_VALUE *val, const ASN1_ITEM *it)
110 const ASN1_AUX *aux = it->funcs;
139 if (aux->asn1_cb(ASN1_OP_STREAM_PRE, &val, it, &sarg) <= 0)
143 ndef_aux->it = it;
171 derlen = ASN1_item_ndef_i2d(ndef_aux->val, NULL, ndef_aux->it);
178 derlen = ASN1_item_ndef_i2d(ndef_aux->val, &p, ndef_aux->it);
229 aux = ndef_aux->it->funcs;
236 &ndef_aux->val, ndef_aux->it, &sarg) <= 0)
239 derlen = ASN1_item_ndef_i2d(ndef_aux->val, NULL, ndef_aux->it);
246 derlen = ASN1_item_ndef_i2d(ndef_aux->val, &p, ndef_aux->it);