Home
last modified time | relevance | path

Searched refs:BIO_get_mem_ptr (Results 1 – 14 of 14) sorted by relevance

/netbsd/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DBIO_s_mem.pod7 BIO_get_mem_ptr, BIO_new_mem_buf - memory BIO
19 BIO_get_mem_ptr(BIO *b, BUF_MEM **pp)
67 BIO_get_mem_ptr() places the underlying BUF_MEM structure in *B<pp>. It is
102 Calling BIO_get_mem_ptr() on read only BIO will return a BUF_MEM that
114 Calling BIO_get_mem_ptr() prior to a BIO_reset() call with
125 BIO_set_mem_eof_return(), BIO_set_mem_buf() and BIO_get_mem_ptr()
150 BIO_get_mem_ptr(mem, &bptr);
/netbsd/crypto/external/bsd/openssl/dist/doc/man3/
H A DBIO_s_mem.pod7 BIO_get_mem_ptr, BIO_new_mem_buf - memory BIO
19 BIO_get_mem_ptr(BIO *b, BUF_MEM **pp);
67 BIO_get_mem_ptr() places the underlying BUF_MEM structure in *B<pp>. It is
102 Calling BIO_get_mem_ptr() on read only BIO will return a BUF_MEM that
114 Calling BIO_get_mem_ptr() prior to a BIO_reset() call with
125 BIO_set_mem_eof_return(), BIO_set_mem_buf() and BIO_get_mem_ptr()
150 BIO_get_mem_ptr(mem, &bptr);
/netbsd/crypto/external/bsd/openssl/dist/test/
H A Dbio_memleak_test.c54 BIO_get_mem_ptr(bio, &bufmem); in test_bio_get_mem()
85 if (!TEST_int_gt(BIO_get_mem_ptr(bio, &bufmem), 0)) in test_bio_new_mem_buf()
120 if (!TEST_int_gt(BIO_get_mem_ptr(bio, &bufmem), 0)) in test_bio_rdonly_mem_buf()
H A Dendecode_test.c252 || !TEST_FL_true(BIO_get_mem_ptr(mem_ser, &mem_buf) > 0) in encode_EVP_PKEY_prov()
367 || !TEST_FL_true(BIO_get_mem_ptr(mem_ser, &mem_buf) > 0) in encode_EVP_PKEY_legacy_PEM()
406 if (!TEST_FL_true(BIO_get_mem_ptr(mem_ser, &mem_buf) > 0) in encode_EVP_PKEY_MSBLOB()
446 || !TEST_FL_true(BIO_get_mem_ptr(mem_ser, &mem_buf) > 0) in encode_EVP_PKEY_PVK()
/netbsd/crypto/external/bsd/openssl.old/dist/test/
H A Dbio_memleak_test.c56 BIO_get_mem_ptr(bio, &bufmem); in test_bio_get_mem()
87 if (!TEST_int_gt(BIO_get_mem_ptr(bio, &bufmem), 0)) in test_bio_new_mem_buf()
122 if (!TEST_int_gt(BIO_get_mem_ptr(bio, &bufmem), 0)) in test_bio_rdonly_mem_buf()
/netbsd/crypto/external/bsd/openssl/dist/crypto/encode_decode/
H A Dencoder_lib.c107 && BIO_get_mem_ptr(out, &buf) > 0) { in OSSL_ENCODER_to_data()
664 BIO_get_mem_ptr(allocated_out, &buf); in encoder_process()
/netbsd/crypto/external/bsd/openssl.old/dist/util/
H A Dprivate.num122 BIO_get_mem_ptr define
/netbsd/external/bsd/wpa/dist/hs20/client/
H A Dest.c558 BIO_get_mem_ptr(mem, &ptr); in generate_csr()
/netbsd/crypto/external/bsd/openssl/dist/util/
H A Dother.syms186 BIO_get_mem_ptr define
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/pem/
H A Dpem_lib.c931 BIO_get_mem_ptr(dataB, &buf_mem); in PEM_read_bio_ex()
/netbsd/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dbio.h465 # define BIO_get_mem_ptr(b,pp) BIO_ctrl(b,BIO_C_GET_BUF_MEM_PTR,0, \ macro
/netbsd/crypto/external/bsd/openssl/dist/crypto/pem/
H A Dpem_lib.c950 BIO_get_mem_ptr(dataB, &buf_mem); in PEM_read_bio_ex()
/netbsd/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dx_pubkey.c577 && BIO_get_mem_ptr(out, &buf) > 0) { in i2d_PUBKEY()
/netbsd/crypto/external/bsd/openssl/dist/include/openssl/
H A Dbio.h.in517 # define BIO_get_mem_ptr(b,pp) BIO_ctrl(b,BIO_C_GET_BUF_MEM_PTR,0, \ macro