Searched refs:HKDF_TYPE_IV (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/hmdfs/comm/ |
H A D | crypto.c | 65 update_key(conn_impl->send_key, key_meterial, HKDF_TYPE_IV); in tls_crypto_info_init() 92 update_key(tcp->connect->recv_key, key_meterial, HKDF_TYPE_IV); in tls_crypto_info_init() 127 ret = update_key(tcp->connect->send_key, key_meterial, HKDF_TYPE_IV); in tls_set_tx() 158 ret = update_key(tcp->connect->recv_key, key_meterial, HKDF_TYPE_IV); in tls_set_rx()
|
H A D | crypto.h | 24 HKDF_TYPE_IV = 3, enumerator
|
/kernel/linux/linux-6.6/fs/hmdfs/comm/ |
H A D | crypto.c | 65 update_key(conn_impl->send_key, key_meterial, HKDF_TYPE_IV); in tls_crypto_info_init() 92 update_key(tcp->connect->recv_key, key_meterial, HKDF_TYPE_IV); in tls_crypto_info_init() 127 ret = update_key(tcp->connect->send_key, key_meterial, HKDF_TYPE_IV); in tls_set_tx() 158 ret = update_key(tcp->connect->recv_key, key_meterial, HKDF_TYPE_IV); in tls_set_rx()
|
H A D | crypto.h | 24 HKDF_TYPE_IV = 3, enumerator
|
Completed in 3 milliseconds