Home
last modified time | relevance | path

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

/linux/net/ceph/
H A Dcrypto.h10 #define CEPH_MAX_CON_SECRET_LEN 64 macro
H A Dauth_x.c643 if (len > CEPH_MAX_CON_SECRET_LEN) { in decode_con_secret()
H A Dmessenger_v2.c2363 u8 con_secret_buf[CEPH_MAX_CON_SECRET_LEN + 16]; in process_auth_done()