Searched refs:_plug_strdup (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/sasl_plugins/digestmd5/ |
H A D | digestmd5.c | 2826 _plug_strdup(sparams->utils, realm, &text->realm, NULL); 2915 _plug_strdup(sparams->utils, value, &username, NULL); 2917 _plug_strdup(sparams->utils, value, &authorization_id, NULL); 2919 _plug_strdup(sparams->utils, value, (char **) &cnonce, NULL); 2944 _plug_strdup(sparams->utils, value, &realm, NULL); 2946 _plug_strdup(sparams->utils, value, (char **) &nonce, NULL); 2948 _plug_strdup(sparams->utils, value, &qop, NULL); 2956 _plug_strdup(sparams->utils, value, &digesturi, NULL); 2978 _plug_strdup(sparams->utils, value, &response, NULL); 2980 _plug_strdup(sparam [all...] |
/osnet-11/usr/src/lib/libsasl/include/ |
H A D | plugin_common.h | 156 int _plug_strdup(const sasl_utils_t * utils, const char *in,
|
/osnet-11/usr/src/lib/libsasl/plugin/ |
H A D | plugin_common.c | 322 int _plug_strdup(const sasl_utils_t * utils, const char *in, function 773 ret = _plug_strdup(utils, user_realm, realm, NULL); 776 ret = _plug_strdup(utils, serverFQDN, realm, NULL); 780 ret = _plug_strdup(utils, input, user, NULL); 784 ret = _plug_strdup(utils, r, realm, NULL); 956 if (_plug_strdup(utils, s, &buf, NULL) != SASL_OK)
|
/osnet-11/usr/src/lib/sasl_plugins/gssapi/ |
H A D | gssapi.c | 1115 ret = _plug_strdup(params->utils, name_token.value,
|
Completed in 37 milliseconds