Searched refs:update_key (Results 1 – 7 of 7) sorted by relevance
| /kernel/linux/linux-5.10/fs/hmdfs/comm/ |
| 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() 123 ret = update_key(tcp->connect->send_key, new_key, HKDF_TYPE_REKEY); in tls_set_tx() 127 ret = update_key(tcp->connect->send_key, key_meterial, HKDF_TYPE_IV); in tls_set_tx() 154 ret = update_key(tcp->connect->recv_key, new_key, HKDF_TYPE_REKEY); in tls_set_rx() 158 ret = update_key(tcp->connect->recv_key, key_meterial, HKDF_TYPE_IV); in tls_set_rx() 248 int update_key(__u8 *old_key, __u8 *new_key, int type) in update_key() function
|
| D | crypto.h | 34 int update_key(__u8 *old_key, __u8 *new_key, int type);
|
| D | connection.c | 323 update_key(conn_impl->master_key, key1, HKDF_TYPE_KEY_INITIATOR); in connection_handshake_init_tls() 324 update_key(conn_impl->master_key, key2, HKDF_TYPE_KEY_ACCEPTER); in connection_handshake_init_tls()
|
| /kernel/linux/linux-5.10/fs/btrfs/ |
| D | delayed-ref.h | 59 bool update_key; member
|
| D | delayed-ref.c | 684 if (update->extent_op->update_key) { in update_existing_head_ref() 688 existing->extent_op->update_key = true; in update_existing_head_ref()
|
| D | extent-tree.c | 1528 if (extent_op->update_key) { in __run_delayed_extent_op() 2194 extent_op->update_key = false; in btrfs_set_disk_extent_flags() 4702 extent_op->update_key = skinny_metadata ? false : true; in btrfs_alloc_tree_block()
|
| D | backref.c | 875 if (head->extent_op && head->extent_op->update_key) { in add_delayed_refs()
|