Home
last modified time | relevance | path

Searched refs:CEPH_MAX_CON_SECRET_LEN (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/net/ceph/
Dcrypto.h9 #define CEPH_MAX_CON_SECRET_LEN 64 macro
Dauth_x.c582 if (len > CEPH_MAX_CON_SECRET_LEN) { in decode_con_secret()
Dmessenger_v2.c2164 u8 con_secret_buf[CEPH_MAX_CON_SECRET_LEN + 16]; in process_auth_done()