Home
last modified time | relevance | path

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

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