Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dhkdf.c71 crypto_data_t T_cd, info_cd, c_cd; in hkdf_sha512_expand() local
91 T_cd.cd_format = CRYPTO_DATA_RAW; in hkdf_sha512_expand()
92 T_cd.cd_offset = 0; in hkdf_sha512_expand()
93 T_cd.cd_raw.iov_base = (char *)T; in hkdf_sha512_expand()
110 T_cd.cd_length = T_len; in hkdf_sha512_expand()
111 T_cd.cd_raw.iov_len = T_cd.cd_length; in hkdf_sha512_expand()
117 ret = crypto_mac_update(ctx, &T_cd, NULL); in hkdf_sha512_expand()
130 T_cd.cd_length = T_len; in hkdf_sha512_expand()
131 T_cd.cd_raw.iov_len = T_cd.cd_length; in hkdf_sha512_expand()
133 ret = crypto_mac_final(ctx, &T_cd, NULL); in hkdf_sha512_expand()