Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/ceph/
Dmessenger.h382 struct ceph_gcm_nonce in_gcm_nonce; member
/Linux-v6.1/net/ceph/
Dmessenger_v2.c779 memcpy(&con->v2.in_gcm_nonce, con_secret + CEPH_GCM_KEY_LEN, in setup_crypto()
838 nonce = encrypt ? &con->v2.out_gcm_nonce : &con->v2.in_gcm_nonce; in gcm_crypt()
2855 gcm_inc_nonce(&con->v2.in_gcm_nonce); in finish_skip()
3562 memzero_explicit(&con->v2.in_gcm_nonce, CEPH_GCM_IV_LEN); in ceph_con_v2_reset_protocol()