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

/freebsd-current/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-current/tools/tools/crypto/
H A Dcryptocheck.c416 alloc_buffer(size_t len) function
432 iv = alloc_buffer(len);
590 buffer = alloc_buffer(size);
670 key = alloc_buffer(key_len);
671 buffer = alloc_buffer(size);
823 key = alloc_buffer(key_len);
825 cleartext = alloc_buffer(size);
988 cipher_key = alloc_buffer(cipher_key_len);
990 auth_key = alloc_buffer(auth_key_len);
991 cleartext = alloc_buffer(aad_le
[all...]
/freebsd-current/tests/sys/kern/
H A Dktls_test.c131 alloc_buffer(size_t len) function
586 en->cipher_key = alloc_buffer(cipher_key_len);
588 en->iv = alloc_buffer(iv_len);
591 en->auth_key = alloc_buffer(auth_key_len);
1185 plaintext = alloc_buffer(len);
1337 plaintext = alloc_buffer(len);
1503 plaintext = alloc_buffer(len);
1625 plaintext = alloc_buffer(len);
1714 plaintext = alloc_buffer(len);
1755 plaintext = alloc_buffer(le
[all...]
/freebsd-current/crypto/heimdal/appl/ftp/ftp/
H A Dftp.c641 buf = alloc_buffer (buf, &bufsize,
1028 buf = alloc_buffer (buf, &bufsize,
/freebsd-current/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c1405 buf = alloc_buffer (buf, &bufsize,
1465 buf = alloc_buffer (buf, &bufsize,
/freebsd-current/sys/dev/pci/
H A Dpci.c1135 alloc_buffer(void* buffer, size_t element_size, int needed) function
1227 vpd->vpd_ros = alloc_buffer(vpd->vpd_ros, sizeof(*vpd->vpd_ros), vpd->vpd_rocnt);
1261 vpd->vpd_w = alloc_buffer(vpd->vpd_w, sizeof(*vpd->vpd_w), vpd->vpd_wcnt);

Completed in 97 milliseconds