Symbol: tls_record_layer
sys/dev/cxgbe/crypto/t6_kern_tls.c
1326
struct tls_record_layer *hdr;
sys/dev/cxgbe/crypto/t6_kern_tls.c
660
struct tls_record_layer *hdr;
sys/dev/cxgbe/crypto/t6_kern_tls.c
711
struct tls_record_layer *hdr;
sys/dev/cxgbe/crypto/t6_kern_tls.c
759
struct tls_record_layer *hdr;
sys/dev/cxgbe/crypto/t7_kern_tls.c
1254
const struct tls_record_layer *hdr;
sys/dev/cxgbe/crypto/t7_kern_tls.c
582
const struct tls_record_layer *hdr;
sys/dev/cxgbe/tom/t4_tls.c
1026
sizeof(struct tls_record_layer));
sys/dev/cxgbe/tom/t4_tls.c
923
m_adj(tls_data, sizeof(struct tls_record_layer));
sys/kern/uipc_ktls.c
1236
struct tls_record_layer hdr;
sys/kern/uipc_ktls.c
2090
struct tls_record_layer *tlshdr;
sys/kern/uipc_ktls.c
2218
struct tls_record_layer hdr;
sys/kern/uipc_ktls.c
2509
struct tls_record_layer *hdr;
sys/kern/uipc_ktls.c
2518
hdr = (struct tls_record_layer *)tls_header;
sys/kern/uipc_ktls.c
740
tls->params.tls_hlen = sizeof(struct tls_record_layer);
sys/opencrypto/ktls.h
56
const struct tls_record_layer *hdr, struct mbuf *m, uint64_t seqno,
sys/opencrypto/ktls.h
59
const struct tls_record_layer *hdr, struct mbuf *m, uint64_t seqno);
sys/opencrypto/ktls_ocf.c
1169
ktls_ocf_decrypt(struct ktls_session *tls, const struct tls_record_layer *hdr,
sys/opencrypto/ktls_ocf.c
1176
ktls_ocf_recrypt(struct ktls_session *tls, const struct tls_record_layer *hdr,
sys/opencrypto/ktls_ocf.c
276
const struct tls_record_layer *hdr;
sys/opencrypto/ktls_ocf.c
290
hdr = (const struct tls_record_layer *)m->m_epg_hdr;
sys/opencrypto/ktls_ocf.c
435
const struct tls_record_layer *hdr, struct mbuf *m, uint64_t seqno,
sys/opencrypto/ktls_ocf.c
549
const struct tls_record_layer *hdr;
sys/opencrypto/ktls_ocf.c
558
hdr = (const struct tls_record_layer *)m->m_epg_hdr;
sys/opencrypto/ktls_ocf.c
56
const struct tls_record_layer *hdr, struct mbuf *m,
sys/opencrypto/ktls_ocf.c
61
const struct tls_record_layer *hdr, struct mbuf *m,
sys/opencrypto/ktls_ocf.c
629
const struct tls_record_layer *hdr, struct mbuf *m, uint64_t seqno,
sys/opencrypto/ktls_ocf.c
726
const struct tls_record_layer *hdr, struct mbuf *m,
sys/opencrypto/ktls_ocf.c
787
const struct tls_record_layer *hdr;
sys/opencrypto/ktls_ocf.c
795
hdr = (const struct tls_record_layer *)m->m_epg_hdr;
sys/opencrypto/ktls_ocf.c
859
const struct tls_record_layer *hdr, struct mbuf *m, uint64_t seqno,
sys/opencrypto/ktls_ocf.c
913
const struct tls_record_layer *hdr, struct mbuf *m,
tests/sys/kern/ktls_test.c
1024
struct tls_record_layer *hdr;
tests/sys/kern/ktls_test.c
1085
struct tls_record_layer *hdr;
tests/sys/kern/ktls_test.c
1126
struct tls_record_layer *hdr;
tests/sys/kern/ktls_test.c
1210
struct tls_record_layer *hdr;
tests/sys/kern/ktls_test.c
1223
hdr = (struct tls_record_layer *)outbuf;
tests/sys/kern/ktls_test.c
1269
if (outbuf_len < sizeof(struct tls_record_layer)) {
tests/sys/kern/ktls_test.c
1271
sizeof(struct tls_record_layer) -
tests/sys/kern/ktls_test.c
1278
sizeof(struct tls_record_layer)) {
tests/sys/kern/ktls_test.c
1286
if (outbuf_len < sizeof(struct tls_record_layer))
tests/sys/kern/ktls_test.c
1289
record_len = sizeof(struct tls_record_layer) +
tests/sys/kern/ktls_test.c
1360
struct tls_record_layer *hdr;
tests/sys/kern/ktls_test.c
1373
hdr = (struct tls_record_layer *)outbuf;
tests/sys/kern/ktls_test.c
1390
rv = read(sockets[0], outbuf, sizeof(struct tls_record_layer));
tests/sys/kern/ktls_test.c
1391
ATF_REQUIRE_INTEQ(sizeof(struct tls_record_layer), rv);
tests/sys/kern/ktls_test.c
1393
record_len = payload_len + sizeof(struct tls_record_layer);
tests/sys/kern/ktls_test.c
1396
rv = read(sockets[0], outbuf + sizeof(struct tls_record_layer),
tests/sys/kern/ktls_test.c
1420
struct tls_record_layer *hdr;
tests/sys/kern/ktls_test.c
1429
hdr = (struct tls_record_layer *)outbuf;
tests/sys/kern/ktls_test.c
1458
rv = read(sockets[0], outbuf, sizeof(struct tls_record_layer));
tests/sys/kern/ktls_test.c
1459
ATF_REQUIRE_INTEQ(sizeof(struct tls_record_layer), rv);
tests/sys/kern/ktls_test.c
1461
record_len = payload_len + sizeof(struct tls_record_layer);
tests/sys/kern/ktls_test.c
1464
rv = read(sockets[0], outbuf + sizeof(struct tls_record_layer),
tests/sys/kern/ktls_test.c
1693
ATF_REQUIRE(tls_header_len(en) > sizeof(struct tls_record_layer));
tests/sys/kern/ktls_test.c
1697
sizeof(struct tls_record_layer));
tests/sys/kern/ktls_test.c
1779
struct tls_record_layer *hdr;
tests/sys/kern/ktls_test.c
1821
struct tls_record_layer *hdr;
tests/sys/kern/ktls_test.c
1863
struct tls_record_layer *hdr;
tests/sys/kern/ktls_test.c
1906
struct tls_record_layer *hdr;
tests/sys/kern/ktls_test.c
2487
sizeof(struct tls_record_layer)); \
tests/sys/kern/ktls_test.c
2722
sizeof(struct tls_record_layer) + 1)
tests/sys/kern/ktls_test.c
696
len = sizeof(struct tls_record_layer);
tests/sys/kern/ktls_test.c
764
return (len - sizeof(struct tls_record_layer));
tests/sys/kern/ktls_test.c
770
const struct tls_record_layer *hdr, uint64_t seqno, struct tls_mac_data *ad)
tests/sys/kern/ktls_test.c
781
const struct tls_record_layer *hdr, uint64_t seqno,
tests/sys/kern/ktls_test.c
792
tls_13_aad(struct tls_enable *en, const struct tls_record_layer *hdr,
tests/sys/kern/ktls_test.c
802
tls_12_gcm_nonce(struct tls_enable *en, const struct tls_record_layer *hdr,
tests/sys/kern/ktls_test.c
828
const struct tls_record_layer *hdr;
tests/sys/kern/ktls_test.c
894
const struct tls_record_layer *hdr;
tests/sys/kern/ktls_test.c
929
const struct tls_record_layer *hdr;
tests/sys/kern/ktls_test.c
979
const struct tls_record_layer *hdr;