Home
last modified time | relevance | path

Searched refs:fw6_pld (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/chelsio/
H A Dchcr_core.c152 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 Dchcr_algo.c180 struct cpl_fw6_pld *fw6_pld; in chcr_verify_tag() local
183 fw6_pld = (struct cpl_fw6_pld *)input; in chcr_verify_tag()
186 cmp = crypto_memneq(&fw6_pld->data[2], (fw6_pld + 1), authsize); in chcr_verify_tag()
192 cmp = crypto_memneq(temp, (fw6_pld + 1), authsize); in chcr_verify_tag()
1103 struct cpl_fw6_pld *fw6_pld, u8 *iv) in chcr_update_cipher_iv()
1124 memcpy(iv, &fw6_pld->data[2], AES_BLOCK_SIZE); in chcr_update_cipher_iv()
1137 struct cpl_fw6_pld *fw6_pld, u8 *iv) in chcr_final_cipher_iv()
1156 memcpy(iv, &fw6_pld->data[2], AES_BLOCK_SIZE); in chcr_final_cipher_iv()
1168 struct cpl_fw6_pld *fw6_pld in chcr_handle_cipher_resp() local
1102 chcr_update_cipher_iv(struct skcipher_request *req, struct cpl_fw6_pld *fw6_pld, u8 *iv) chcr_update_cipher_iv() argument
1136 chcr_final_cipher_iv(struct skcipher_request *req, struct cpl_fw6_pld *fw6_pld, u8 *iv) chcr_final_cipher_iv() argument
[all...]
/kernel/linux/linux-6.6/drivers/crypto/chelsio/
H A Dchcr_core.c152 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 Dchcr_algo.c176 struct cpl_fw6_pld *fw6_pld; in chcr_verify_tag() local
179 fw6_pld = (struct cpl_fw6_pld *)input; in chcr_verify_tag()
182 cmp = crypto_memneq(&fw6_pld->data[2], (fw6_pld + 1), authsize); in chcr_verify_tag()
188 cmp = crypto_memneq(temp, (fw6_pld + 1), authsize); in chcr_verify_tag()
1096 struct cpl_fw6_pld *fw6_pld, u8 *iv) in chcr_update_cipher_iv()
1117 memcpy(iv, &fw6_pld->data[2], AES_BLOCK_SIZE); in chcr_update_cipher_iv()
1130 struct cpl_fw6_pld *fw6_pld, u8 *iv) in chcr_final_cipher_iv()
1149 memcpy(iv, &fw6_pld->data[2], AES_BLOCK_SIZE); in chcr_final_cipher_iv()
1161 struct cpl_fw6_pld *fw6_pld in chcr_handle_cipher_resp() local
1095 chcr_update_cipher_iv(struct skcipher_request *req, struct cpl_fw6_pld *fw6_pld, u8 *iv) chcr_update_cipher_iv() argument
1129 chcr_final_cipher_iv(struct skcipher_request *req, struct cpl_fw6_pld *fw6_pld, u8 *iv) chcr_final_cipher_iv() argument
[all...]

Completed in 9 milliseconds