Searched refs:tls_record_layer (Results 1 – 8 of 8) sorted by relevance
| /src/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 *hdr; in decrypt_tls_aead() [all …]
|
| /src/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, 276 const struct tls_record_layer *hdr; in ktls_ocf_tls_cbc_encrypt() 290 hdr = (const struct tls_record_layer *)m->m_epg_hdr; in ktls_ocf_tls_cbc_encrypt() 436 const struct tls_record_layer *hdr, struct mbuf *m, uint64_t seqno, in ktls_ocf_tls_cbc_decrypt() 549 const struct tls_record_layer *hdr; in ktls_ocf_tls12_aead_encrypt() 558 hdr = (const struct tls_record_layer *)m->m_epg_hdr; in ktls_ocf_tls12_aead_encrypt() 629 const struct tls_record_layer *hdr, struct mbuf *m, uint64_t seqno, in ktls_ocf_tls12_aead_decrypt() 726 const struct tls_record_layer *hdr, struct mbuf *m, in ktls_ocf_tls12_aead_recrypt() 787 const struct tls_record_layer *hdr; 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);
|
| /src/sys/sys/ ! |
| H A D | ktls.h | 38 struct tls_record_layer { struct
|
| /src/sys/kern/ ! |
| H A D | uipc_ktls.c | 725 tls->params.tls_hlen = sizeof(struct tls_record_layer); in ktls_create_session() 1236 struct tls_record_layer hdr; in ktls_pending_rx_info() 2104 struct tls_record_layer *tlshdr; in ktls_frame() 2232 struct tls_record_layer hdr; in ktls_check_rx() 2529 struct tls_record_layer *hdr; in ktls_decrypt() 2538 hdr = (struct tls_record_layer *)tls_header; in ktls_decrypt()
|
| /src/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() 1326 struct tls_record_layer *hdr; in ktls_write_tls_wr()
|
| H A D | t7_kern_tls.c | 582 const struct tls_record_layer *hdr; in ktls_wr_len() 1254 const struct tls_record_layer *hdr; in ktls_write_tls_wr()
|
| /src/sys/dev/cxgbe/tom/ ! |
| H A D | t4_tls.c | 925 m_adj(tls_data, sizeof(struct tls_record_layer)); in do_rx_tls_cmp() 1028 sizeof(struct tls_record_layer)); in do_rx_tls_cmp()
|