Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/cxgbe/crypto/
HDt4_crypto.c645 op_type = CHCR_DECRYPT_OP; in ccr_cipher()
853 op_type = CHCR_DECRYPT_OP; in ccr_eta()
934 if (op_type == CHCR_DECRYPT_OP) in ccr_eta()
959 if (op_type == CHCR_DECRYPT_OP) { in ccr_eta()
978 if (op_type == CHCR_DECRYPT_OP) in ccr_eta()
982 if (op_type == CHCR_DECRYPT_OP) in ccr_eta()
1005 op_type == CHCR_DECRYPT_OP ? hash_size_in_response : 0, crp); in ccr_eta()
1091 if (op_type == CHCR_DECRYPT_OP) in ccr_eta()
1148 op_type = CHCR_DECRYPT_OP; in ccr_gcm()
1223 if (op_type == CHCR_DECRYPT_OP) in ccr_gcm()
[all …]
HDt4_crypto.h134 #define CHCR_DECRYPT_OP 1 macro