Home
last modified time | relevance | path

Searched refs:bio1 (Results 1 - 25 of 62) sorted by relevance

123

/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbss_bio.c35 static int bio_make_pair(BIO *bio1, BIO *bio2);
463 * BIO_free(bio1); BIO_free(bio2); do the job. in bio_ctrl()
606 static int bio_make_pair(BIO *bio1, BIO *bio2) in bio_make_pair() argument
610 assert(bio1 != NULL); in bio_make_pair()
613 b1 = bio1->ptr; in bio_make_pair()
644 b2->peer = bio1; in bio_make_pair()
648 bio1->init = 1; in bio_make_pair()
686 BIO *bio1 = NULL, *bio2 = NULL; in BIO_new_bio_pair() local
690 bio1 = BIO_new(BIO_s_bio()); in BIO_new_bio_pair()
691 if (bio1 in BIO_new_bio_pair()
[all...]
/third_party/openssl/crypto/bio/
H A Dbss_bio.c35 static int bio_make_pair(BIO *bio1, BIO *bio2);
463 * BIO_free(bio1); BIO_free(bio2); do the job. in bio_ctrl()
606 static int bio_make_pair(BIO *bio1, BIO *bio2) in bio_make_pair() argument
610 assert(bio1 != NULL); in bio_make_pair()
613 b1 = bio1->ptr; in bio_make_pair()
644 b2->peer = bio1; in bio_make_pair()
648 bio1->init = 1; in bio_make_pair()
686 BIO *bio1 = NULL, *bio2 = NULL; in BIO_new_bio_pair() local
690 bio1 = BIO_new(BIO_s_bio()); in BIO_new_bio_pair()
691 if (bio1 in BIO_new_bio_pair()
[all...]
/third_party/ltp/testcases/kernel/device-drivers/tbio/tbio_kernel/
H A Dltp_tbio.c351 send_request(q, &(bio_pairp->bio1), bdev, &inter, writing); in test_bio_split()
/third_party/openssl/test/
H A Dsslapitest.c2860 static void setupbio(BIO **res, BIO *bio1, BIO *bio2, int type) in setupbio() argument
2867 *res = bio1; in setupbio()
2890 BIO *bio1 = NULL; in test_ssl_set_bio() local
2940 if (!TEST_ptr(bio1 = BIO_new(BIO_s_mem()))) in test_ssl_set_bio()
2953 setupbio(&irbio, bio1, bio2, initrbio); in test_ssl_set_bio()
2954 setupbio(&iwbio, bio1, bio2, initwbio); in test_ssl_set_bio()
2974 setupbio(&nrbio, bio1, bio2, newrbio); in test_ssl_set_bio()
2975 setupbio(&nwbio, bio1, bio2, newwbio); in test_ssl_set_bio()
2996 BIO_free(bio1); in test_ssl_set_bio()
/third_party/openssl/ohos_lite/include/openssl/
H A Dbio.h721 int BIO_new_bio_pair(BIO **bio1, size_t writebuf1,
724 * If successful, returns 1 and in *bio1, *bio2 two BIO pair endpoints.
725 * Otherwise returns 0 and sets *bio1 and *bio2 to NULL. Size 0 uses default
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dbio.h806 int BIO_new_bio_pair(BIO **bio1, size_t writebuf1,
809 * If successful, returns 1 and in *bio1, *bio2 two BIO pair endpoints.
810 * Otherwise returns 0 and sets *bio1 and *bio2 to NULL. Size 0 uses default
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dbio.h806 int BIO_new_bio_pair(BIO **bio1, size_t writebuf1,
809 * If successful, returns 1 and in *bio1, *bio2 two BIO pair endpoints.
810 * Otherwise returns 0 and sets *bio1 and *bio2 to NULL. Size 0 uses default
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/
H A Dbio.h806 int BIO_new_bio_pair(BIO **bio1, size_t writebuf1,
809 * If successful, returns 1 and in *bio1, *bio2 two BIO pair endpoints.
810 * Otherwise returns 0 and sets *bio1 and *bio2 to NULL. Size 0 uses default
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dbio.h806 int BIO_new_bio_pair(BIO **bio1, size_t writebuf1,
809 * If successful, returns 1 and in *bio1, *bio2 two BIO pair endpoints.
810 * Otherwise returns 0 and sets *bio1 and *bio2 to NULL. Size 0 uses default
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/
H A Dbio.h806 int BIO_new_bio_pair(BIO **bio1, size_t writebuf1,
809 * If successful, returns 1 and in *bio1, *bio2 two BIO pair endpoints.
810 * Otherwise returns 0 and sets *bio1 and *bio2 to NULL. Size 0 uses default
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dbio.h806 int BIO_new_bio_pair(BIO **bio1, size_t writebuf1,
809 * If successful, returns 1 and in *bio1, *bio2 two BIO pair endpoints.
810 * Otherwise returns 0 and sets *bio1 and *bio2 to NULL. Size 0 uses default
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
H A Dbio.h806 int BIO_new_bio_pair(BIO **bio1, size_t writebuf1,
809 * If successful, returns 1 and in *bio1, *bio2 two BIO pair endpoints.
810 * Otherwise returns 0 and sets *bio1 and *bio2 to NULL. Size 0 uses default
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Dbio.h806 int BIO_new_bio_pair(BIO **bio1, size_t writebuf1,
809 * If successful, returns 1 and in *bio1, *bio2 two BIO pair endpoints.
810 * Otherwise returns 0 and sets *bio1 and *bio2 to NULL. Size 0 uses default
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dbio.h806 int BIO_new_bio_pair(BIO **bio1, size_t writebuf1,
809 * If successful, returns 1 and in *bio1, *bio2 two BIO pair endpoints.
810 * Otherwise returns 0 and sets *bio1 and *bio2 to NULL. Size 0 uses default
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/
H A Dbio.h806 int BIO_new_bio_pair(BIO **bio1, size_t writebuf1,
809 * If successful, returns 1 and in *bio1, *bio2 two BIO pair endpoints.
810 * Otherwise returns 0 and sets *bio1 and *bio2 to NULL. Size 0 uses default
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
H A Dbio.h806 int BIO_new_bio_pair(BIO **bio1, size_t writebuf1,
809 * If successful, returns 1 and in *bio1, *bio2 two BIO pair endpoints.
810 * Otherwise returns 0 and sets *bio1 and *bio2 to NULL. Size 0 uses default
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/
H A Dbio.h806 int BIO_new_bio_pair(BIO **bio1, size_t writebuf1,
809 * If successful, returns 1 and in *bio1, *bio2 two BIO pair endpoints.
810 * Otherwise returns 0 and sets *bio1 and *bio2 to NULL. Size 0 uses default
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
H A Dbio.h806 int BIO_new_bio_pair(BIO **bio1, size_t writebuf1,
809 * If successful, returns 1 and in *bio1, *bio2 two BIO pair endpoints.
810 * Otherwise returns 0 and sets *bio1 and *bio2 to NULL. Size 0 uses default
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
H A Dbio.h806 int BIO_new_bio_pair(BIO **bio1, size_t writebuf1,
809 * If successful, returns 1 and in *bio1, *bio2 two BIO pair endpoints.
810 * Otherwise returns 0 and sets *bio1 and *bio2 to NULL. Size 0 uses default
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/
H A Dbio.h806 int BIO_new_bio_pair(BIO **bio1, size_t writebuf1,
809 * If successful, returns 1 and in *bio1, *bio2 two BIO pair endpoints.
810 * Otherwise returns 0 and sets *bio1 and *bio2 to NULL. Size 0 uses default
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/
H A Dbio.h806 int BIO_new_bio_pair(BIO **bio1, size_t writebuf1,
809 * If successful, returns 1 and in *bio1, *bio2 two BIO pair endpoints.
810 * Otherwise returns 0 and sets *bio1 and *bio2 to NULL. Size 0 uses default
/third_party/node/deps/openssl/config/archs/BSD-x86_64/no-asm/include/openssl/
H A Dbio.h806 int BIO_new_bio_pair(BIO **bio1, size_t writebuf1,
809 * If successful, returns 1 and in *bio1, *bio2 two BIO pair endpoints.
810 * Otherwise returns 0 and sets *bio1 and *bio2 to NULL. Size 0 uses default
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/include/openssl/
H A Dbio.h806 int BIO_new_bio_pair(BIO **bio1, size_t writebuf1,
809 * If successful, returns 1 and in *bio1, *bio2 two BIO pair endpoints.
810 * Otherwise returns 0 and sets *bio1 and *bio2 to NULL. Size 0 uses default
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/include/openssl/
H A Dbio.h806 int BIO_new_bio_pair(BIO **bio1, size_t writebuf1,
809 * If successful, returns 1 and in *bio1, *bio2 two BIO pair endpoints.
810 * Otherwise returns 0 and sets *bio1 and *bio2 to NULL. Size 0 uses default
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/include/openssl/
H A Dbio.h806 int BIO_new_bio_pair(BIO **bio1, size_t writebuf1,
809 * If successful, returns 1 and in *bio1, *bio2 two BIO pair endpoints.
810 * Otherwise returns 0 and sets *bio1 and *bio2 to NULL. Size 0 uses default

Completed in 64 milliseconds

123