Home
last modified time | relevance | path

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

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