Searched refs:LIBSASL_API (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libsasl/include/
H A Dsaslutil.h33 LIBSASL_API int sasl_decode64(const char *in, unsigned inlen,
47 LIBSASL_API int sasl_encode64(const char *in, unsigned inlen,
60 LIBSASL_API int sasl_mkchal(sasl_conn_t *conn, char *buf,
69 LIBSASL_API int sasl_utf8verify(const char *str, unsigned len);
75 LIBSASL_API int sasl_randcreate(sasl_rand_t **rpool);
78 LIBSASL_API void sasl_randfree(sasl_rand_t **rpool);
81 LIBSASL_API void sasl_randseed(sasl_rand_t *rpool, const char *seed,
85 LIBSASL_API void sasl_rand(sasl_rand_t *rpool, char *buf, unsigned len);
88 LIBSASL_API void sasl_churn(sasl_rand_t *rpool, const char *data,
96 LIBSASL_API voi
[all...]
H A Dsasl.h148 * this file see LIBSASL_API functions as being imported from a DLL,
157 #define LIBSASL_API __declspec(dllexport) macro
159 #define LIBSASL_API __declspec(dllimport) macro
162 #define LIBSASL_API extern macro
273 LIBSASL_API void sasl_set_alloc(sasl_malloc_t *,
294 LIBSASL_API void sasl_set_mutex(sasl_mutex_alloc_t *, sasl_mutex_lock_t *,
703 LIBSASL_API void sasl_version(const char **implementation,
710 LIBSASL_API void sasl_done(void);
716 LIBSASL_API void sasl_dispose(sasl_conn_t **pconn);
728 LIBSASL_API cons
[all...]
H A Dsaslplug.h442 LIBSASL_API int sasl_client_add_plugin(const char *plugname,
748 LIBSASL_API int sasl_server_add_plugin(const char *plugname,
822 LIBSASL_API int sasl_canonuser_add_plugin(const char *plugname,
882 LIBSASL_API int sasl_auxprop_add_plugin(const char *plugname,
/osnet-11/usr/src/lib/libsasl/lib/
H A Dsaslint.h440 LIBSASL_API const sasl_utils_t *sasl_global_utils;

Completed in 23 milliseconds