Lines Matching +full:- +full:- +full:without +full:- +full:gssapi
20 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
23 * SPDX-License-Identifier: curl
55 #define SASL_MECH_STRING_CRAM_MD5 "CRAM-MD5"
56 #define SASL_MECH_STRING_DIGEST_MD5 "DIGEST-MD5"
57 #define SASL_MECH_STRING_GSSAPI "GSSAPI"
62 #define SASL_MECH_STRING_SCRAM_SHA_1 "SCRAM-SHA-1"
63 #define SASL_MECH_STRING_SCRAM_SHA_256 "SCRAM-SHA-256"
66 #define SASL_FLAG_BASE64 0x0001 /* Messages are base64-encoded */
112 command length - other characters count.
113 This has to be zero for non-base64 protocols. */
120 /* Per-connection parameters */
129 BIT(mutual_auth); /* Mutual authentication enabled (GSSAPI only) */
135 (wordlen == (sizeof(mech) - 1) / sizeof(char) && \