/openbsd-src/sbin/isakmpd/ |
H A D | exchange.h | 54 struct exchange { struct 61 /* A name of the SAs this exchange will result in. XXX non unique? */ argument 71 * A function with a polymorphic argument called after the exchange argument 76 void (*finalize)(struct exchange *, void *, int); argument 84 * run the exchange and which will trigger auto-destruction. argument 97 /* The exchange type we are using. */ argument 103 /* The "step counter" of the exchange, starting from zero. */ argument 112 /* The DOI that is to handle DOI-specific issues for this exchange. */ argument 117 * for this exchange. argument 129 * remove it from the queue, when the exchange is deleted. argument [all …]
|
H A D | exchange.c | 81 LIST_HEAD(exchange_list, exchange) *exchange_tab; in LIST_HEAD() argument 166 exchange_script(struct exchange *exchange) in exchange_script() 196 struct exchange *exchange = msg->exchange; in exchange_validate() local 237 struct exchange *exchange = msg->exchange; in exchange_handle_leftover_payloads() local 269 struct exchange *exchange = msg->exchange; in exchange_run() local 431 struct exchange *exchange; in exchange_lookup_from_icookie() local 448 struct exchange *exchange; in exchange_lookup_by_name() local 481 struct exchange *exchange; in exchange_lookup_active() local 512 exchange_enter(struct exchange *exchange) in exchange_enter() 542 struct exchange *exchange; in exchange_lookup() local [all …]
|
H A D | ike_auth.c | 338 pre_shared_gen_skeyid(struct exchange *exchange, size_t *sz) in pre_shared_gen_skeyid() 435 sig_gen_skeyid(struct exchange *exchange, size_t *sz) in sig_gen_skeyid() 487 enc_gen_skeyid(struct exchange *exchange, size_t *sz) in enc_gen_skeyid() 520 struct exchange *exchange = msg->exchange; in pre_shared_decode_hash() local 561 struct exchange *exchange = msg->exchange; in rsa_sig_decode_hash() local 819 struct exchange *exchange = msg->exchange; in pre_shared_encode_hash() local 844 struct exchange *exchange = msg->exchange; in rsa_sig_encode_hash() local 1078 ike_auth_hash(struct exchange *exchange, u_int8_t *buf) in ike_auth_hash()
|
H A D | ike_phase_1.c | 72 struct exchange *exchange = msg->exchange; in ike_phase_1_initiator_send_SA() local 395 struct exchange *exchange = msg->exchange; in ike_phase_1_initiator_recv_SA() local 462 struct exchange *exchange = msg->exchange; in ike_phase_1_responder_recv_SA() local 602 struct exchange *exchange = msg->exchange; in ike_phase_1_post_exchange_KE_NONCE() local 788 struct exchange *exchange = msg->exchange; in ike_phase_1_send_ID() local 952 struct exchange *exchange = msg->exchange; in ike_phase_1_send_AUTH() local 985 struct exchange *exchange = msg->exchange; in ike_phase_1_recv_ID() local 1106 struct exchange *exchange = msg->exchange; in ike_phase_1_recv_AUTH() local 1175 ike_phase_1_validate_prop(struct exchange *exchange, struct sa *sa, in ike_phase_1_validate_prop()
|
H A D | ike_quick_mode.c | 91 check_policy(struct exchange *exchange, struct sa *sa, struct sa *isakmp_sa) in check_policy() 388 struct exchange *exchange = msg->exchange; in initiator_send_HASH_SA_NONCE() local 1039 struct exchange *exchange = msg->exchange; in initiator_recv_HASH_SA_NONCE() local 1297 struct exchange *exchange = msg->exchange; in initiator_send_HASH() local 1357 struct exchange *exchange = msg->exchange; in post_quick_mode() local 1493 struct exchange *exchange = msg->exchange; in responder_recv_HASH_SA_NONCE() local 1814 struct exchange *exchange = msg->exchange; in responder_send_HASH_SA_NONCE() local 1935 struct exchange *exchange = msg->exchange; in gen_g_xy() local 1958 struct exchange *exchange = msg->exchange; in responder_recv_HASH() local
|
H A D | message.c | 774 struct exchange *exchange = msg->exchange; in message_validate_id() local 798 struct exchange *exchange = msg->exchange; in message_validate_key_exch() local 821 struct exchange *exchange = msg->exchange; in message_validate_nat_d() local 847 struct exchange *exchange = msg->exchange; in message_validate_nat_oa() local 994 struct exchange *exchange = msg->exchange; in message_validate_sa() local 1541 struct exchange *exchange = msg->exchange; in message_send() local 1602 message_setup_header(struct message *msg, u_int8_t exchange, u_int8_t flags, in message_setup_header() 1981 struct exchange *exchange = msg->exchange; in message_encrypt() local 2036 struct exchange *exchange = msg->exchange; in message_check_duplicate() local 2104 message_negotiate_sa(struct message *msg, int (*validate)(struct exchange *, in message_negotiate_sa() [all …]
|
H A D | ipsec.c | 314 ipsec_sa_tag(struct exchange *exchange, struct sa *sa, struct sa *isakmp_sa) in ipsec_sa_tag() 391 ipsec_sa_iface(struct exchange *exchange, struct sa *sa, struct sa *isakmp_sa) in ipsec_sa_iface() 421 struct exchange *exchange = msg->exchange; in ipsec_finalize_exchange() local 937 size_t sz, struct exchange *exchange) in ipsec_validate_id_information() 1063 struct exchange *exchange = msg->exchange; in ipsec_initiator() local 1169 struct exchange *exchange = msg->exchange; in ipsec_responder() local 1417 struct exchange *exchange = msg->exchange; in ipsec_decode_attribute() local 1649 struct exchange *exchange = msg->exchange; in ipsec_g_x() local 1673 struct exchange *exchange = msg->exchange; in ipsec_gen_g_x() local 1700 struct exchange *exchange = msg->exchange; in ipsec_save_g_x() local [all …]
|
H A D | dh.c | 333 dh_create_shared(struct group *group, u_int8_t *secret, u_int8_t *exchange) in dh_create_shared() 396 modp_create_shared(struct group *group, u_int8_t *secret, u_int8_t *exchange) in modp_create_shared() 468 ec_create_shared(struct group *group, u_int8_t *secret, u_int8_t *exchange) in ec_create_shared()
|
H A D | cookie.c | 54 cookie_gen(struct transport *t, struct exchange *exchange, u_int8_t *buf, in cookie_gen()
|
H A D | dnssec.c | 66 struct exchange *exchange = msg->exchange; in dns_get_key() local
|
H A D | dh.h | 47 int (*exchange)(struct group *, u_int8_t *); member
|
H A D | message.h | 103 struct exchange *exchange; member
|
H A D | isakmp_doi.c | 165 size_t sz, struct exchange *exchange) in isakmp_validate_id_information()
|
H A D | transport.c | 258 struct exchange *exchange; in transport_send_messages() local
|
/openbsd-src/sbin/iked/ |
H A D | dh.c | 408 dh_create_shared(struct dh_group *group, struct ibuf **secretp, struct ibuf *exchange) in dh_create_shared() 485 modp_create_shared(struct dh_group *group, uint8_t *secret, uint8_t *exchange) in modp_create_shared() 557 ec_create_shared(struct dh_group *group, uint8_t *secret, uint8_t *exchange) in ec_create_shared() 835 struct ibuf *exchange) in kemsx_create_shared2()
|
H A D | ikev2_msg.c | 277 uint8_t exchange, flags; in ikev2_msg_send() local 749 uint8_t exchange, uint8_t firstpayload, int response) in ikev2_msg_send_encrypt() argument 814 struct ibuf *in, uint8_t exchange, uint8_ in ikev2_send_encrypted_fragments() argument 1264 ikev2_msg_lookup(struct iked * env,struct iked_msgqueue * queue,struct iked_message * msg,uint8_t exchange) ikev2_msg_lookup() argument [all...] |
H A D | dh.h | 51 int (*exchange)(struct dh_group *, uint8_t *); member
|
/openbsd-src/gnu/llvm/libcxx/include/__utility/ |
H A D | exchange.h | 27 _T1 exchange(_T1& __obj, _T2&& __new_value) in exchange() function
|
/openbsd-src/regress/sbin/iked/parser/ |
H A D | common.c | 70 uint8_t firstpayload, uint8_t exchange, int response) in ikev2_send_ike_e() 220 struct iked_message *msg, uint8_t exchange) in ikev2_msg_lookup()
|
/openbsd-src/gnu/usr.bin/cvs/lib/ |
H A D | getopt.c | 226 exchange (argv) in exchange() function
|
/openbsd-src/gnu/usr.sbin/mkhybrid/src/ |
H A D | getopt.c | 233 exchange (argv) in exchange() function
|
/openbsd-src/gnu/lib/libiberty/src/ |
H A D | getopt.c | 317 exchange (char **argv) in exchange() function
|
/openbsd-src/usr.sbin/smtpd/ |
H A D | unpack_dns.h | 58 char exchange[MAXDNAME]; member
|
/openbsd-src/regress/lib/libc/asr/bin/ |
H A D | common.h | 103 char exchange[MAXDNAME]; member
|
/openbsd-src/gnu/usr.bin/texinfo/lib/ |
H A D | getopt.c | 172 exchange (char **argv, struct _getopt_data *d) in exchange() function
|