Searched refs:BIO_get_mem_ptr (Results 1 – 11 of 11) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | BIO_s_mem.pod | 7 BIO_get_mem_ptr, BIO_new_mem_buf - memory BIO 19 BIO_get_mem_ptr(BIO *b, BUF_MEM **pp); 69 BIO_get_mem_ptr() places the underlying BUF_MEM structure in *B<pp>. It is 104 Calling BIO_get_mem_ptr() on read only BIO will return a BUF_MEM that 116 Calling BIO_get_mem_ptr() prior to a BIO_reset() call with 131 BIO_set_mem_eof_return(), BIO_set_mem_buf() and BIO_get_mem_ptr() 156 BIO_get_mem_ptr(mem, &bptr); 167 BIO_get_mem_ptr(bio, &bptr);
|
/freebsd/crypto/openssl/test/ |
H A D | bio_memleak_test.c | 54 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 D | endecode_test.c | 264 || !TEST_FL_true(BIO_get_mem_ptr(mem_ser, &mem_buf) > 0) in encode_EVP_PKEY_prov() 379 || !TEST_FL_true(BIO_get_mem_ptr(mem_ser, &mem_buf) > 0) in encode_EVP_PKEY_legacy_PEM() 418 if (!TEST_FL_true(BIO_get_mem_ptr(mem_ser, &mem_buf) > 0) in encode_EVP_PKEY_MSBLOB() 458 || !TEST_FL_true(BIO_get_mem_ptr(mem_ser, &mem_buf) > 0) in encode_EVP_PKEY_PVK()
|
/freebsd/crypto/openssl/crypto/encode_decode/ |
H A D | encoder_lib.c | 112 && BIO_get_mem_ptr(out, &buf) > 0) { in OSSL_ENCODER_to_data() 669 BIO_get_mem_ptr(allocated_out, &buf); in encoder_process()
|
/freebsd/contrib/wpa/hs20/client/ |
H A D | est.c | 531 BIO_get_mem_ptr(mem, &ptr); in generate_csr()
|
/freebsd/crypto/openssl/util/ |
H A D | other.syms | 187 BIO_get_mem_ptr define
|
/freebsd/crypto/openssl/crypto/pem/ |
H A D | pem_lib.c | 950 BIO_get_mem_ptr(dataB, &buf_mem); in PEM_read_bio_ex()
|
/freebsd/crypto/openssl/crypto/x509/ |
H A D | x_pubkey.c | 577 && BIO_get_mem_ptr(out, &buf) > 0) { in i2d_PUBKEY()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | bio.h | 540 # define BIO_get_mem_ptr(b,pp) BIO_ctrl(b,BIO_C_GET_BUF_MEM_PTR,0, \ macro
|
H A D | bio.h.in | 517 # define BIO_get_mem_ptr(b,pp) BIO_ctrl(b,BIO_C_GET_BUF_MEM_PTR,0, \ macro
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 825 MLINKS+= BIO_s_mem.3 BIO_get_mem_ptr.3
|