Home
last modified time | relevance | path

Searched refs:alloc_buffer (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/tools/tools/crypto/
H A Dcryptocheck.c333 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 Dcommon.h58 void *alloc_buffer (void *oldbuf, size_t *sz, struct stat *st);
H A Dbuffer.c47 alloc_buffer (void *oldbuf, size_t *sz, struct stat *st) in alloc_buffer() function
/freebsd-12.1/crypto/heimdal/appl/ftp/ftp/
H A Dftp.c641 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 Dftpd.c1405 buf = alloc_buffer (buf, &bufsize, in send_data()
1465 buf = alloc_buffer (buf, &bufsize, in receive_data()
/freebsd-12.1/contrib/gcc/
H A DChangeLog-200016673 (eh_context): Add alloc_mask and alloc_buffer emergency fallback