Searched refs:extract_key (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dhkdf.c42 hkdf_sha512_expand(uint8_t *extract_key, uint8_t *info, uint_t info_len, argument
58 key.ck_data = extract_key;
89 uint8_t extract_key[SHA512_DIGEST_LENGTH]; local
92 extract_key);
96 ret = hkdf_sha512_expand(extract_key, info, info_len, output_key,
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dhkdf.c64 hkdf_sha512_expand(uint8_t *extract_key, uint8_t *info, uint_t info_len, argument
88 key.ck_data = extract_key;
158 uint8_t extract_key[SHA512_DIGEST_LENGTH]; local
161 extract_key);
165 ret = hkdf_sha512_expand(extract_key, info, info_len, output_key,

Completed in 84 milliseconds