Searched refs:tls_record_layer (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14-stable/tests/sys/kern/ |
| HD | ktls_test.c | 664 len = sizeof(struct tls_record_layer); in tls_header_len() 732 return (len - sizeof(struct tls_record_layer)); in tls_minimum_record_payload() 738 const struct tls_record_layer *hdr, uint64_t seqno, struct tls_mac_data *ad) in tls_mte_aad() 749 const struct tls_record_layer *hdr, uint64_t seqno, in tls_12_aead_aad() 760 tls_13_aad(struct tls_enable *en, const struct tls_record_layer *hdr, in tls_13_aad() 770 tls_12_gcm_nonce(struct tls_enable *en, const struct tls_record_layer *hdr, in tls_12_gcm_nonce() 796 const struct tls_record_layer *hdr; in decrypt_tls_aes_cbc_mte() 862 const struct tls_record_layer *hdr; in decrypt_tls_12_aead() 897 const struct tls_record_layer *hdr; in decrypt_tls_13_aead() 947 const struct tls_record_layer *hdr; in decrypt_tls_aead() [all …]
|
| /freebsd-14-stable/sys/opencrypto/ |
| HD | ktls_ocf.c | 57 const struct tls_record_layer *hdr, struct mbuf *m, 62 const struct tls_record_layer *hdr, struct mbuf *m, 279 const struct tls_record_layer *hdr; in ktls_ocf_tls_cbc_encrypt() 293 hdr = (const struct tls_record_layer *)m->m_epg_hdr; in ktls_ocf_tls_cbc_encrypt() 439 const struct tls_record_layer *hdr, struct mbuf *m, uint64_t seqno, in ktls_ocf_tls_cbc_decrypt() 552 const struct tls_record_layer *hdr; in ktls_ocf_tls12_aead_encrypt() 561 hdr = (const struct tls_record_layer *)m->m_epg_hdr; in ktls_ocf_tls12_aead_encrypt() 632 const struct tls_record_layer *hdr, struct mbuf *m, uint64_t seqno, in ktls_ocf_tls12_aead_decrypt() 729 const struct tls_record_layer *hdr, struct mbuf *m, in ktls_ocf_tls12_aead_recrypt() 790 const struct tls_record_layer *hdr; in ktls_ocf_tls13_aead_encrypt() [all …]
|
| HD | ktls.h | 56 const struct tls_record_layer *hdr, struct mbuf *m, uint64_t seqno, 59 const struct tls_record_layer *hdr, struct mbuf *m, uint64_t seqno);
|
| /freebsd-14-stable/sys/sys/ |
| HD | ktls.h | 35 struct tls_record_layer { struct
|
| /freebsd-14-stable/sys/kern/ |
| HD | uipc_ktls.c | 636 tls->params.tls_hlen = sizeof(struct tls_record_layer); in ktls_create_session() 1157 struct tls_record_layer hdr; in ktls_pending_rx_info() 2022 struct tls_record_layer *tlshdr; in ktls_frame() 2150 struct tls_record_layer hdr; in ktls_check_rx() 2447 struct tls_record_layer *hdr; in ktls_decrypt() 2456 hdr = (struct tls_record_layer *)tls_header; in ktls_decrypt()
|
| /freebsd-14-stable/sys/dev/cxgbe/crypto/ |
| HD | t6_kern_tls.c | 661 struct tls_record_layer *hdr; in ktls_tcp_payload_length() 712 struct tls_record_layer *hdr; in ktls_payload_offset() 760 struct tls_record_layer *hdr; in ktls_wr_len() 1325 struct tls_record_layer *hdr; in ktls_write_tls_wr()
|
| /freebsd-14-stable/sys/dev/cxgbe/tom/ |
| HD | t4_tls.c | 956 sizeof(struct tls_record_layer)); in do_rx_tls_cmp()
|