Home
last modified time | relevance | path

Searched refs:r_cookie (Results 1 – 22 of 22) sorted by relevance

/dports/net/mpich2/mpich2-1.5/src/mpid/ch3/channels/nemesis/include/
H A Dmpidi_ch3_impl.h58 int MPID_nem_lmt_shm_start_send(MPIDI_VC_t *vc, MPID_Request *req, MPID_IOV r_cookie);
66 int MPID_nem_lmt_dma_start_send(MPIDI_VC_t *vc, MPID_Request *req, MPID_IOV r_cookie);
74 int MPID_nem_lmt_vmsplice_start_send(MPIDI_VC_t *vc, MPID_Request *req, MPID_IOV r_cookie);
139 int (* lmt_start_send)(struct MPIDI_VC *vc, struct MPID_Request *sreq, MPID_IOV r_cookie);
/dports/net/mpich2/mpich2-1.5/src/mpid/ch3/channels/nemesis/netmod/gm/
H A Dgm_lmt.c110 MPID_nem_gm_lmt_start_send (MPIDI_VC_t *dest, struct iovec s_cookie, struct iovec r_cookie, int *co… in MPID_nem_gm_lmt_start_send() argument
117 MPID_nem_gm_lmt_start_recv (MPIDI_VC_t *src_vc, struct iovec s_cookie, struct iovec r_cookie, int *… in MPID_nem_gm_lmt_start_recv() argument
129 r_iov = r_cookie.iov_base; in MPID_nem_gm_lmt_start_recv()
130 r_n_iov = r_cookie.iov_len / sizeof (struct iovec); in MPID_nem_gm_lmt_start_recv()
H A Dgm_impl.h61 int MPID_nem_gm_lmt_start_send (MPIDI_VC_t *dest, struct iovec s_cookie, struct iovec r_cookie, int…
62 int MPID_nem_gm_lmt_start_recv (MPIDI_VC_t *src, struct iovec s_cookie, struct iovec r_cookie, int …
/dports/security/fiked/fiked-0.0.5/
H A Dike.c536 memcpy(r->r_cookie, ctx->r_cookie, ISAKMP_COOKIE_LENGTH); in ike_do_phase2_xauth_begin()
618 memcpy(r->r_cookie, ctx->r_cookie, ISAKMP_COOKIE_LENGTH); in ike_do_phase2_xauth()
810 gcry_create_nonce(ctx->r_cookie, ISAKMP_COOKIE_LENGTH); in ike_do_phase1()
820 memcpy(r->r_cookie, ctx->r_cookie, ISAKMP_COOKIE_LENGTH); in ike_do_phase1()
882 gcry_md_write(md_ctx, ctx->r_cookie, ISAKMP_COOKIE_LENGTH); in ike_do_phase1()
895 gcry_md_write(md_ctx, ctx->r_cookie, ISAKMP_COOKIE_LENGTH); in ike_do_phase1()
908 gcry_md_write(md_ctx, ctx->r_cookie, ISAKMP_COOKIE_LENGTH); in ike_do_phase1()
949 gcry_md_write(i_hash_ctx, ctx->r_cookie, ISAKMP_COOKIE_LENGTH); in ike_do_phase1()
963 gcry_md_write(r_hash_ctx, ctx->r_cookie, ISAKMP_COOKIE_LENGTH); in ike_do_phase1()
H A Dpeer_ctx.h91 uint8_t r_cookie[ISAKMP_COOKIE_LENGTH]; member
/dports/net/mpich/mpich-3.4.3/src/mpid/ch3/channels/nemesis/include/
H A Dmpidi_ch3_impl.h59 int MPID_nem_lmt_shm_start_send(MPIDI_VC_t *vc, MPIR_Request *req, struct iovec r_cookie);
67 int MPID_nem_lmt_dma_start_send(MPIDI_VC_t *vc, MPIR_Request *req, struct iovec r_cookie);
75 int MPID_nem_lmt_vmsplice_start_send(MPIDI_VC_t *vc, MPIR_Request *req, struct iovec r_cookie);
H A Dmpidi_ch3_pre.h126 int (* lmt_start_send)(struct MPIDI_VC *vc, struct MPIR_Request *sreq, struct iovec r_cookie);
/dports/net/mpich2/mpich2-1.5/src/mpid/ch3/channels/nemesis/netmod/wintcp/
H A Dwintcp_lmt.c58 …_pre_recv (MPIDI_VC_t *vc, MPID_Request *req, MPID_IOV s_cookie, MPID_IOV *r_cookie, int *send_cts) in MPID_nem_tcp_module_lmt_pre_recv() argument
108 r_cookie->MPID_IOV_BUF = vc_ch->net.tcp.lmt_cookie; in MPID_nem_tcp_module_lmt_pre_recv()
109 r_cookie->MPID_IOV_LEN = len; in MPID_nem_tcp_module_lmt_pre_recv()
124 int MPID_nem_tcp_module_lmt_start_send (MPIDI_VC_t *vc, MPID_Request *req, MPID_IOV r_cookie) in MPID_nem_tcp_module_lmt_start_send() argument
143 mpi_errno = read_r_cookie (r_cookie, &r_hostname, &r_port, &r_len); in MPID_nem_tcp_module_lmt_start_send()
472 typedef struct r_cookie struct
/dports/net/mpich2/mpich2-1.5/src/mpid/ch3/channels/nemesis/netmod/elan/
H A Delan_impl.h39 int MPID_nem_elan_lmt_start_send (MPIDI_VC_t *dest, struct iovec s_cookie, struct iovec r_cookie, …
40 int MPID_nem_elan_lmt_start_recv (MPIDI_VC_t *src, struct iovec s_cookie, struct iovec r_cookie, i…
/dports/net/mpich2/mpich2-1.5/src/mpid/ch3/channels/nemesis/src/
H A Dmpid_nem_lmt_shm.c243 int MPID_nem_lmt_shm_start_send(MPIDI_VC_t *vc, MPID_Request *req, MPID_IOV r_cookie) in MPID_nem_lmt_shm_start_send() argument
256 … = MPIU_SHMW_Hnd_deserialize(vc_ch->lmt_copy_buf_handle, r_cookie.MPID_IOV_BUF, strlen(r_cookie.MP… in MPID_nem_lmt_shm_start_send()
267 if (strncmp(ser_lmt_copy_buf_handle, r_cookie.MPID_IOV_BUF, r_cookie.MPID_IOV_LEN) < 0){ in MPID_nem_lmt_shm_start_send()
278 … = MPIU_SHMW_Hnd_deserialize(vc_ch->lmt_copy_buf_handle, r_cookie.MPID_IOV_BUF, strlen(r_cookie.MP… in MPID_nem_lmt_shm_start_send()
H A Dmpid_nem_lmt.c545 MPID_IOV r_cookie; in do_send() local
551 r_cookie = sreq->ch.lmt_tmp_cookie; in do_send()
554 mpi_errno = VC_CH(vc)->lmt_start_send(vc, sreq, r_cookie); in do_send()
H A Dmpid_nem_lmt_vmsplice.c377 int MPID_nem_lmt_vmsplice_start_send(MPIDI_VC_t *vc, MPID_Request *sreq, MPID_IOV r_cookie) in MPID_nem_lmt_vmsplice_start_send() argument
H A Dmpid_nem_lmt_dma.c665 int MPID_nem_lmt_dma_start_send(MPIDI_VC_t *vc, MPID_Request *req, MPID_IOV r_cookie) in MPID_nem_lmt_dma_start_send() argument
/dports/net/mpich/mpich-3.4.3/src/mpid/ch3/channels/nemesis/src/
H A Dmpid_nem_lmt_shm.c230 int MPID_nem_lmt_shm_start_send(MPIDI_VC_t *vc, MPIR_Request *req, struct iovec r_cookie) in MPID_nem_lmt_shm_start_send() argument
243 …rrno = MPL_shm_hnd_deserialize(vc_ch->lmt_copy_buf_handle, r_cookie.iov_base, strlen(r_cookie.iov_… in MPID_nem_lmt_shm_start_send()
254 if (strncmp(ser_lmt_copy_buf_handle, r_cookie.iov_base, r_cookie.iov_len) < 0){ in MPID_nem_lmt_shm_start_send()
265 …rrno = MPL_shm_hnd_deserialize(vc_ch->lmt_copy_buf_handle, r_cookie.iov_base, strlen(r_cookie.iov_… in MPID_nem_lmt_shm_start_send()
H A Dmpid_nem_lmt.c545 struct iovec r_cookie; in do_send() local
551 r_cookie = sreq->ch.lmt_tmp_cookie; in do_send()
554 mpi_errno = vc->ch.lmt_start_send(vc, sreq, r_cookie); in do_send()
/dports/security/vpnc/vpnc-0.5.3/
H A Dtunip.h82 uint8_t r_cookie[ISAKMP_COOKIE_LENGTH]; member
H A Dvpnc.c659 memcpy(p->r_cookie, s->ike.r_cookie, ISAKMP_COOKIE_LENGTH); in phase2_authpacket()
748 memcpy(p->r_cookie, s->ike.r_cookie, ISAKMP_COOKIE_LENGTH); in send_phase2_late()
1330 memcpy(s->ike.r_cookie, r->r_cookie, ISAKMP_COOKIE_LENGTH); in do_phase1_am()
1702 gcry_md_write(hm, s->ike.r_cookie, ISAKMP_COOKIE_LENGTH); in do_phase1_am()
1840 gcry_md_write(hm, s->ike.r_cookie, ISAKMP_COOKIE_LENGTH); in do_phase1_am()
1882 gcry_md_write(hm, s->ike.r_cookie, ISAKMP_COOKIE_LENGTH); in do_phase1_am()
1896 gcry_md_write(hm, s->ike.r_cookie, ISAKMP_COOKIE_LENGTH); in do_phase1_am()
1910 gcry_md_write(hm, s->ike.r_cookie, ISAKMP_COOKIE_LENGTH); in do_phase1_am()
1989 memcpy(p2->r_cookie, s->ike.r_cookie, ISAKMP_COOKIE_LENGTH); in do_phase1_am()
2019 s->ike.r_cookie, ISAKMP_COOKIE_LENGTH); in do_phase1_am()
[all …]
H A Disakmp-pkt.h121 uint8_t r_cookie[ISAKMP_COOKIE_LENGTH]; member
H A Disakmp-pkt.c251 flow_x(&f, p->r_cookie, ISAKMP_COOKIE_LENGTH); in flatten_isakmp_packet()
826 fetchn(r->r_cookie, ISAKMP_COOKIE_LENGTH); in parse_isakmp_packet()
827 hex_dump("r_cookie", r->r_cookie, ISAKMP_COOKIE_LENGTH, NULL); in parse_isakmp_packet()
/dports/security/fiked/fiked-0.0.5/vpnc/
H A Disakmp-pkt.h141 uint8_t r_cookie[ISAKMP_COOKIE_LENGTH]; member
H A Disakmp-pkt.c276 flow_x(&f, p->r_cookie, ISAKMP_COOKIE_LENGTH); in flatten_isakmp_packet()
775 fetchn(r->r_cookie, ISAKMP_COOKIE_LENGTH); in parse_isakmp_packet()
776 hex_dump("r_cookie", r->r_cookie, ISAKMP_COOKIE_LENGTH); in parse_isakmp_packet()
/dports/net/ipgrab/ipgrab-0.9.10/src/
H A Disakmp.c49 char r_cookie[8]; member
931 display("Responder cookie", (u_int8_t *) &isakmp.r_cookie, 8, DISP_HEX); in dump_isakmp()