Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dhkdf.c71 uint_t i, T_len = 0, pos = 0; in hkdf_sha512_expand() local
108 T_cd.cd_length = T_len; in hkdf_sha512_expand()
127 T_len = SHA512_DIGEST_LENGTH; in hkdf_sha512_expand()
128 T_cd.cd_length = T_len; in hkdf_sha512_expand()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dhkdf.c46 uint_t i, T_len = 0, pos = 0; in hkdf_sha512_expand() local
62 crypto_mac_update(&ctx, T, T_len); in hkdf_sha512_expand()