HomeSort by: relevance | last modified time | path
    Searched refs:ndef_aux (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/asn1/
bio_ndef.c 60 NDEF_SUPPORT *ndef_aux = NULL; local
70 ndef_aux = OPENSSL_zalloc(sizeof(*ndef_aux));
72 if (ndef_aux == NULL || asn_bio == NULL)
83 || BIO_ctrl(asn_bio, BIO_C_SET_EX_ARG, 0, ndef_aux) <= 0)
101 * ndef_aux is now owned by asn_bio so we must not free it in the err
104 ndef_aux = NULL;
113 ndef_aux->val = val;
114 ndef_aux->it = it;
115 ndef_aux->ndef_bio = sarg.ndef_bio
131 NDEF_SUPPORT *ndef_aux; local
161 NDEF_SUPPORT *ndef_aux; local
192 NDEF_SUPPORT *ndef_aux; local
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
bio_ndef.c 60 NDEF_SUPPORT *ndef_aux = NULL; local
70 ndef_aux = OPENSSL_zalloc(sizeof(*ndef_aux));
72 if (ndef_aux == NULL || asn_bio == NULL)
83 || BIO_ctrl(asn_bio, BIO_C_SET_EX_ARG, 0, ndef_aux) <= 0)
101 * ndef_aux is now owned by asn_bio so we must not free it in the err
104 ndef_aux = NULL;
113 ndef_aux->val = val;
114 ndef_aux->it = it;
115 ndef_aux->ndef_bio = sarg.ndef_bio
131 NDEF_SUPPORT *ndef_aux; local
163 NDEF_SUPPORT *ndef_aux; local
194 NDEF_SUPPORT *ndef_aux; local
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/asn1/
bio_ndef.c 60 NDEF_SUPPORT *ndef_aux = NULL; local
70 ndef_aux = OPENSSL_zalloc(sizeof(*ndef_aux));
72 if (ndef_aux == NULL || asn_bio == NULL)
83 || BIO_ctrl(asn_bio, BIO_C_SET_EX_ARG, 0, ndef_aux) <= 0)
101 * ndef_aux is now owned by asn_bio so we must not free it in the err
104 ndef_aux = NULL;
113 ndef_aux->val = val;
114 ndef_aux->it = it;
115 ndef_aux->ndef_bio = sarg.ndef_bio
131 NDEF_SUPPORT *ndef_aux; local
163 NDEF_SUPPORT *ndef_aux; local
194 NDEF_SUPPORT *ndef_aux; local
    [all...]

Completed in 24 milliseconds