Searched refs:output_key (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | hkdf.c | 84 uint_t salt_len, uint8_t *info, uint_t info_len, uint8_t *output_key, in hkdf_sha512() argument 95 ret = hkdf_sha512_expand(extract_key, info, info_len, output_key, in hkdf_sha512()
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | hkdf.c | 153 uint_t salt_len, uint8_t *info, uint_t info_len, uint8_t *output_key, in hkdf_sha512() argument 164 ret = hkdf_sha512_expand(extract_key, info, info_len, output_key, in hkdf_sha512()
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | hkdf.h | 27 uint_t salt_len, uint8_t *info, uint_t info_len, uint8_t *output_key,
|
/freebsd/crypto/krb5/src/lib/krb5/krb/ |
H A D | fast.h | 91 const krb5_keyblock *existing_key, krb5_keyblock *output_key);
|