Searched refs:init_buflen (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/sys/contrib/openzfs/module/icp/algs/sha2/ |
| H A D | sha512_impl.c | 237 const int init_buflen = 64; in sha512_param() local 241 s = sbuf_new_for_sysctl(NULL, NULL, init_buflen, req); in sha512_param()
|
| H A D | sha256_impl.c | 269 const int init_buflen = 64; in sha256_param() local 273 s = sbuf_new_for_sysctl(NULL, NULL, init_buflen, req); in sha256_param()
|
| /freebsd-14.2/sys/contrib/openzfs/module/icp/algs/blake3/ |
| H A D | blake3_impl.c | 365 const int init_buflen = 64; in blake3_param() local 369 s = sbuf_new_for_sysctl(NULL, NULL, init_buflen, req); in blake3_param()
|
| /freebsd-14.2/sys/contrib/openzfs/module/zcommon/ |
| H A D | zfs_fletcher.c | 956 const int init_buflen = 64; in fletcher_4_param() local 960 s = sbuf_new_for_sysctl(NULL, NULL, init_buflen, req); in fletcher_4_param()
|