Searched defs:qat_alg_skcipher_ctx (Results 1 – 1 of 1) sorted by relevance
82 struct qat_alg_skcipher_ctx { struct83 struct icp_qat_hw_cipher_algo_blk *enc_cd;84 struct icp_qat_hw_cipher_algo_blk *dec_cd;85 dma_addr_t enc_cd_paddr;86 dma_addr_t dec_cd_paddr;87 struct icp_qat_fw_la_bulk_req enc_fw_req;88 struct icp_qat_fw_la_bulk_req dec_fw_req;89 struct qat_crypto_instance *inst;90 struct crypto_skcipher *ftfm;91 struct crypto_cipher *tweak;[all …]