Home
last modified time | relevance | path

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

/freebsd-13.1/tools/tools/crypto/
H A Dcryptocheck.c396 alloc_buffer(size_t len) in alloc_buffer() function
412 iv = alloc_buffer(len); in generate_iv()
569 buffer = alloc_buffer(size); in run_hash_test()
648 key = alloc_buffer(key_len); in run_hmac_test()
649 buffer = alloc_buffer(size); in run_hmac_test()
784 key = alloc_buffer(key_len); in run_cipher_test()
1132 key = alloc_buffer(key_len); in run_gmac_test()
1134 buffer = alloc_buffer(size); in run_gmac_test()
1204 key = alloc_buffer(key_len); in run_digest_test()
1205 buffer = alloc_buffer(size); in run_digest_test()
[all …]
/freebsd-13.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-13.1/tests/sys/kern/
H A Dktls_test.c77 alloc_buffer(size_t len) in alloc_buffer() function
429 en->cipher_key = alloc_buffer(cipher_key_len); in build_tls_enable()
430 en->iv = alloc_buffer(iv_len); in build_tls_enable()
431 en->auth_key = alloc_buffer(auth_key_len); in build_tls_enable()
852 plaintext = alloc_buffer(len); in test_ktls_transmit_app_data()
992 plaintext = alloc_buffer(len); in test_ktls_transmit_control()
1150 plaintext = alloc_buffer(len); in test_ktls_receive_app_data()
/freebsd-13.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-13.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()