Searched refs:T_cd (Results 1 – 1 of 1) sorted by relevance
73 crypto_data_t T_cd, info_cd, c_cd; in hkdf_sha512_expand() local93 T_cd.cd_format = CRYPTO_DATA_RAW; in hkdf_sha512_expand()94 T_cd.cd_offset = 0; in hkdf_sha512_expand()95 T_cd.cd_raw.iov_base = (char *)T; in hkdf_sha512_expand()112 T_cd.cd_length = T_len; in hkdf_sha512_expand()113 T_cd.cd_raw.iov_len = T_cd.cd_length; in hkdf_sha512_expand()119 ret = crypto_mac_update(ctx, &T_cd, NULL); in hkdf_sha512_expand()132 T_cd.cd_length = T_len; in hkdf_sha512_expand()133 T_cd.cd_raw.iov_len = T_cd.cd_length; in hkdf_sha512_expand()135 ret = crypto_mac_final(ctx, &T_cd, NULL); in hkdf_sha512_expand()