Searched refs:alloc_buffer (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/tools/tools/crypto/ |
| H A D | cryptocheck.c | 333 alloc_buffer(size_t len) in alloc_buffer() function 349 iv = alloc_buffer(len); in generate_iv() 468 buffer = alloc_buffer(size); in run_hash_test() 559 key = alloc_buffer(key_len); in run_hmac_test() 560 buffer = alloc_buffer(size); in run_hmac_test() 692 key = alloc_buffer(key_len); in run_blkcipher_test() 694 cleartext = alloc_buffer(size); in run_blkcipher_test() 1112 key = alloc_buffer(key_len); in run_gcm_test() 1118 aad = alloc_buffer(aad_len); in run_gcm_test() 1323 key = alloc_buffer(key_len); in run_ccm_test() [all …]
|
| /freebsd-12.1/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-12.1/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-12.1/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-12.1/contrib/gcc/ |
| H A D | ChangeLog-2000 | 16673 (eh_context): Add alloc_mask and alloc_buffer emergency fallback
|