Searched refs:alloc_buffer (Results 1 – 8 of 8) sorted by relevance
| /freebsd/stand/efi/loader/ |
| H A D | decompress.c | 76 alloc_buffer(decomp_state *dctx, size_t size) in alloc_buffer() function 136 EFI_STATUS status = alloc_buffer(dctx, dctx->size); in zlib_init() 200 EFI_STATUS status = alloc_buffer(dctx, dctx->size); in bzip2_init() 262 EFI_STATUS status = alloc_buffer(dctx, dctx->size); in xz_init() 350 EFI_STATUS status = alloc_buffer(dctx, dctx->size); in zstd_init() 412 return (alloc_buffer(dctx, size_hint)); in null_init()
|
| /freebsd/tools/tools/crypto/ |
| H A D | cryptocheck.c | 421 alloc_buffer(size_t len) in alloc_buffer() function 437 iv = alloc_buffer(len); in generate_iv() 595 buffer = alloc_buffer(size); in run_hash_test() 675 key = alloc_buffer(key_len); in run_hmac_test() 676 buffer = alloc_buffer(size); in run_hmac_test() 828 key = alloc_buffer(key_len); in run_cipher_test() 830 cleartext = alloc_buffer(size); in run_cipher_test() 993 cipher_key = alloc_buffer(cipher_key_len); in run_eta_test() 995 auth_key = alloc_buffer(auth_key_len); in run_eta_test() 996 cleartext = alloc_buffer(aad_len + size); in run_eta_test() [all …]
|
| /freebsd/crypto/heimdal/appl/ftp/common/ |
| H A D | common.h | 58 void *alloc_buffer (void *oldbuf, size_t *sz, struct stat *st);
|
| H A D | buffer.c | 47 alloc_buffer (void *oldbuf, size_t *sz, struct stat *st) in alloc_buffer() function
|
| /freebsd/tests/sys/kern/ |
| H A D | ktls_test.c | 154 alloc_buffer(size_t len) in alloc_buffer() function 618 en->cipher_key = alloc_buffer(cipher_key_len); in build_tls_enable() 620 en->iv = alloc_buffer(iv_len); in build_tls_enable() 623 en->auth_key = alloc_buffer(auth_key_len); in build_tls_enable() 1217 plaintext = alloc_buffer(len); in test_ktls_transmit_app_data() 1369 plaintext = alloc_buffer(len); in test_ktls_transmit_control() 1535 plaintext = alloc_buffer(len); in test_ktls_receive_app_data() 1657 plaintext = alloc_buffer(len); in test_ktls_receive_corrupted_record() 1746 plaintext = alloc_buffer(len); in test_ktls_receive_truncated_record() 1787 plaintext = alloc_buffer(len); in test_ktls_receive_bad_major() [all …]
|
| /freebsd/crypto/heimdal/appl/ftp/ftp/ |
| H A D | ftp.c | 641 buf = alloc_buffer (buf, &bufsize, in copy_stream() 1028 buf = alloc_buffer (buf, &bufsize, in recvrequest()
|
| /freebsd/crypto/heimdal/appl/ftp/ftpd/ |
| H A D | ftpd.c | 1405 buf = alloc_buffer (buf, &bufsize, in send_data() 1465 buf = alloc_buffer (buf, &bufsize, in receive_data()
|
| /freebsd/sys/dev/pci/ |
| H A D | pci.c | 1179 alloc_buffer(void* buffer, size_t element_size, int needed) in alloc_buffer() function 1271 vpd->vpd_ros = alloc_buffer(vpd->vpd_ros, sizeof(*vpd->vpd_ros), vpd->vpd_rocnt); in next_vpd_ro_elem() 1305 vpd->vpd_w = alloc_buffer(vpd->vpd_w, sizeof(*vpd->vpd_w), vpd->vpd_wcnt); in next_vpd_rw_elem()
|