Searched refs:output_key (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | hkdf.c | 85 uint_t salt_len, uint8_t *info, uint_t info_len, uint8_t *output_key, in hkdf_sha512() argument 96 ret = hkdf_sha512_expand(extract_key, info, info_len, output_key, in hkdf_sha512()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | hkdf.h | 26 uint_t salt_len, uint8_t *info, uint_t info_len, uint8_t *output_key,
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | hkdf.c | 154 uint_t salt_len, uint8_t *info, uint_t info_len, uint8_t *output_key, in hkdf_sha512() argument 165 ret = hkdf_sha512_expand(extract_key, info, info_len, output_key, in hkdf_sha512()
|