Home
last modified time | relevance | path

Searched refs:BIO_get_mem_data (Results 1 – 25 of 39) sorted by relevance

12

/freebsd/crypto/openssl/doc/man3/
H A DBIO_s_mem.pod6 BIO_s_mem, BIO_set_mem_eof_return, BIO_get_mem_data, BIO_set_mem_buf,
17 long BIO_get_mem_data(BIO *b, char **pp);
60 BIO_get_mem_data() sets *B<pp> to a pointer to the start of the memory BIOs data
134 BIO_get_mem_data() returns the total number of bytes available on success,
166 BIO_get_mem_data(bio, &data);
/freebsd/crypto/openssl/crypto/err/
H A Derr_prn.c151 long len = BIO_get_mem_data(bio, &str); in ERR_add_error_mem_bio()
158 len = BIO_get_mem_data(bio, &str); in ERR_add_error_mem_bio()
/freebsd/crypto/openssl/test/
H A Dx509_time_test.c555 if (!TEST_int_ne(rv = BIO_get_mem_data(m, &pp), 0) in test_x509_time_print_rfc_822()
583 if (!TEST_int_ne(rv = BIO_get_mem_data(m, &pp), 0) in test_x509_time_print_iso_8601()
H A Dtrace_api_test.c100 len = BIO_get_mem_data(bio, &p_buf); in test_trace_channel()
H A Ddtlsv1listentest.c322 datalen = BIO_get_mem_data(outbio, &data); in dtls_listen_test()
H A Dct_test.c142 BIO_get_mem_data(text_buffer, &actual_output); in compare_sct_list_printout()
172 BIO_get_mem_data(text_buffer, &actual_output); in compare_extension_printout()
H A Devp_pkey_dparams_test.c261 && TEST_int_gt(out_len = BIO_get_mem_data(out, &out_bin), 0) in params_bio_test()
H A Dbad_dtls_test.c125 if ((len = BIO_get_mem_data(wbio, (char **)&data)) < 0) in validate_client_hello()
400 len = BIO_get_mem_data(wbio, (char **)&data); in validate_ccs()
H A Dclienthellotest.c194 if (!TEST_long_ge(len = BIO_get_mem_data(wbio, (char **)&data), 0) in test_client_hello()
H A Dservername_test.c55 if (!TEST_long_ge(len = BIO_get_mem_data(bio, (char **)&data), 0) in get_sni_from_client_hello()
H A Derrtest.c98 if (!TEST_int_gt(len = BIO_get_mem_data(bio, &out), 0)) in test_print_error_format()
H A Dendecoder_legacy_test.c289 long len_provided = BIO_get_mem_data(bio_provided, &str_provided); in test_membio_str_eq()
290 long len_legacy = BIO_get_mem_data(bio_legacy, &str_legacy); in test_membio_str_eq()
H A Dhttp_test.c38 long count = BIO_get_mem_data(in, (unsigned char **)&req); in mock_http_server()
/freebsd/contrib/libfido2/tools/
H A Dbase64.c48 b64_len = BIO_get_mem_data(bio_b64, &b64_ptr); in base64_encode()
/freebsd/crypto/openssl/crypto/http/
H A Dhttp_client.c580 rctx->len_to_send = BIO_get_mem_data(rctx->mem, &rctx->pos); in OSSL_HTTP_REQ_CTX_nbio()
649 n = BIO_get_mem_data(rctx->mem, &p); in OSSL_HTTP_REQ_CTX_nbio()
787 n = BIO_get_mem_data(rctx->mem, &p); in OSSL_HTTP_REQ_CTX_nbio()
829 n = BIO_get_mem_data(rctx->mem, NULL); in OSSL_HTTP_REQ_CTX_nbio()
847 *pval = ASN1_item_d2i(NULL, &p, BIO_get_mem_data(rctx->mem, &p), it); in OSSL_HTTP_REQ_CTX_nbio_d2i()
/freebsd/contrib/unbound/smallapp/
H A Dunbound-anchor.c1082 l = (size_t)BIO_get_mem_data(tmp, &d); in read_chunked_zero_terminate()
1407 zlen = BIO_get_mem_data(zone, &z); in xml_is_zone_name()
1479 len = BIO_get_mem_data(a, &z); in xml_append_bio()
1618 len = (int)BIO_get_mem_data(xml, &pp); in xml_parse()
1637 len = BIO_get_mem_data(data.ds, &pp); in xml_parse()
1906 len = BIO_get_mem_data(ds, &pp); in write_root_anchor()
/freebsd/usr.sbin/uefisign/
H A Duefisign.c309 signature_len = BIO_get_mem_data(out, &signature); in sign()
/freebsd/crypto/openssl/crypto/pkcs7/
H A Dpk7_smime.c313 len = BIO_get_mem_data(indata, &ptr); in PKCS7_verify()
/freebsd/crypto/openssh/regress/misc/sk-dummy/
H A Dsk-dummy.c143 if ((privlen = BIO_get_mem_data(bio, &privptr)) <= 0) { in pack_key_ecdsa()
/freebsd/crypto/openssl/ssl/
H A Ds3_enc.c378 hdatalen = BIO_get_mem_data(s->s3.handshake_buffer, &hdata); in ssl3_digest_cached_records()
H A Dtls13_enc.c490 handlen = BIO_get_mem_data(s->s3.handshake_buffer, &hdata); in tls13_change_cipher_state()
/freebsd/crypto/openssl/crypto/cms/
H A Dcms_lib.c229 contlen = BIO_get_mem_data(mbio, &cont); in CMS_dataFinal()
/freebsd/crypto/openssl/crypto/encode_decode/
H A Ddecoder_lib.c157 *pdata_len = (size_t)BIO_get_mem_data(membio, pdata); in OSSL_DECODER_from_data()
/freebsd/crypto/openssl/util/
H A Dother.syms186 BIO_get_mem_data define
/freebsd/crypto/openssl/crypto/pem/
H A Dpem_lib.c974 headerlen = BIO_get_mem_data(headerB, NULL); in PEM_read_bio_ex()

12