Searched refs:alloc_buffer (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/tools/tools/crypto/ |
| H A D | cryptocheck.c | 416 alloc_buffer(size_t len) in alloc_buffer() function 432 iv = alloc_buffer(len); in generate_iv() 589 buffer = alloc_buffer(size); in run_hash_test() 668 key = alloc_buffer(key_len); in run_hmac_test() 669 buffer = alloc_buffer(size); in run_hmac_test() 804 key = alloc_buffer(key_len); in run_cipher_test() 1152 key = alloc_buffer(key_len); in run_gmac_test() 1154 buffer = alloc_buffer(size); in run_gmac_test() 1224 key = alloc_buffer(key_len); in run_digest_test() 1225 buffer = alloc_buffer(size); in run_digest_test() [all …]
|
| /freebsd-14.2/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-14.2/tests/sys/kern/ |
| H A D | ktls_test.c | 131 alloc_buffer(size_t len) in alloc_buffer() function 588 en->iv = alloc_buffer(iv_len); in build_tls_enable() 591 en->auth_key = alloc_buffer(auth_key_len); in build_tls_enable() 1185 plaintext = alloc_buffer(len); in test_ktls_transmit_app_data() 1337 plaintext = alloc_buffer(len); in test_ktls_transmit_control() 1503 plaintext = alloc_buffer(len); in test_ktls_receive_app_data() 1625 plaintext = alloc_buffer(len); in test_ktls_receive_corrupted_record() 1714 plaintext = alloc_buffer(len); in test_ktls_receive_truncated_record() 1755 plaintext = alloc_buffer(len); in test_ktls_receive_bad_major() 1797 plaintext = alloc_buffer(len); in test_ktls_receive_bad_minor() [all …]
|
| /freebsd-14.2/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-14.2/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-14.2/sys/dev/pci/ |
| H A D | pci.c | 1129 alloc_buffer(void* buffer, size_t element_size, int needed) in alloc_buffer() function 1221 vpd->vpd_ros = alloc_buffer(vpd->vpd_ros, sizeof(*vpd->vpd_ros), vpd->vpd_rocnt); in next_vpd_ro_elem() 1255 vpd->vpd_w = alloc_buffer(vpd->vpd_w, sizeof(*vpd->vpd_w), vpd->vpd_wcnt); in next_vpd_rw_elem()
|