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

  /src/crypto/external/apache2/openssl/dist/crypto/bio/
bio_local.h 105 BIO_callback_fn_ex callback_ex;
bio_lib.c 226 BIO_callback_fn_ex BIO_get_callback_ex(const BIO *b)
231 void BIO_set_callback_ex(BIO *b, BIO_callback_fn_ex cb)
  /src/crypto/external/bsd/openssl/dist/crypto/bio/
bio_local.h 122 BIO_callback_fn_ex callback_ex;
bio_lib.c 233 BIO_callback_fn_ex BIO_get_callback_ex(const BIO *b)
238 void BIO_set_callback_ex(BIO *b, BIO_callback_fn_ex cb)
  /src/crypto/external/bsd/openssl.old/dist/crypto/bio/
bio_local.h 119 BIO_callback_fn_ex callback_ex;
bio_lib.c 215 BIO_callback_fn_ex BIO_get_callback_ex(const BIO *b)
220 void BIO_set_callback_ex(BIO *b, BIO_callback_fn_ex cb)
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
bio.h 238 typedef long (*BIO_callback_fn_ex)(BIO *b, int oper, const char *argp,
244 BIO_callback_fn_ex BIO_get_callback_ex(const BIO *b);
245 void BIO_set_callback_ex(BIO *b, BIO_callback_fn_ex callback);
  /src/crypto/external/apache2/openssl/dist/include/openssl/
bio.h.in 320 typedef long (*BIO_callback_fn_ex)(BIO *b, int oper, const char *argp,
323 BIO_callback_fn_ex BIO_get_callback_ex(const BIO *b);
324 void BIO_set_callback_ex(BIO *b, BIO_callback_fn_ex callback);
  /src/crypto/external/bsd/openssl/dist/include/openssl/
bio.h.in 286 typedef long (*BIO_callback_fn_ex)(BIO *b, int oper, const char *argp,
289 BIO_callback_fn_ex BIO_get_callback_ex(const BIO *b);
290 void BIO_set_callback_ex(BIO *b, BIO_callback_fn_ex callback);
  /src/crypto/external/apache2/openssl/dist/crypto/evp/
bio_enc.c 414 BIO_callback_fn_ex callback_ex;
  /src/crypto/external/bsd/openssl/dist/crypto/evp/
bio_enc.c 410 BIO_callback_fn_ex callback_ex;

Completed in 34 milliseconds