Searched refs:c_form (Results 1 – 1 of 1) sorted by relevance
2568 struct rte_crypto_cipher_xform *c_form; in fill_sess_cipher() local2573 c_form = &xform->cipher; in fill_sess_cipher()2575 if (c_form->op == RTE_CRYPTO_CIPHER_OP_ENCRYPT) in fill_sess_cipher()2584 switch (c_form->algo) { in fill_sess_cipher()2638 c_form->algo); in fill_sess_cipher()2642 c_form->algo); in fill_sess_cipher()2646 if (c_form->key.length < cipher_key_len) { in fill_sess_cipher()2648 (unsigned long) c_form->key.length); in fill_sess_cipher()2655 sess->iv_offset = c_form->iv.offset; in fill_sess_cipher()2656 sess->iv_length = c_form->iv.length; in fill_sess_cipher()[all …]