Home
last modified time | relevance | path

Searched refs:cipher_ofs (Results 1 – 1 of 1) sorted by relevance

/dpdk/drivers/crypto/qat/dev/
H A Dqat_crypto_pmd_gens.h223 uint32_t cipher_len = 0, cipher_ofs = 0; in qat_sym_convert_op_to_vec_cipher() local
231 cipher_ofs = op->sym->cipher.data.offset >> 3; in qat_sym_convert_op_to_vec_cipher()
241 cipher_ofs = op->sym->cipher.data.offset; in qat_sym_convert_op_to_vec_cipher()
244 cipher_ofs = op->sym->cipher.data.offset; in qat_sym_convert_op_to_vec_cipher()
373 uint32_t cipher_len = 0, cipher_ofs = 0; in qat_sym_convert_op_to_vec_chain() local
399 cipher_ofs = op->sym->aead.data.offset >> 3; in qat_sym_convert_op_to_vec_chain()
403 cipher_ofs = op->sym->aead.data.offset; in qat_sym_convert_op_to_vec_chain()
429 min_ofs = cipher_ofs < auth_ofs ? cipher_ofs : auth_ofs; in qat_sym_convert_op_to_vec_chain()
487 ofs.ofs.cipher.head = cipher_ofs; in qat_sym_convert_op_to_vec_chain()
503 uint32_t cipher_len = 0, cipher_ofs = 0; in qat_sym_convert_op_to_vec_aead() local
[all …]