HomeSort by: relevance | last modified time | path
    Searched refs:BIO_get_mem_ptr (Results 1 - 21 of 21) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
bio_memleak_test.c 54 BIO_get_mem_ptr(bio, &bufmem);
85 if (!TEST_int_gt(BIO_get_mem_ptr(bio, &bufmem), 0))
120 if (!TEST_int_gt(BIO_get_mem_ptr(bio, &bufmem), 0))
bio_pw_callback_test.c 188 BIO_get_mem_ptr(bio, &bptr);
bio_base64_test.c 172 BIO_get_mem_ptr(mem, &bptr);
endecode_test.c 268 || !TEST_FL_true(BIO_get_mem_ptr(mem_ser, &mem_buf) > 0)
383 || !TEST_FL_true(BIO_get_mem_ptr(mem_ser, &mem_buf) > 0)
422 if (!TEST_FL_true(BIO_get_mem_ptr(mem_ser, &mem_buf) > 0)
464 || !TEST_FL_true(BIO_get_mem_ptr(mem_ser, &mem_buf) > 0)
json_test.c 657 if (!TEST_true(BIO_get_mem_ptr(h.mem_bio, &bufp)))
  /src/crypto/external/bsd/openssl/dist/test/
bio_memleak_test.c 54 BIO_get_mem_ptr(bio, &bufmem);
85 if (!TEST_int_gt(BIO_get_mem_ptr(bio, &bufmem), 0))
120 if (!TEST_int_gt(BIO_get_mem_ptr(bio, &bufmem), 0))
bio_pw_callback_test.c 188 BIO_get_mem_ptr(bio, &bptr);
endecode_test.c 264 || !TEST_FL_true(BIO_get_mem_ptr(mem_ser, &mem_buf) > 0)
379 || !TEST_FL_true(BIO_get_mem_ptr(mem_ser, &mem_buf) > 0)
418 if (!TEST_FL_true(BIO_get_mem_ptr(mem_ser, &mem_buf) > 0)
458 || !TEST_FL_true(BIO_get_mem_ptr(mem_ser, &mem_buf) > 0)
  /src/crypto/external/bsd/openssl.old/dist/test/
bio_memleak_test.c 56 BIO_get_mem_ptr(bio, &bufmem);
87 if (!TEST_int_gt(BIO_get_mem_ptr(bio, &bufmem), 0))
122 if (!TEST_int_gt(BIO_get_mem_ptr(bio, &bufmem), 0))
  /src/crypto/external/bsd/openssl/dist/crypto/encode_decode/
encoder_lib.c 112 && BIO_get_mem_ptr(out, &buf) > 0) {
669 BIO_get_mem_ptr(allocated_out, &buf);
  /src/crypto/external/apache2/openssl/dist/crypto/encode_decode/
encoder_lib.c 135 && BIO_get_mem_ptr(out, &buf) > 0) {
694 BIO_get_mem_ptr(allocated_out, &buf);
  /src/external/bsd/wpa/dist/hs20/client/
est.c 531 BIO_get_mem_ptr(mem, &ptr);
  /src/crypto/external/apache2/openssl/dist/crypto/pem/
pem_lib.c 974 BIO_get_mem_ptr(dataB, &buf_mem);
  /src/crypto/external/apache2/openssl/dist/crypto/x509/
x_pubkey.c 581 && BIO_get_mem_ptr(out, &buf) > 0) {
  /src/crypto/external/bsd/openssl/dist/crypto/pem/
pem_lib.c 950 BIO_get_mem_ptr(dataB, &buf_mem);
  /src/crypto/external/bsd/openssl/dist/crypto/x509/
x_pubkey.c 577 && BIO_get_mem_ptr(out, &buf) > 0) {
  /src/crypto/external/bsd/openssl.old/dist/crypto/pem/
pem_lib.c 931 BIO_get_mem_ptr(dataB, &buf_mem);
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
bio.h 465 # define BIO_get_mem_ptr(b,pp) BIO_ctrl(b,BIO_C_GET_BUF_MEM_PTR,0, \
  /src/crypto/external/apache2/openssl/dist/include/openssl/
bio.h.in 594 #define BIO_get_mem_ptr(b, pp) BIO_ctrl(b, BIO_C_GET_BUF_MEM_PTR, 0, \
  /src/crypto/external/bsd/openssl/dist/include/openssl/
bio.h.in 517 # define BIO_get_mem_ptr(b,pp) BIO_ctrl(b,BIO_C_GET_BUF_MEM_PTR,0, \
  /src/crypto/external/apache2/openssl/dist/apps/lib/
apps.c 2045 BIO_get_mem_ptr(mem, &bufm);
3201 rv = BIO_get_mem_ptr(in, &mem_buffer);

Completed in 53 milliseconds