Searched refs:is_auth (Results 1 – 6 of 6) 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 485 is_auth = 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() 282 } else if (is_auth) { in process_sym_raw_dp_op()
|
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_sync.c | 384 ips->is_auth = htons(ips->is_auth); 401 ips->is_auth = ntohs(ips->is_auth);
|
| H A D | ip_state.h | 64 u_short is_auth; /* authentication options set */ member
|
| H A D | ip_state.c | 1462 is->is_auth = fin->fin_auth; 2585 ((fin->fin_auth & is->is_authmsk) != is->is_auth)) {
|