Searched refs:tls_type (Results 1 – 10 of 10) sorted by relevance
39 uint8_t tls_type; member142 uint8_t tls_type; member
319 ad->type = hdr->tls_type; in ktls_ocf_tls_cbc_encrypt()520 ad.type = hdr->tls_type; in ktls_ocf_tls_cbc_decrypt()583 ad->type = hdr->tls_type; in ktls_ocf_tls12_aead_encrypt()670 ad.type = hdr->tls_type; in ktls_ocf_tls12_aead_decrypt()807 ad->type = hdr->tls_type; in ktls_ocf_tls13_aead_encrypt()885 ad.type = hdr->tls_type; in ktls_ocf_tls13_aead_decrypt()
741 ad->type = hdr->tls_type; in tls_mte_aad()753 ad->type = hdr->tls_type; in tls_12_aead_aad()763 ad->type = hdr->tls_type; in tls_13_aad()854 *record_type = hdr->tls_type; in decrypt_tls_aes_cbc_mte()889 *record_type = hdr->tls_type; in decrypt_tls_12_aead()911 ATF_REQUIRE_INTEQ(TLS_RLTYPE_APP, hdr->tls_type); in decrypt_tls_13_aead()1015 hdr->tls_type = record_type; in encrypt_tls_aes_cbc_mte()1065 hdr->tls_type = record_type; in encrypt_tls_12_aead()1107 hdr->tls_type = TLS_RLTYPE_APP; in encrypt_tls_13_aead()1481 ATF_REQUIRE_INTEQ(record_type, tgr->tls_type); in ktls_receive_tls_record()[all …]
189 p[0] = tgr->tls_type; in ktls_read_record()
2173 tlshdr->tls_type = TLS_RLTYPE_APP; in ktls_frame()2179 tlshdr->tls_type = record_type; in ktls_frame()2563 else if (tls13 && hdr->tls_type != TLS_RLTYPE_APP) in ktls_decrypt()2619 record_type = hdr->tls_type; in ktls_decrypt()2636 record_type = hdr->tls_type; in ktls_decrypt()2678 tgr.tls_type = record_type; in ktls_decrypt()
2956 if (__predict_false(tgr.tls_type ==
1862 ad.type = hdr->tls_type; in ktls_write_tls_wr()1875 ad.type = hdr->tls_type; in ktls_write_tls_wr()
914 if (tgr.tls_type != TLS_RLTYPE_APP) { in svc_vc_recv()
1037 if (tgr.tls_type != TLS_RLTYPE_APP) { in clnt_vc_soupcall()
988 tgr->tls_type = tls_hdr_pkt->type; in do_rx_tls_cmp()