Searched defs:qat_alg_skcipher_ctx (Results 1 – 1 of 1) sorted by relevance
71 struct qat_alg_skcipher_ctx { struct72 struct icp_qat_hw_cipher_algo_blk *enc_cd;73 struct icp_qat_hw_cipher_algo_blk *dec_cd;74 dma_addr_t enc_cd_paddr;75 dma_addr_t dec_cd_paddr;76 struct icp_qat_fw_la_bulk_req enc_fw_req;77 struct icp_qat_fw_la_bulk_req dec_fw_req;78 struct qat_crypto_instance *inst;79 struct crypto_skcipher *ftfm;80 bool fallback;