HomeSort by: relevance | last modified time | path
    Searched refs:saslc (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/crypto/external/bsd/libsaslc/dist/src/
parser.h 37 #include <saslc.h>
mech_anonymous.c 36 #include <saslc.h>
mech_external.c 36 #include <saslc.h>
saslc_private.h 37 #include <saslc.h>
mech_login.c 37 #include <saslc.h>
Makefile 20 OBJS+= saslc.o
mech_crammd5.c 38 #include <saslc.h>
mech_plain.c 36 #include <saslc.h>
saslc.c 1 /* $NetBSD: saslc.c,v 1.5 2025/12/16 12:03:39 nia Exp $ */
34 __RCSID("$NetBSD: saslc.c,v 1.5 2025/12/16 12:03:39 nia Exp $");
38 #include <saslc.h>
70 * @brief allocates new saslc context
71 * @return pointer to the saslc context
mech.c 38 #include <saslc.h>
buffer.c 37 #include <saslc.h>
109 * @param sess saslc session
209 * @param sess saslc session
parser.c 42 #include <saslc.h>
55 #define SASLC__CONFIG_PATH "/etc/saslc.d"
56 #define SASLC__CONFIG_MAIN_FILE "saslc"
59 #define SASLC__DEFAULT_APPNAME "saslc"
217 * @param ctx saslc context
304 * files from /etc/saslc.d/saslc/ directory if appname is not setup. Otherwise
305 * function uses /etc/saslc.d/[appname]/ directory. /etc/saslc.d/ is default
308 * @param ctx saslc contex
    [all...]
xsess.c 38 #include <saslc.h>
368 * @param sess saslc session
395 * @param sess saslc session
mech_gssapi.c 40 #include <saslc.h>
200 * @param sess saslc session
239 * @param sess saslc session
  /src/crypto/external/bsd/libsaslc/lib/
Makefile 7 LIB=saslc
26 SRCS+= saslc.c
35 MLINKS+=libsaslc.3 saslc.d.3 \
54 INCS+= saslc.h
66 EXPSYM_SRCS+= saslc.common.expsym
68 EXPSYM_SRCS+= saslc.kerberos.expsym
71 LIB_EXPSYM= saslc.expsym
72 saslc.expsym: ${EXPSYM_SRCS}
76 CLEANFILES+= saslc.expsym saslc.expsym.tm
    [all...]
  /src/crypto/external/bsd/libsaslc/dist/test/
t_saslc.c 37 #include <saslc.h>
t_error.c 37 #include <saslc.h>
t_session.c 37 #include <saslc.h>
example_client.c 38 #include <saslc.h>
t_crypto.c 37 #include <saslc.h>
t_parser.c 37 #include <saslc.h>
  /src/external/ibm-public/postfix/dist/src/xsasl/
xsasl_saslc_client.c 7 /* saslc SASL client-side plug-in
14 /* This module implements the saslc SASL client-side authentication
17 /* xsasl_saslc_client_init() initializes the saslc SASL library and
23 /* The plug-in SASL client type (saslc). This argument is
29 /* information is ignored by the saslc SASL client plug-in.
62 #include <saslc.h>
88 /etc/saslc.d/<appname>/ */
91 saslc_t *saslc; /* saslc context */ member in struct:__anon23268
96 saslc_t *saslc; /* saslc context * member in struct:__anon23269
    [all...]
  /src/crypto/external/bsd/libsaslc/etc/
Makefile 13 FILES= saslc.conf
  /src/crypto/external/bsd/libsaslc/dist/test/hash_tests/
test_hash.c 40 #include <saslc.h>
  /src/share/mk/
bsd.prog.mk 178 saslc \

Completed in 46 milliseconds

1 2