Searched refs:msg_bytes (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/wpa/src/pae/
H A Dieee802_1x_key.h22 size_t msg_bytes, u8 *icv);
H A Dieee802_1x_key.c180 size_t msg_bytes, u8 *icv)
185 res = omac1_aes_128(ick, msg, msg_bytes, icv);
187 res = omac1_aes_256(ick, msg, msg_bytes, icv);
179 ieee802_1x_icv_aes_cmac(const u8 *ick, size_t ick_bytes, const u8 *msg, size_t msg_bytes, u8 *icv) argument
/freebsd-12-stable/sys/dev/drm2/radeon/
H A Datombios_dp.c120 int msg_bytes = send_bytes + 4; local
130 msg[3] = (msg_bytes << 4) | (send_bytes - 1);
135 msg, msg_bytes, NULL, 0, delay, &ack);
156 int msg_bytes = 4; local
164 msg[3] = (msg_bytes << 4) | (recv_bytes - 1);
168 msg, msg_bytes, recv, recv_bytes, delay, &ack);
210 int msg_bytes; local
229 msg_bytes = 5;
230 msg[3] = msg_bytes << 4;
234 msg_bytes
[all...]
/freebsd-12-stable/sys/dev/drm2/i915/
H A Dintel_dp.c492 int msg_bytes; local
503 msg_bytes = send_bytes + 4;
505 ret = intel_dp_aux_ch(intel_dp, msg, msg_bytes, &ack, 1);
532 int msg_bytes; local
544 msg_bytes = 4;
548 ret = intel_dp_aux_ch(intel_dp, msg, msg_bytes,
576 int msg_bytes; local
597 msg_bytes = 5;
602 msg_bytes = 4;
606 msg_bytes
[all...]

Completed in 407 milliseconds