Searched refs:ndef_aux (Results 1 - 1 of 1) sorted by relevance

/external/openssl/crypto/asn1/
H A Dbio_ndef.c103 NDEF_SUPPORT *ndef_aux = NULL; local
113 ndef_aux = OPENSSL_malloc(sizeof(NDEF_SUPPORT));
120 if (!ndef_aux || !asn_bio || !out)
137 ndef_aux->val = val;
138 ndef_aux->it = it;
139 ndef_aux->ndef_bio = sarg.ndef_bio;
140 ndef_aux->boundary = sarg.boundary;
141 ndef_aux->out = out;
143 BIO_ctrl(asn_bio, BIO_C_SET_EX_ARG, 0, ndef_aux);
150 if (ndef_aux)
157 NDEF_SUPPORT *ndef_aux; local
182 NDEF_SUPPORT *ndef_aux; local
210 NDEF_SUPPORT *ndef_aux; local
[all...]

Completed in 48 milliseconds