Searched refs:c_form (Results 1 – 2 of 2) sorted by relevance
1712 struct rte_crypto_cipher_xform *c_form; in fill_sess_cipher() local1717 c_form = &xform->cipher; in fill_sess_cipher()1719 if (c_form->op == RTE_CRYPTO_CIPHER_OP_ENCRYPT) in fill_sess_cipher()1734 switch (c_form->algo) { in fill_sess_cipher()1769 cipher_key_len = c_form->key.length; in fill_sess_cipher()1791 c_form->algo); in fill_sess_cipher()1795 if (c_form->key.length < cipher_key_len) { in fill_sess_cipher()1797 c_form->key.length); in fill_sess_cipher()1804 sess->iv_offset = c_form->iv.offset; in fill_sess_cipher()1805 sess->iv_length = c_form->iv.length; in fill_sess_cipher()[all …]
2641 struct rte_crypto_cipher_xform *c_form; in fill_sess_cipher() local2647 c_form = &xform->cipher; in fill_sess_cipher()2649 if (c_form->op == RTE_CRYPTO_CIPHER_OP_ENCRYPT) in fill_sess_cipher()2663 switch (c_form->algo) { in fill_sess_cipher()2717 c_form->algo); in fill_sess_cipher()2721 c_form->algo); in fill_sess_cipher()2725 if (c_form->key.length < cipher_key_len) { in fill_sess_cipher()2727 (unsigned long) c_form->key.length); in fill_sess_cipher()2734 sess->iv_offset = c_form->iv.offset; in fill_sess_cipher()2735 sess->iv_length = c_form->iv.length; in fill_sess_cipher()[all …]