Home
last modified time | relevance | path

Searched refs:tls_prot_info (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/net/tls/
Dtls.h249 tls_advance_record_sn(struct sock *sk, struct tls_prot_info *prot, in tls_advance_record_sn()
262 tls_xor_iv_with_seq(struct tls_prot_info *prot, char *iv, char *seq) in tls_xor_iv_with_seq()
277 struct tls_prot_info *prot = &ctx->prot_info; in tls_fill_prepend()
304 unsigned char record_type, struct tls_prot_info *prot) in tls_make_aad()
Dtls_sw.c150 static int tls_padding_length(struct tls_prot_info *prot, struct sk_buff *skb, in tls_padding_length()
230 struct tls_prot_info *prot = &tls_ctx->prot_info; in tls_do_decryption()
266 struct tls_prot_info *prot = &tls_ctx->prot_info; in tls_trim_both_msgs()
289 struct tls_prot_info *prot = &tls_ctx->prot_info; in tls_clone_plaintext_msg()
313 struct tls_prot_info *prot = &tls_ctx->prot_info; in tls_get_rec()
425 struct tls_prot_info *prot = &tls_ctx->prot_info; in tls_encrypt_done()
487 struct tls_prot_info *prot = &tls_ctx->prot_info; in tls_do_encryption()
671 struct tls_prot_info *prot = &tls_ctx->prot_info; in tls_push_record()
919 struct tls_prot_info *prot = &tls_ctx->prot_info; in tls_sw_sendmsg()
1145 struct tls_prot_info *prot = &tls_ctx->prot_info; in tls_sw_do_sendpage()
[all …]
Dtls_device.c288 struct tls_prot_info *prot = &ctx->prot_info; in tls_push_record()
322 struct tls_prot_info *prot = &ctx->prot_info; in tls_device_record_close()
439 struct tls_prot_info *prot = &tls_ctx->prot_info; in tls_push_data()
798 struct tls_prot_info *prot; in tls_device_rx_resync_new_rec()
893 struct tls_prot_info *prot = &tls_ctx->prot_info; in tls_device_core_ctrl_rx_resync()
1075 struct tls_prot_info *prot = &tls_ctx->prot_info; in tls_set_device_offload()
Dtls_device_fallback.c55 struct tls_prot_info *prot) in tls_enc_record()
155 u64 rcd_sn, int len, struct tls_prot_info *prot) in tls_enc_records()
/Linux-v6.1/include/net/
Dtls.h222 struct tls_prot_info { struct
237 struct tls_prot_info prot_info; argument