Searched refs:LIBSASL_API (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libsasl/include/ |
H A D | sasl.h | 158 #define LIBSASL_API __declspec(dllexport) macro 160 #define LIBSASL_API __declspec(dllimport) 163 #define LIBSASL_API extern 274 LIBSASL_API void sasl_set_alloc(sasl_malloc_t *, 295 LIBSASL_API void sasl_set_mutex(sasl_mutex_alloc_t *, sasl_mutex_lock_t *, 704 LIBSASL_API void sasl_version(const char **implementation, 711 LIBSASL_API void sasl_done(void); 717 LIBSASL_API void sasl_dispose(sasl_conn_t **pconn); 729 LIBSASL_API const char *sasl_errstring(int saslerr, 743 LIBSASL_API const char *sasl_errdetail(sasl_conn_t *conn); [all …]
|
H A D | saslutil.h | 34 LIBSASL_API int sasl_decode64(const char *in, unsigned inlen, 48 LIBSASL_API int sasl_encode64(const char *in, unsigned inlen, 61 LIBSASL_API int sasl_mkchal(sasl_conn_t *conn, char *buf, 70 LIBSASL_API int sasl_utf8verify(const char *str, unsigned len); 76 LIBSASL_API int sasl_randcreate(sasl_rand_t **rpool); 79 LIBSASL_API void sasl_randfree(sasl_rand_t **rpool); 82 LIBSASL_API void sasl_randseed(sasl_rand_t *rpool, const char *seed, 86 LIBSASL_API void sasl_rand(sasl_rand_t *rpool, char *buf, unsigned len); 89 LIBSASL_API void sasl_churn(sasl_rand_t *rpool, const char *data, 97 LIBSASL_API void sasl_erasebuffer(char *pass, unsigned len);
|
H A D | saslplug.h | 443 LIBSASL_API int sasl_client_add_plugin(const char *plugname, 749 LIBSASL_API int sasl_server_add_plugin(const char *plugname, 823 LIBSASL_API int sasl_canonuser_add_plugin(const char *plugname, 883 LIBSASL_API int sasl_auxprop_add_plugin(const char *plugname,
|
/illumos-gate/usr/src/lib/libsasl/lib/ |
H A D | saslint.h | 427 LIBSASL_API const sasl_utils_t *sasl_global_utils;
|