Searched refs:bio_read (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Dbss_bio.c98 static int bio_read(BIO *bio, char *buf, int size);
111 bio_read,
187 static int bio_read(BIO *bio, char *buf, int size_) function
304 return bio_read(bio, &dummy, 1); /* returns 0 or -1 */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bio/
H A Dbss_bio.c99 static int bio_read(BIO *bio, char *buf, int size);
111 bio_read,
182 static int bio_read(BIO *bio, char *buf, int size_) function
296 return bio_read(bio, &dummy, 1); /* returns 0 or -1 */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bio/
H A Dbss_bio.c99 static int bio_read(BIO *bio, char *buf, int size);
111 bio_read,
182 static int bio_read(BIO *bio, char *buf, int size_) function
296 return bio_read(bio, &dummy, 1); /* returns 0 or -1 */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dssl_openssl.c958 bio_read (BIO *bio, struct buffer *buf, int maxlen, const char *desc) function
1102 ret = bio_read (ks_ssl->ct_out, buf, maxlen, "tls_read_ciphertext");
1132 ret = bio_read (ks_ssl->ssl_bio, buf, maxlen, "tls_read_plaintext");

Completed in 48 milliseconds