Home
last modified time | relevance | path

Searched refs:BIO_new_mem_buf (Results 1 – 25 of 26) sorted by relevance

12

/openssl-master/test/
A Dbio_enc_test.c56 BIO_push(b, BIO_new_mem_buf(inp, DATA_SIZE)); in do_bio_cipher()
67 BIO_push(b, BIO_new_mem_buf(inp, DATA_SIZE)); in do_bio_cipher()
94 BIO_push(b, BIO_new_mem_buf(inp, DATA_SIZE)); in do_bio_cipher()
114 BIO_push(b, BIO_new_mem_buf(ref, lref)); in do_bio_cipher()
130 BIO_push(b, BIO_new_mem_buf(ref, lref)); in do_bio_cipher()
157 BIO_push(b, BIO_new_mem_buf(ref, lref)); in do_bio_cipher()
A Dpkcs7_test.c76 ret = TEST_ptr(msg_bio = BIO_new_mem_buf(signed_data, strlen(signed_data))) in pkcs7_verify_test()
77 && TEST_ptr(x509_bio = BIO_new_mem_buf(cert_der, sizeof(cert_der))) in pkcs7_verify_test()
A Dcmsapitest.c27 BIO *msgbio = BIO_new_mem_buf(msg, strlen(msg)); in test_encrypt_decrypt()
282 ret = TEST_ptr(bio = BIO_new_mem_buf(cms_data, sizeof(cms_data))) in test_d2i_CMS_bio_NULL()
A Dbio_memleak_test.c78 bio = BIO_new_mem_buf("Hello World\n", 12); in test_bio_new_mem_buf()
113 bio = BIO_new_mem_buf("Hello World\n", 12); in test_bio_rdonly_mem_buf()
A Devp_pkey_dparams_test.c123 && TEST_ptr(in = BIO_new_mem_buf(pkey_params[id].param_bin, in params_bio_test()
A Devp_extra_test2.c330 && TEST_ptr(in = BIO_new_mem_buf(kExampleRSAKeyPKCS8, in test_pkcs8key_nid_bio()
397 if (!TEST_ptr(key_bio = BIO_new_mem_buf(keydata[id].kder, keydata[id].size))) in test_d2i_PrivateKey_ex()
424 if (!TEST_ptr(key_bio = BIO_new_mem_buf(keydata[testid].kder, keydata[testid].size))) in test_PEM_read_bio_negative()
A Ddtlsv1listentest.c314 if (!TEST_ptr(inbio = BIO_new_mem_buf((char *)tp->in, tp->inlen))) in dtls_listen_test()
A Dcrltest.c195 return BIO_new_mem_buf(*out, s); in glue2bio()
A Devp_libctx_test.c302 if (!TEST_ptr(bio = BIO_new_mem_buf(dhx_cert, sizeof(dhx_cert))) in dhx_cert_load()
A Dendecode_test.c274 if (!TEST_FL_ptr(encoded_bio = BIO_new_mem_buf(encoded, encoded_len))) in decode_EVP_PKEY_prov()
A Devp_extra_test.c1729 bio = BIO_new_mem_buf(pubkey, strlen(pubkey)); in test_EVP_SM2_verify()
A Dsslapitest.c6770 BIO *out = NULL, *dummy = BIO_new_mem_buf("", 0); in create_new_vfile()
/openssl-master/doc/man3/
A DBIO_s_mem.pod7 BIO_get_mem_ptr, BIO_new_mem_buf - memory BIO
21 BIO *BIO_new_mem_buf(const void *buf, int len);
70 BIO_new_mem_buf() creates a memory BIO using B<len> bytes of data at B<buf>,
131 BIO_new_mem_buf() returns a valid B<BIO> structure on success or NULL on error.
144 BIO *mem = BIO_new_mem_buf(data, -1);
/openssl-master/crypto/bio/
A Dossl_core_bio.c91 return core_bio_new_from_new_bio(BIO_new_mem_buf(buf, len)); in ossl_core_bio_new_mem_buf()
A Dbss_mem.c82 BIO *BIO_new_mem_buf(const void *buf, int len) in BIO_new_mem_buf() function
/openssl-master/crypto/encode_decode/
A Ddecoder_lib.c155 membio = BIO_new_mem_buf(*pdata, (int)*pdata_len); in OSSL_DECODER_from_data()
763 new_data.bio = BIO_new_mem_buf(p->data, (int)p->data_size); in decoder_process()
/openssl-master/apps/lib/
A Dhttp_server.c394 if ((getbio = BIO_new_mem_buf(url, len)) == NULL in http_server_get_asn1_req()
/openssl-master/crypto/cms/
A Dcms_smime.c406 tmpin = (len == 0) ? dcont : BIO_new_mem_buf(ptr, len); in CMS_verify()
596 rct_cont = BIO_new_mem_buf(os->data, os->length); in CMS_sign_receipt()
A Dcms_lib.c150 return BIO_new_mem_buf((*pos)->data, (*pos)->length); in ossl_cms_content_bio()
/openssl-master/apps/
A Dfipsinstall.c474 mem_bio = BIO_new_mem_buf((const void *)INSTALL_STATUS_VAL, in fipsinstall_main()
/openssl-master/crypto/pkcs7/
A Dpk7_smime.c312 tmpin = (len == 0) ? indata : BIO_new_mem_buf(ptr, len); in PKCS7_verify()
A Dpk7_doit.c356 bio = BIO_new_mem_buf(os->data, os->length); in PKCS7_dataInit()
643 bio = BIO_new_mem_buf(data_body->data, data_body->length); in PKCS7_dataDecode()
/openssl-master/doc/man7/
A Dprovider-base.pod169 BIO_new_mem_buf OSSL_FUNC_BIO_NEW_MEMBUF
296 BIO_new_file(), BIO_new_mem_buf(), BIO_read_ex(), BIO_write_ex(), BIO_up_ref(),
/openssl-master/include/openssl/
A Dbio.h.in646 BIO *BIO_new_mem_buf(const void *buf, int len);
/openssl-master/util/
A Dlibcrypto.num366 BIO_new_mem_buf 373 3_0_0 EXIST::FUNCTION:

Completed in 65 milliseconds

12