HomeSort by relevance Sort by last modified time
    Searched refs:BIO_ctrl_pending (Results 1 - 6 of 6) sorted by null

  /external/openssl/crypto/bio/
bio_lib.c 408 size_t BIO_ctrl_pending(BIO *bio)
410 return BIO_ctrl(bio, BIO_CTRL_PENDING, 0, NULL);
bio.h 121 #define BIO_CTRL_PENDING 10 /* opt - is their more data buffered */
507 #define BIO_pending(b) (int)BIO_ctrl(b,BIO_CTRL_PENDING,0,NULL)
510 size_t BIO_ctrl_pending(BIO *b);
  /external/openssl/ssl/
ssltest.c 1127 * BIO_ctrl_pending(bio) number of bytes we can read now
    [all...]
  /external/wpa_supplicant/
tls_openssl.c     [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
tls_openssl.c     [all...]
  /external/openssl/include/openssl/
bio.h 121 #define BIO_CTRL_PENDING 10 /* opt - is their more data buffered */
507 #define BIO_pending(b) (int)BIO_ctrl(b,BIO_CTRL_PENDING,0,NULL)
510 size_t BIO_ctrl_pending(BIO *b);

Completed in 730 milliseconds