Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/asn1/
Dbio_ndef.c108 NDEF_SUPPORT *ndef_aux = NULL; in BIO_new_NDEF() local
118 ndef_aux = OPENSSL_malloc(sizeof(NDEF_SUPPORT)); in BIO_new_NDEF()
125 if (!ndef_aux || !asn_bio || !out) in BIO_new_NDEF()
142 ndef_aux->val = val; in BIO_new_NDEF()
143 ndef_aux->it = it; in BIO_new_NDEF()
144 ndef_aux->ndef_bio = sarg.ndef_bio; in BIO_new_NDEF()
145 ndef_aux->boundary = sarg.boundary; in BIO_new_NDEF()
146 ndef_aux->out = out; in BIO_new_NDEF()
148 BIO_ctrl(asn_bio, BIO_C_SET_EX_ARG, 0, ndef_aux); in BIO_new_NDEF()
155 if (ndef_aux) in BIO_new_NDEF()
[all …]