Home
last modified time | relevance | path

Searched defs:saslc_sess_t (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/libsaslc/dist/src/
H A Dsaslc_private.h59 struct saslc_sess_t { struct
60 saslc_t *context; /* library context */
61 const saslc__mech_t *mech; /* mechanism */
62 void *mech_sess; /* mechanism session */
63 saslc__dict_t *prop; /* session properties */
64 saslc__error_t err; /* error info */
65 uint32_t flags; /* session flags */
/netbsd-src/crypto/external/bsd/libsaslc/dist/include/
H A Dsaslc.h64 typedef struct saslc_sess_t saslc_sess_t; typedef