Lines Matching defs:encrypted
139 int encrypted;
143 encrypted = ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E);
147 if (encrypted) {
180 if (encrypted) {
262 /* make sure the packet was encrypted after the beginning of phase 1. */
274 "%s message must be encrypted\n",
295 msgid, encrypted);
300 msgid, encrypted);
331 isakmp_info_recv_n(iph1, notify, msgid, encrypted)
335 int encrypted;
355 if (encrypted)
361 if (encrypted)
366 if (encrypted)
448 isakmp_info_recv_d(iph1, delete, msgid, encrypted)
452 int encrypted;
494 if(!iph1->rmconf->weak_phase1_check && !encrypted) {