Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/wpa/src/tls/
H A Dtlsv1_client.c145 u8 *msg = NULL, *in_msg = NULL, *in_pos, *in_end, alert, ct; in tlsv1_client_handshake() local
177 in_msg = os_malloc(in_len); in tlsv1_client_handshake()
178 if (in_msg == NULL) in tlsv1_client_handshake()
185 in_msg, &in_msg_len, &alert); in tlsv1_client_handshake()
206 os_free(in_msg); in tlsv1_client_handshake()
213 in_pos = in_msg; in tlsv1_client_handshake()
214 in_end = in_msg + in_msg_len; in tlsv1_client_handshake()
231 os_free(in_msg); in tlsv1_client_handshake()
232 in_msg = NULL; in tlsv1_client_handshake()
238 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-12.1/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-12.1/sys/dev/ixgbe/
H A Dixgbe_vf.c588 u32 in_msg = 0; in ixgbe_check_mac_link_vf() local
649 if (mbx->ops.read(hw, &in_msg, 1, 0)) in ixgbe_check_mac_link_vf()
652 if (!(in_msg & IXGBE_VT_MSGTYPE_CTS)) { in ixgbe_check_mac_link_vf()
654 if (in_msg & IXGBE_VT_MSGTYPE_NACK) in ixgbe_check_mac_link_vf()
/freebsd-12.1/sys/powerpc/powermac/
H A Dpmu.c188 static int pmu_send(void *cookie, int cmd, int length, uint8_t *in_msg,
587 pmu_send(void *cookie, int cmd, int length, uint8_t *in_msg, int rlen, in pmu_send() argument
610 pmu_send_byte(sc, in_msg[i]); in pmu_send()
/freebsd-12.1/sys/dev/mlx5/
H A Ddriver.h284 void *in_msg; member
/freebsd-12.1/sys/dev/isp/
H A Dispmbox.h1865 uint8_t in_msg[IN_MSGLEN]; /* SCSI message bytes */ member