Searched refs:tls_record_layer (Results 1 – 7 of 7) sorted by relevance
/freebsd/tests/sys/kern/ |
H A D | 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 *hd in decrypt_tls_aead() [all...] |
/freebsd/sys/opencrypto/ |
H A D | ktls_ocf.c | 56 const struct tls_record_layer *hdr, struct mbuf *m, 61 const struct tls_record_layer *hdr, struct mbuf *m, 278 const struct tls_record_layer *hdr; in ktls_ocf_tls_cbc_encrypt() 292 hdr = (const struct tls_record_layer *)m->m_epg_hdr; in ktls_ocf_tls_cbc_encrypt() 438 const struct tls_record_layer *hdr, struct mbuf *m, uint64_t seqno, in ktls_ocf_tls_cbc_decrypt() 551 const struct tls_record_layer *hdr; in ktls_ocf_tls12_aead_encrypt() 560 hdr = (const struct tls_record_layer *)m->m_epg_hdr; in ktls_ocf_tls12_aead_encrypt() 631 const struct tls_record_layer *hdr, struct mbuf *m, uint64_t seqno, in ktls_ocf_tls12_aead_decrypt() 728 const struct tls_record_layer *hdr, struct mbuf *m, in ktls_ocf_tls12_aead_recrypt() 789 const struct tls_record_layer *hd in ktls_ocf_tls13_aead_encrypt() [all...] |
H A D | 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/sys/sys/ |
H A D | ktls.h | 38 struct tls_record_layer { struct
|
/freebsd/sys/kern/ |
H A D | uipc_ktls.c | 725 tls->params.tls_hlen = sizeof(struct tls_record_layer); in ktls_create_session() 1234 struct tls_record_layer hdr; in ktls_pending_rx_info() 2091 struct tls_record_layer *tlshdr; in ktls_frame() 2219 struct tls_record_layer hdr; in ktls_check_rx() 2516 struct tls_record_layer *hdr; in ktls_decrypt() 2525 hdr = (struct tls_record_layer *)tls_header; in ktls_decrypt()
|
/freebsd/sys/dev/cxgbe/crypto/ |
H A D | t6_kern_tls.c | 660 struct tls_record_layer *hdr; in ktls_tcp_payload_length() 711 struct tls_record_layer *hdr; in ktls_payload_offset() 759 struct tls_record_layer *hdr; in ktls_wr_len() 1324 struct tls_record_layer *hdr; in ktls_write_tls_wr()
|
/freebsd/sys/dev/cxgbe/tom/ |
H A D | t4_tls.c | 956 sizeof(struct tls_record_layer)); in do_rx_tls_cmp()
|