Home
last modified time | relevance | path

Searched refs:is_auth (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_cryptodev_blockcipher.c481 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 Dtest_cryptodev.h222 struct rte_crypto_op *op, uint8_t is_cipher, uint8_t is_auth,
H A Dtest_cryptodev.c182 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 Dip_sync.c384 ips->is_auth = htons(ips->is_auth);
401 ips->is_auth = ntohs(ips->is_auth);
H A Dip_state.h64 u_short is_auth; /* authentication options set */ member
H A Dip_state.c1462 is->is_auth = fin->fin_auth;
2585 ((fin->fin_auth & is->is_authmsk) != is->is_auth)) {