Searched refs:fw6_pld (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/crypto/chelsio/ |
| H A D | chcr_core.c | 152 struct cpl_fw6_pld *fw6_pld; in cpl_fw6_pld_handler() local 156 fw6_pld = (struct cpl_fw6_pld *)input; in cpl_fw6_pld_handler() 158 fw6_pld->data[1]); in cpl_fw6_pld_handler() 161 ntohl(*(__be32 *)((unsigned char *)&fw6_pld->data[0] + 4)); in cpl_fw6_pld_handler()
|
| H A D | chcr_algo.c | 175 struct cpl_fw6_pld *fw6_pld; in chcr_verify_tag() local 178 fw6_pld = (struct cpl_fw6_pld *)input; in chcr_verify_tag() 181 cmp = crypto_memneq(&fw6_pld->data[2], (fw6_pld + 1), authsize); in chcr_verify_tag() 187 cmp = crypto_memneq(temp, (fw6_pld + 1), authsize); in chcr_verify_tag() 1067 struct cpl_fw6_pld *fw6_pld, u8 *iv) in chcr_update_cipher_iv() argument 1088 memcpy(iv, &fw6_pld->data[2], AES_BLOCK_SIZE); in chcr_update_cipher_iv() 1101 struct cpl_fw6_pld *fw6_pld, u8 *iv) in chcr_final_cipher_iv() argument 1120 memcpy(iv, &fw6_pld->data[2], AES_BLOCK_SIZE); in chcr_final_cipher_iv() 1132 struct cpl_fw6_pld *fw6_pld = (struct cpl_fw6_pld *)input; in chcr_handle_cipher_resp() local 1147 err = chcr_final_cipher_iv(req, fw6_pld, req->iv); in chcr_handle_cipher_resp() [all …]
|