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.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.c28 #include "crypto.h" /* for CEPH_KEY_LEN and CEPH_MAX_CON_SECRET_LEN */
2390 u8 con_secret_buf[CEPH_MAX_CON_SECRET_LEN + 16]; in process_auth_done()