Lines Matching defs:cipher_stop
823 u_int cipher_start, cipher_stop;
979 cipher_stop = hash_size_in_response;
981 cipher_stop = 0;
1020 V_CPL_TX_SEC_PDU_CIPHERSTOP_HI(cipher_stop >> 4));
1022 V_CPL_TX_SEC_PDU_CIPHERSTOP_LO(cipher_stop & 0xf) |
1024 V_CPL_TX_SEC_PDU_AUTHSTOP(cipher_stop) |
1125 u_int aad_start, aad_stop, cipher_start, cipher_stop, auth_insert;
1268 cipher_stop = hash_size_in_response;
1270 cipher_stop = 0;
1320 V_CPL_TX_SEC_PDU_AUTHSTOP(cipher_stop) |
1455 u_int aad_start, aad_stop, cipher_start, cipher_stop, auth_insert;
1615 cipher_stop = hash_size_in_response;
1617 cipher_stop = 0;
1667 V_CPL_TX_SEC_PDU_AUTHSTOP(cipher_stop) |