Searched refs:alloc_buffer (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/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) function
/freebsd-13-stable/tools/tools/crypto/
H A Dcryptocheck.c371 alloc_buffer(size_t len) function
387 iv = alloc_buffer(len);
544 buffer = alloc_buffer(size);
623 key = alloc_buffer(key_len);
624 buffer = alloc_buffer(size);
759 key = alloc_buffer(key_len);
761 cleartext = alloc_buffer(size);
918 cipher_key = alloc_buffer(cipher_key_len);
920 auth_key = alloc_buffer(auth_key_len);
921 cleartext = alloc_buffer(aad_le
[all...]
/freebsd-13-stable/crypto/heimdal/appl/ftp/ftp/
H A Dftp.c641 buf = alloc_buffer (buf, &bufsize,
1028 buf = alloc_buffer (buf, &bufsize,
/freebsd-13-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c1405 buf = alloc_buffer (buf, &bufsize,
1465 buf = alloc_buffer (buf, &bufsize,

Completed in 77 milliseconds