/freebsd/crypto/openssl/doc/man3/ |
H A D | BIO_s_mem.pod | 6 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 D | err_prn.c | 151 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 D | x509_time_test.c | 555 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 D | trace_api_test.c | 100 len = BIO_get_mem_data(bio, &p_buf); in test_trace_channel()
|
H A D | dtlsv1listentest.c | 322 datalen = BIO_get_mem_data(outbio, &data); in dtls_listen_test()
|
H A D | ct_test.c | 142 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 D | evp_pkey_dparams_test.c | 261 && TEST_int_gt(out_len = BIO_get_mem_data(out, &out_bin), 0) in params_bio_test()
|
H A D | bad_dtls_test.c | 125 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 D | clienthellotest.c | 194 if (!TEST_long_ge(len = BIO_get_mem_data(wbio, (char **)&data), 0) in test_client_hello()
|
H A D | servername_test.c | 55 if (!TEST_long_ge(len = BIO_get_mem_data(bio, (char **)&data), 0) in get_sni_from_client_hello()
|
H A D | errtest.c | 98 if (!TEST_int_gt(len = BIO_get_mem_data(bio, &out), 0)) in test_print_error_format()
|
H A D | endecoder_legacy_test.c | 289 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 D | http_test.c | 38 long count = BIO_get_mem_data(in, (unsigned char **)&req); in mock_http_server()
|
/freebsd/contrib/libfido2/tools/ |
H A D | base64.c | 48 b64_len = BIO_get_mem_data(bio_b64, &b64_ptr); in base64_encode()
|
/freebsd/crypto/openssl/crypto/http/ |
H A D | http_client.c | 580 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 D | unbound-anchor.c | 1082 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 D | uefisign.c | 309 signature_len = BIO_get_mem_data(out, &signature); in sign()
|
/freebsd/crypto/openssl/crypto/pkcs7/ |
H A D | pk7_smime.c | 313 len = BIO_get_mem_data(indata, &ptr); in PKCS7_verify()
|
/freebsd/crypto/openssh/regress/misc/sk-dummy/ |
H A D | sk-dummy.c | 143 if ((privlen = BIO_get_mem_data(bio, &privptr)) <= 0) { in pack_key_ecdsa()
|
/freebsd/crypto/openssl/ssl/ |
H A D | s3_enc.c | 378 hdatalen = BIO_get_mem_data(s->s3.handshake_buffer, &hdata); in ssl3_digest_cached_records()
|
H A D | tls13_enc.c | 490 handlen = BIO_get_mem_data(s->s3.handshake_buffer, &hdata); in tls13_change_cipher_state()
|
/freebsd/crypto/openssl/crypto/cms/ |
H A D | cms_lib.c | 229 contlen = BIO_get_mem_data(mbio, &cont); in CMS_dataFinal()
|
/freebsd/crypto/openssl/crypto/encode_decode/ |
H A D | decoder_lib.c | 157 *pdata_len = (size_t)BIO_get_mem_data(membio, pdata); in OSSL_DECODER_from_data()
|
/freebsd/crypto/openssl/util/ |
H A D | other.syms | 186 BIO_get_mem_data define
|
/freebsd/crypto/openssl/crypto/pem/ |
H A D | pem_lib.c | 974 headerlen = BIO_get_mem_data(headerB, NULL); in PEM_read_bio_ex()
|