Searched refs:ndef_aux (Results 1 – 1 of 1) sorted by relevance
60 NDEF_SUPPORT *ndef_aux = NULL; in BIO_new_NDEF() local70 ndef_aux = OPENSSL_zalloc(sizeof(*ndef_aux)); in BIO_new_NDEF()72 if (ndef_aux == NULL || asn_bio == NULL) in BIO_new_NDEF()83 || BIO_ctrl(asn_bio, BIO_C_SET_EX_ARG, 0, ndef_aux) <= 0) in BIO_new_NDEF()104 ndef_aux = NULL; in BIO_new_NDEF()113 ndef_aux->val = val; in BIO_new_NDEF()114 ndef_aux->it = it; in BIO_new_NDEF()115 ndef_aux->ndef_bio = sarg.ndef_bio; in BIO_new_NDEF()116 ndef_aux->boundary = sarg.boundary; in BIO_new_NDEF()117 ndef_aux->out = out; in BIO_new_NDEF()[all …]