Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/ceph/
Dmessenger.h367 #define CEPH_GCM_IV_LEN sizeof(struct ceph_gcm_nonce)
389 struct ceph_gcm_nonce { struct
419 struct ceph_gcm_nonce in_gcm_nonce;
420 struct ceph_gcm_nonce out_gcm_nonce;
/linux-6.12.1/net/ceph/
Dmessenger_v2.c830 static void gcm_inc_nonce(struct ceph_gcm_nonce *nonce) in gcm_inc_nonce()
842 struct ceph_gcm_nonce *nonce; in gcm_crypt()