Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/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);
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 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.c264 || !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 Dencoder_lib.c112 && 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 Dest.c531 BIO_get_mem_ptr(mem, &ptr); in generate_csr()
/freebsd/crypto/openssl/util/
H A Dother.syms187 BIO_get_mem_ptr define
/freebsd/crypto/openssl/crypto/pem/
H A Dpem_lib.c950 BIO_get_mem_ptr(dataB, &buf_mem); in PEM_read_bio_ex()
/freebsd/crypto/openssl/crypto/x509/
H A Dx_pubkey.c577 && BIO_get_mem_ptr(out, &buf) > 0) { in i2d_PUBKEY()
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h540 # define BIO_get_mem_ptr(b,pp) BIO_ctrl(b,BIO_C_GET_BUF_MEM_PTR,0, \ macro
H A Dbio.h.in517 # 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 DMakefile825 MLINKS+= BIO_s_mem.3 BIO_get_mem_ptr.3