Searched refs:tls_type (Results 1 – 9 of 9) 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...]
185 p[0] = tgr->tls_type; in ktls_read_record()
2170 tlshdr->tls_type = TLS_RLTYPE_APP; in ktls_frame()2176 tlshdr->tls_type = record_type; in ktls_frame()2560 else if (tls13 && hdr->tls_type != TLS_RLTYPE_APP) in ktls_decrypt()2616 record_type = hdr->tls_type; in ktls_decrypt()2633 record_type = hdr->tls_type; in ktls_decrypt()2675 tgr.tls_type = record_type; in ktls_decrypt()
2906 if (__predict_false(tgr.tls_type ==
911 if (tgr.tls_type != TLS_RLTYPE_APP) { in svc_vc_recv()
1037 if (tgr.tls_type != TLS_RLTYPE_APP) { in clnt_vc_soupcall()
916 tgr->tls_type = tls_hdr_pkt->type; in do_rx_tls_cmp()