Home
last modified time | relevance | path

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

/openbsd/src/sbin/isakmpd/
Dike_main_mode.c83 msg->exchange->flags |= EXCHANGE_FLAG_ENCRYPT; in initiator_send_ID_AUTH()
115 msg->exchange->flags |= EXCHANGE_FLAG_ENCRYPT; in responder_send_ID_AUTH()
Dike_aggressive.c108 msg->exchange->flags |= EXCHANGE_FLAG_ENCRYPT; in initiator_send_AUTH()
Dexchange.h219 #define EXCHANGE_FLAG_ENCRYPT 0x0004 macro
Dmessage.c1504 msg->exchange->flags |= EXCHANGE_FLAG_ENCRYPT; in message_recv()
1558 exchange->flags & EXCHANGE_FLAG_ENCRYPT) { in message_send()
1564 exchange->flags |= EXCHANGE_FLAG_ENCRYPT; in message_send()
Dexchange.c381 if (exchange->flags & EXCHANGE_FLAG_ENCRYPT) in exchange_run()
920 exchange->flags |= EXCHANGE_FLAG_ENCRYPT; in exchange_establish_p2()
Dipsec.c1812 if ((msg->exchange->flags & EXCHANGE_FLAG_ENCRYPT) in ipsec_handle_leftover_payload()