Searched refs:tmp_cb (Results 1 – 2 of 2) sorted by relevance
181 T tmp_cb = glm::cos(roll); local185 Result[0][0] = tmp_ch * tmp_cb + tmp_sh * tmp_sp * tmp_sb;187 Result[0][2] = -tmp_sh * tmp_cb + tmp_ch * tmp_sp * tmp_sb;189 Result[1][0] = -tmp_ch * tmp_sb + tmp_sh * tmp_sp * tmp_cb;190 Result[1][1] = tmp_cb * tmp_cp;191 Result[1][2] = tmp_sb * tmp_sh + tmp_ch * tmp_sp * tmp_cb;216 T tmp_cb = glm::cos(roll); local220 Result[0][0] = tmp_ch * tmp_cb + tmp_sh * tmp_sp * tmp_sb;222 Result[0][2] = -tmp_sh * tmp_cb + tmp_ch * tmp_sp * tmp_sb;224 Result[1][0] = -tmp_ch * tmp_sb + tmp_sh * tmp_sp * tmp_cb;[all …]
363 struct teap_tlv_crypto_binding *tmp_cb; in eap_teap_compound_mac() local382 tmp_cb = (struct teap_tlv_crypto_binding *) buffer; in eap_teap_compound_mac()383 os_memset(tmp_cb->emsk_compound_mac, 0, EAP_TEAP_COMPOUND_MAC_LEN); in eap_teap_compound_mac()384 os_memset(tmp_cb->msk_compound_mac, 0, EAP_TEAP_COMPOUND_MAC_LEN); in eap_teap_compound_mac()