Searched refs:short_record (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/wpa/src/wps/ |
| H A D | ndef.c | 119 int short_record; in ndef_build_record() local 123 short_record = payload_length < 256 ? 1 : 0; in ndef_build_record() 127 total_len += short_record ? sizeof(u8) : sizeof(u32); in ndef_build_record() 141 if (short_record) in ndef_build_record() 147 if (short_record) in ndef_build_record()
|
| /src/sys/dev/cxgbe/crypto/ |
| H A D | t7_kern_tls.c | 586 bool short_record; in ktls_wr_len() local 659 short_record = ktls_is_short_record(tlsp, m_tls, tlen, rlen, in ktls_wr_len() 692 if (short_record || send_partial_ghash) { in ktls_wr_len() 1268 bool request_ghash, send_partial_ghash, short_record, split_mode; in ktls_write_tls_wr() local 1431 short_record = ktls_is_short_record(tlsp, m_tls, tlen, rlen, in ktls_write_tls_wr() 1435 if (short_record) { in ktls_write_tls_wr() 1507 if (short_record) { in ktls_write_tls_wr() 1658 } else if (short_record) { in ktls_write_tls_wr() 1848 if (tlsp->tls13 && !short_record) { in ktls_write_tls_wr() 1885 if (short_record) { in ktls_write_tls_wr()
|