Home
last modified time | relevance | path

Searched refs:send_crypto_info (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/hmdfs/comm/
Dcrypto.c33 crypto_info = &conn_impl->send_crypto_info; in tls_crypto_set_key()
70 tcp->connect->send_crypto_info.info.version = TLS_1_2_VERSION; in tls_crypto_info_init()
71 tcp->connect->send_crypto_info.info.cipher_type = in tls_crypto_info_init()
74 memcpy(tcp->connect->send_crypto_info.key, tcp->connect->send_key, in tls_crypto_info_init()
76 memcpy(tcp->connect->send_crypto_info.iv, in tls_crypto_info_init()
78 memcpy(tcp->connect->send_crypto_info.salt, in tls_crypto_info_init()
81 memcpy(tcp->connect->send_crypto_info.rec_seq, in tls_crypto_info_init()
86 KERNEL_SOCKPTR(&(tcp->connect->send_crypto_info)), in tls_crypto_info_init()
87 sizeof(tcp->connect->send_crypto_info)); in tls_crypto_info_init()
131 memcpy(tcp->connect->send_crypto_info.key, tcp->connect->send_key, in tls_set_tx()
[all …]
Dconnection.h69 struct tls12_crypto_info_aes_gcm_128 send_crypto_info; member