Searched refs:in_gcm_nonce (Results 1 – 2 of 2) sorted by relevance
382 struct ceph_gcm_nonce in_gcm_nonce; member
778 memcpy(&con->v2.in_gcm_nonce, con_secret + CEPH_GCM_KEY_LEN, in setup_crypto()837 nonce = encrypt ? &con->v2.out_gcm_nonce : &con->v2.in_gcm_nonce; in gcm_crypt()2850 gcm_inc_nonce(&con->v2.in_gcm_nonce); in finish_skip()3556 memzero_explicit(&con->v2.in_gcm_nonce, CEPH_GCM_IV_LEN); in ceph_con_v2_reset_protocol()
Completed in 10 milliseconds