Lines Matching refs:con_secret
572 static int decode_con_secret(void **p, void *end, u8 *con_secret, in decode_con_secret() argument
581 if (con_secret) { in decode_con_secret()
586 memcpy(con_secret, *p, len); in decode_con_secret()
603 u8 *con_secret, int *con_secret_len) in handle_auth_session_key() argument
619 WARN_ON(session_key || con_secret); in handle_auth_session_key()
644 ret = decode_con_secret(&dp, dend, con_secret, con_secret_len); in handle_auth_session_key()
668 u8 *con_secret, int *con_secret_len) in ceph_x_handle_reply() argument
701 con_secret, con_secret_len); in ceph_x_handle_reply()
846 u8 *con_secret, int *con_secret_len) in decrypt_authorizer_reply() argument
864 ret = decode_con_secret(&dp, dend, con_secret, con_secret_len); in decrypt_authorizer_reply()
879 u8 *con_secret, int *con_secret_len) in ceph_x_verify_authorizer_reply() argument
892 con_secret, con_secret_len); in ceph_x_verify_authorizer_reply()