HomeSort by: relevance | last modified time | path
    Searched defs:saslc_t (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/libsaslc/dist/include/
saslc.h 59 typedef struct saslc_t saslc_t; typedef in typeref:struct:saslc_t
63 saslc_t *saslc_alloc(void);
64 int saslc_init(saslc_t *, const char *, const char *);
65 int saslc_end(saslc_t *);
68 const char *saslc_strerror(saslc_t *);
72 saslc_sess_t *saslc_sess_init(saslc_t *, const char *, const char *);
  /src/crypto/external/bsd/libsaslc/dist/src/
saslc_private.h 45 struct saslc_t { struct
56 saslc_t *context; /* library context */

Completed in 20 milliseconds