Home
last modified time | relevance | path

Searched refs:_plug_strdup (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/libsasl/plugin/
H A Dplugin_common.c323 int _plug_strdup(const sasl_utils_t * utils, const char *in, function
774 ret = _plug_strdup(utils, user_realm, realm, NULL);
777 ret = _plug_strdup(utils, serverFQDN, realm, NULL);
781 ret = _plug_strdup(utils, input, user, NULL);
785 ret = _plug_strdup(utils, r, realm, NULL);
957 if (_plug_strdup(utils, s, &buf, NULL) != SASL_OK)
/titanic_41/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c2821 _plug_strdup(sparams->utils, realm, &text->realm, NULL);
2910 _plug_strdup(sparams->utils, value, &username, NULL);
2912 _plug_strdup(sparams->utils, value, &authorization_id, NULL);
2914 _plug_strdup(sparams->utils, value, (char **) &cnonce, NULL);
2939 _plug_strdup(sparams->utils, value, &realm, NULL);
2941 _plug_strdup(sparams->utils, value, (char **) &nonce, NULL);
2943 _plug_strdup(sparams->utils, value, &qop, NULL);
2951 _plug_strdup(sparams->utils, value, &digesturi, NULL);
2973 _plug_strdup(sparams->utils, value, &response, NULL);
2975 _plug_strdup(sparams->utils, value, &cipher, NULL);
[all …]
/titanic_41/usr/src/lib/libsasl/include/
H A Dplugin_common.h158 int _plug_strdup(const sasl_utils_t * utils, const char *in,
/titanic_41/usr/src/lib/sasl_plugins/gssapi/
H A Dgssapi.c1116 ret = _plug_strdup(params->utils, name_token.value,