Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dhkdf.c72 uint_t i, T_len = 0, pos = 0; in hkdf_sha512_expand() local
110 T_cd.cd_length = T_len; in hkdf_sha512_expand()
129 T_len = SHA512_DIGEST_LENGTH; in hkdf_sha512_expand()
130 T_cd.cd_length = T_len; in hkdf_sha512_expand()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dhkdf.c47 uint_t i, T_len = 0, pos = 0; in hkdf_sha512_expand() local
64 crypto_mac_update(&ctx, T, T_len); in hkdf_sha512_expand()