Home
last modified time | relevance | path

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

/linux/net/tls/
H A Dtls.h145 int init_prot_info(struct tls_prot_info *prot,
307 tls_advance_record_sn(struct sock *sk, struct tls_prot_info *prot, in tls_advance_record_sn()
320 tls_xor_iv_with_seq(struct tls_prot_info *prot, char *iv, char *seq) in tls_xor_iv_with_seq()
335 struct tls_prot_info *prot = &ctx->prot_info; in tls_fill_prepend()
362 unsigned char record_type, struct tls_prot_info *prot) in tls_make_aad()
H A Dtls_sw.c157 static int tls_padding_length(struct tls_prot_info *prot, struct sk_buff *skb, in tls_padding_length()
261 struct tls_prot_info *prot = &tls_ctx->prot_info; in tls_do_decryption()
310 struct tls_prot_info *prot = &tls_ctx->prot_info; in tls_trim_both_msgs()
333 struct tls_prot_info *prot = &tls_ctx->prot_info; in tls_clone_plaintext_msg()
357 struct tls_prot_info *prot = &tls_ctx->prot_info; in tls_get_rec()
470 struct tls_prot_info *prot; in tls_encrypt_done()
539 struct tls_prot_info *prot = &tls_ctx->prot_info; in tls_do_encryption()
728 struct tls_prot_info *prot = &tls_ctx->prot_info; in tls_push_record()
1010 struct tls_prot_info *prot = &tls_ctx->prot_info; in tls_sw_sendmsg_locked()
1467 struct tls_prot_info *prot = &tls_ctx->prot_info; in tls_decrypt_sg()
[all …]
H A Dtls_device.c283 struct tls_prot_info *prot = &ctx->prot_info; in tls_push_record()
317 struct tls_prot_info *prot = &ctx->prot_info; in tls_device_record_close()
424 struct tls_prot_info *prot = &tls_ctx->prot_info; in tls_push_data()
771 struct tls_prot_info *prot; in tls_device_rx_resync_new_rec()
866 struct tls_prot_info *prot = &tls_ctx->prot_info; in tls_device_core_ctrl_rx_resync()
1063 struct tls_prot_info *prot; in tls_set_device_offload()
H A Dtls_device_fallback.c56 struct tls_prot_info *prot) in tls_enc_record()
150 u64 rcd_sn, int len, struct tls_prot_info *prot) in tls_enc_records()
/linux/include/net/
H A Dtls.h205 struct tls_prot_info { struct
220 struct tls_prot_info prot_info; argument