qat_hw17.c | 340 union hw_cipher_algo_blk *cipher, uint32_t cd_blk_offset, 353 cipher_cd_ctrl->cipher_cfg_offset = cd_blk_offset >> 3; 363 union hw_auth_algo_blk *auth, uint32_t cd_blk_offset, 376 auth_cd_ctrl->hash_cfg_offset = cd_blk_offset >> 3; 428 uint32_t cd_blk_offset = 0; local in function:qat_hw17_crypto_setup_desc 444 cd_blk_offset); 445 cd_blk_offset += qat_hw17_crypto_setup_cipher_desc( 446 qs, desc, crie, cipher, cd_blk_offset, req_tmpl, 451 cd_blk_offset); 452 cd_blk_offset += qat_hw17_crypto_setup_auth_desc [all...] |