Searched refs:BIO_new (Results 126 - 143 of 143) sorted by relevance

123456

/external/openssl/crypto/srp/
H A Dsrp_vfy.c375 BIO *in = BIO_new(BIO_s_file());
/external/openssl/ssl/
H A Dssl_lib.c697 bio=BIO_new(BIO_s_socket());
719 bio=BIO_new(BIO_s_socket());
741 bio=BIO_new(BIO_s_socket());
3060 bbio=BIO_new(BIO_f_buffer());
H A Ds3_enc.c551 s->s3->handshake_buffer=BIO_new(BIO_s_mem());
/external/openssl/crypto/bio/
H A Dbss_dgram.c213 ret=BIO_new(BIO_s_datagram());
889 bio=BIO_new(BIO_s_datagram_sctp());
H A Dbio.h640 BIO * BIO_new(BIO_METHOD *type);
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dhttp_curl.c174 out = BIO_new(BIO_s_mem());
997 out = BIO_new(BIO_s_mem());
/external/wpa_supplicant_8/src/utils/
H A Dhttp_curl.c174 out = BIO_new(BIO_s_mem());
997 out = BIO_new(BIO_s_mem());
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dhttp_curl.c174 out = BIO_new(BIO_s_mem());
997 out = BIO_new(BIO_s_mem());
/external/chromium_org/third_party/boringssl/src/ssl/
H A Ds3_enc.c479 s->s3->handshake_buffer=BIO_new(BIO_s_mem());
/external/openssl/apps/
H A Docsp.c1192 bufbio = BIO_new(BIO_f_buffer());
H A Dpkcs12.c403 BIO *tmpbio = BIO_new(BIO_f_linebuffer());
H A Dspeed.c655 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
/external/openssl/include/openssl/
H A Dbio.h640 BIO * BIO_new(BIO_METHOD *type);
/external/chromium_org/third_party/boringssl/src/crypto/bn/
H A Dbn_test.c162 out = BIO_new(BIO_s_file());
/external/chromium_org/third_party/boringssl/src/crypto/dh/
H A Ddh_test.c99 out = BIO_new(BIO_s_file());
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp2383 Unique_BIO buffer(BIO_new(BIO_s_mem()));
2413 Unique_BIO buffer(BIO_new(BIO_s_mem()));
4696 Unique_BIO bio(BIO_new(&stream_bio_method));
4715 Unique_BIO bio(BIO_new(&stream_bio_method));
4812 Unique_BIO buffer(BIO_new(BIO_s_mem()));
9107 Unique_BIO nullBio(BIO_new(BIO_s_null()));
/external/openssl/crypto/bn/
H A Dbntest.c167 out=BIO_new(BIO_s_file());
/external/ipsec-tools/src/racoon/
H A Dipsec_doi.c4014 bio = BIO_new(BIO_s_mem());
4554 BIO *bio = BIO_new(BIO_s_mem());

Completed in 1744 milliseconds

123456