Searched refs:cipher_stop (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/dev/cxgbe/crypto/ |
| H A D | t4_crypto.c | 825 u_int cipher_start, cipher_stop; in ccr_eta() 981 cipher_stop = hash_size_in_response; in ccr_eta() 983 cipher_stop = 0; in ccr_eta() 1022 V_CPL_TX_SEC_PDU_CIPHERSTOP_HI(cipher_stop >> 4)); in ccr_eta() 1024 V_CPL_TX_SEC_PDU_CIPHERSTOP_LO(cipher_stop & 0xf) | in ccr_eta() 1026 V_CPL_TX_SEC_PDU_AUTHSTOP(cipher_stop) | in ccr_eta() 1127 u_int aad_start, aad_stop, cipher_start, cipher_stop, auth_insert; in ccr_gcm() 1270 cipher_stop = hash_size_in_response; in ccr_gcm() 1272 cipher_stop = 0; in ccr_gcm() 1322 V_CPL_TX_SEC_PDU_AUTHSTOP(cipher_stop) | in ccr_gcm() 823 u_int cipher_start, cipher_stop; ccr_eta() local 1125 u_int aad_start, aad_stop, cipher_start, cipher_stop, auth_insert; ccr_gcm() local 1455 u_int aad_start, aad_stop, cipher_start, cipher_stop, auth_insert; ccr_ccm() local [all...] |
| H A D | t7_kern_tls.c | 1261 u_int cipher_start, cipher_stop, iv_offset; in ktls_write_tls_wr() local 1617 cipher_stop = 0; in ktls_write_tls_wr() 1672 cipher_stop = 0; in ktls_write_tls_wr() 1711 cipher_stop = 0; in ktls_write_tls_wr() 1716 cipher_stop = 0; in ktls_write_tls_wr() 1744 V_CPL_TX_SEC_PDU_CIPHERSTOP_HI(cipher_stop >> 4)); in ktls_write_tls_wr() 1746 V_CPL_TX_SEC_PDU_CIPHERSTOP_LO(cipher_stop & 0xf) | in ktls_write_tls_wr()
|
| H A D | t6_kern_tls.c | 1330 u_int cipher_start, cipher_stop, iv_offset; in ktls_write_tls_wr() local 1669 cipher_stop = 0; in ktls_write_tls_wr() 1693 cipher_stop = 0; in ktls_write_tls_wr() 1698 cipher_stop = 0; in ktls_write_tls_wr() 1723 V_CPL_TX_SEC_PDU_CIPHERSTOP_HI(cipher_stop >> 4)); in ktls_write_tls_wr() 1725 V_CPL_TX_SEC_PDU_CIPHERSTOP_LO(cipher_stop & 0xf) | in ktls_write_tls_wr()
|