Searched refs:is_auth (Results 1 – 5 of 5) sorted by relevance
| /dpdk/drivers/crypto/qat/ |
| H A D | qat_sym_session.h | 115 uint8_t is_auth; member
|
| H A D | qat_sym_session.c | 600 session->is_auth = 1; in qat_sym_session_handle_single_pass() 641 session->is_auth = 1; in qat_sym_session_configure_auth() 811 session->is_auth = 1; in qat_sym_session_configure_aead() 1444 if (session->is_auth) { in qat_sym_session_init_common_hdr()
|
| /dpdk/app/test/ |
| H A D | test_cryptodev.h | 239 struct rte_crypto_op *op, uint8_t is_cipher, uint8_t is_auth,
|
| H A D | test_cryptodev_blockcipher.c | 553 uint8_t is_cipher = 0, is_auth = 0; in test_blockcipher_one_case() local 557 is_auth = 1; in test_blockcipher_one_case() 559 process_sym_raw_dp_op(dev_id, 0, op, is_cipher, is_auth, 0, in test_blockcipher_one_case()
|
| H A D | test_cryptodev.c | 190 struct rte_crypto_op *op, uint8_t is_cipher, uint8_t is_auth, in process_sym_raw_dp_op() argument 256 if (is_cipher && is_auth) { in process_sym_raw_dp_op() 322 } else if (is_auth) { in process_sym_raw_dp_op()
|