Home
last modified time | relevance | path

Searched refs:hkdf_sha512_expand (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dhkdf.c42 hkdf_sha512_expand(uint8_t *extract_key, uint8_t *info, uint_t info_len, in hkdf_sha512_expand() function
96 ret = hkdf_sha512_expand(extract_key, info, info_len, output_key, in hkdf_sha512()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dhkdf.c64 hkdf_sha512_expand(uint8_t *extract_key, uint8_t *info, uint_t info_len, in hkdf_sha512_expand() function
165 ret = hkdf_sha512_expand(extract_key, info, info_len, output_key, in hkdf_sha512()