HomeSort by relevance Sort by last modified time
    Searched refs:BIO_new (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/boringssl/src/crypto/asn1/
a_i2d_fp.c 67 if ((b = BIO_new(BIO_s_file())) == NULL) {
113 if ((b = BIO_new(BIO_s_file())) == NULL) {
a_d2i_fp.c 75 if ((b = BIO_new(BIO_s_file())) == NULL) {
132 if ((b = BIO_new(BIO_s_file())) == NULL) {
  /external/boringssl/src/ssl/
ssl_file.c 140 in = BIO_new(BIO_s_file());
205 in = BIO_new(BIO_s_file());
256 in = BIO_new(BIO_s_file());
298 in = BIO_new(BIO_s_file());
339 in = BIO_new(BIO_s_file());
380 in = BIO_new(BIO_s_file());
421 in = BIO_new(BIO_s_file());
461 in = BIO_new(BIO_s_file());
506 in = BIO_new(BIO_s_file());
  /external/google-tv-pairing-protocol/cpp/src/polo/util/
certificateutil.cc 41 BIO* bio = BIO_new(BIO_s_mem());
65 BIO* bio = BIO_new(BIO_s_mem());
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pem/
CryptPem.c 111 PemBio = BIO_new (BIO_s_mem ());
  /external/libchrome/crypto/
openssl_bio_string.cc 69 BIO* bio = BIO_new(&bio_string_methods);
  /external/boringssl/src/ssl/test/
async_bio.cc 157 return bssl::UniquePtr<BIO>(BIO_new(&g_async_bio_method));
161 bssl::UniquePtr<BIO> ret(BIO_new(&g_async_bio_method));
packeted_bio.cc 241 bssl::UniquePtr<BIO> bio(BIO_new(&g_packeted_bio_method));
  /external/boringssl/src/crypto/x509/
t_crl.c 70 if ((b = BIO_new(BIO_s_file())) == NULL) {
by_file.c 131 in = BIO_new(BIO_s_file());
190 in = BIO_new(BIO_s_file());
t_req.c 68 BIO *bio = BIO_new(BIO_s_file());
  /external/libbrillo/brillo/streams/
openssl_stream_bio.cc 93 BIO* bio = BIO_new(&stream_method);
  /external/wpa_supplicant_8/src/crypto/
tls_openssl_ocsp.c 256 out = BIO_new(BIO_s_mem());
273 out = BIO_new(BIO_s_mem());
297 out = BIO_new(BIO_s_mem());
310 out = BIO_new(BIO_s_mem());
323 out = BIO_new(BIO_s_mem());
339 out = BIO_new(BIO_s_mem());
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pk/
CryptPkcs7Sign.c 126 DataBio = BIO_new (BIO_s_mem ());
  /external/boringssl/src/crypto/bio/
socket.c 196 ret = BIO_new(BIO_s_socket());
file.c 107 ret = BIO_new(BIO_s_file());
118 BIO *ret = BIO_new(BIO_s_file());
fd.c 132 BIO *ret = BIO_new(BIO_s_fd());
pair.c 84 static int bio_new(BIO *bio) { function
456 NULL /* gets */, bio_ctrl, bio_new, bio_free, NULL /* callback_ctrl */
463 BIO *bio1 = BIO_new(bio_s_bio());
464 BIO *bio2 = BIO_new(bio_s_bio());
bio_mem.c 79 ret = BIO_new(BIO_s_mem());
  /external/boringssl/src/crypto/pem/
pem_pkey.c 161 if ((b = BIO_new(BIO_s_file())) == NULL) {
218 if ((b = BIO_new(BIO_s_file())) == NULL) {
pem_lib.c 127 if ((b = BIO_new(BIO_s_file())) == NULL) {
243 if ((b = BIO_new(BIO_s_file())) == NULL) {
513 if ((b = BIO_new(BIO_s_file())) == NULL) {
589 if ((b = BIO_new(BIO_s_file())) == NULL) {
  /external/webrtc/webrtc/base/
opensslidentity.cc 193 BIO* temp_memory_bio = BIO_new(BIO_s_mem());
333 BIO* bio = BIO_new(BIO_s_mem());
354 BIO* bio = BIO_new(BIO_s_mem());
  /device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/src/
ext.c 218 BIO *mem = BIO_new(BIO_s_mem());
  /external/wpa_supplicant_8/hs20/client/
est.c 91 out = BIO_new(BIO_s_file());
496 out = BIO_new(BIO_s_mem());
533 BIO *mem = BIO_new(BIO_s_mem());
  /external/curl/docs/examples/
curlx.c 384 if((in=BIO_new(BIO_s_file())) == NULL) {
398 if((out=BIO_new(BIO_s_file())) == NULL) {

Completed in 341 milliseconds

1 2 3