Searched refs:_plug_strdup (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/lib/libsasl/plugin/ |
H A D | plugin_common.c | 323 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_44/usr/src/lib/sasl_plugins/digestmd5/ |
H A D | digestmd5.c | 2821 _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_44/usr/src/lib/libsasl/include/ |
H A D | plugin_common.h | 158 int _plug_strdup(const sasl_utils_t * utils, const char *in,
|
/titanic_44/usr/src/lib/sasl_plugins/gssapi/ |
H A D | gssapi.c | 1116 ret = _plug_strdup(params->utils, name_token.value,
|