Searched refs:km_len (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | hkdf.c | 27 uint_t km_len, uint8_t *out_buf) in hkdf_sha512_extract() argument 36 crypto_mac(&key, key_material, km_len, out_buf, SHA512_DIGEST_LENGTH); in hkdf_sha512_extract() 84 hkdf_sha512(uint8_t *key_material, uint_t km_len, uint8_t *salt, in hkdf_sha512() argument 91 ret = hkdf_sha512_extract(salt, salt_len, key_material, km_len, in hkdf_sha512()
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | hkdf.c | 26 uint_t km_len, uint8_t *out_buf) in hkdf_sha512_extract() argument 46 input_cd.cd_length = km_len; in hkdf_sha512_extract() 153 hkdf_sha512(uint8_t *key_material, uint_t km_len, uint8_t *salt, in hkdf_sha512() argument 160 ret = hkdf_sha512_extract(salt, salt_len, key_material, km_len, in hkdf_sha512()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | hkdf.h | 25 int hkdf_sha512(uint8_t *key_material, uint_t km_len, uint8_t *salt,
|