Home
last modified time | relevance | path

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

/dpdk/drivers/crypto/cnxk/
H A Dcnxk_se.h1712 struct rte_crypto_cipher_xform *c_form; in fill_sess_cipher() local
1717 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 …]
/dpdk/drivers/common/cpt/
H A Dcpt_ucode.h2641 struct rte_crypto_cipher_xform *c_form; in fill_sess_cipher() local
2647 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 …]