Searched refs:is_cipher (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_cryptodev_blockcipher.c | 481 uint8_t is_cipher = 0, is_auth = 0; in test_blockcipher_one_case() local 483 is_cipher = 1; in test_blockcipher_one_case() 487 process_sym_raw_dp_op(dev_id, 0, op, is_cipher, is_auth, 0, in test_blockcipher_one_case()
|
| H A D | test_cryptodev.h | 222 struct rte_crypto_op *op, uint8_t is_cipher, uint8_t is_auth,
|
| H A D | test_cryptodev.c | 182 struct rte_crypto_op *op, uint8_t is_cipher, uint8_t is_auth, in process_sym_raw_dp_op() argument 241 if (is_cipher && is_auth) { in process_sym_raw_dp_op() 268 } else if (is_cipher) { in process_sym_raw_dp_op()
|