Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/tls/
H A Dtlsv1_client.c169 u8 *msg = NULL, *in_msg = NULL, *in_pos, *in_end, alert, ct; in tlsv1_client_handshake() local
201 in_msg = os_malloc(in_len); in tlsv1_client_handshake()
202 if (in_msg == NULL) in tlsv1_client_handshake()
209 in_msg, &in_msg_len, &alert); in tlsv1_client_handshake()
230 os_free(in_msg); in tlsv1_client_handshake()
237 in_pos = in_msg; in tlsv1_client_handshake()
238 in_end = in_msg + in_msg_len; in tlsv1_client_handshake()
255 os_free(in_msg); in tlsv1_client_handshake()
256 in_msg = NULL; in tlsv1_client_handshake()
262 os_free(in_msg); in tlsv1_client_handshake()
H A Dtlsv1_server.c137 u8 *msg = NULL, *in_msg, *in_pos, *in_end, alert, ct; in tlsv1_server_handshake() local
148 in_msg = os_malloc(in_len); in tlsv1_server_handshake()
149 if (in_msg == NULL) in tlsv1_server_handshake()
156 in_msg, &in_msg_len, &alert); in tlsv1_server_handshake()
173 in_pos = in_msg; in tlsv1_server_handshake()
174 in_end = in_msg + in_msg_len; in tlsv1_server_handshake()
189 os_free(in_msg); in tlsv1_server_handshake()
190 in_msg = NULL; in tlsv1_server_handshake()
195 os_free(in_msg); in tlsv1_server_handshake()
/freebsd/sys/dev/e1000/
H A De1000_vf.c539 u32 in_msg = 0; in e1000_check_for_link_vf() local
562 if (mbx->ops.read(hw, &in_msg, 1, 0)) in e1000_check_for_link_vf()
566 if (!(in_msg & E1000_VT_MSGTYPE_CTS)) { in e1000_check_for_link_vf()
568 if (in_msg & E1000_VT_MSGTYPE_NACK) in e1000_check_for_link_vf()
/freebsd/sys/dev/ixgbe/
H A Dixgbe_vf.c614 u32 in_msg = 0; in ixgbe_check_mac_link_vf() local
677 if (ixgbe_read_mbx(hw, &in_msg, 1, 0)) { in ixgbe_check_mac_link_vf()
683 if (!(in_msg & IXGBE_VT_MSGTYPE_CTS)) { in ixgbe_check_mac_link_vf()
685 if (in_msg & IXGBE_VT_MSGTYPE_FAILURE) in ixgbe_check_mac_link_vf()
/freebsd/sys/powerpc/powermac/
H A Dpmu.c184 static int pmu_send(void *cookie, int cmd, int length, uint8_t *in_msg,
596 pmu_send(void *cookie, int cmd, int length, uint8_t *in_msg, int rlen, in pmu_send() argument
619 pmu_send_byte(sc, in_msg[i]); in pmu_send()
/freebsd/sys/dev/mlx5/
H A Ddriver.h248 void *in_msg; member