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

/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dbio_ndef.c100 NDEF_SUPPORT *ndef_aux = NULL; local
109 ndef_aux = OPENSSL_malloc(sizeof(NDEF_SUPPORT));
116 if (!ndef_aux || !asn_bio || !out)
134 ndef_aux->val = val;
135 ndef_aux->it = it;
136 ndef_aux->ndef_bio = sarg.ndef_bio;
137 ndef_aux->boundary = sarg.boundary;
138 ndef_aux->out = out;
139 ndef_aux->derbuf = NULL;
141 BIO_ctrl(asn_bio, BIO_C_SET_EX_ARG, 0, ndef_aux);
155 NDEF_SUPPORT *ndef_aux; local
184 NDEF_SUPPORT *ndef_aux; local
213 NDEF_SUPPORT *ndef_aux; local
[all...]

Completed in 89 milliseconds