Home
last modified time | relevance | path

Searched refs:output_key (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dhkdf.c84 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 Dhkdf.c153 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 Dhkdf.h27 uint_t salt_len, uint8_t *info, uint_t info_len, uint8_t *output_key,
/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dfast.h91 const krb5_keyblock *existing_key, krb5_keyblock *output_key);