Searched refs:_plug_strdup (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/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)
|
/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/ |
H A D | digestmd5.c | 2822 _plug_strdup(sparams->utils, realm, &text->realm, NULL); 2911 _plug_strdup(sparams->utils, value, &username, NULL); 2913 _plug_strdup(sparams->utils, value, &authorization_id, NULL); 2915 _plug_strdup(sparams->utils, value, (char **) &cnonce, NULL); 2940 _plug_strdup(sparams->utils, value, &realm, NULL); 2942 _plug_strdup(sparams->utils, value, (char **) &nonce, NULL); 2944 _plug_strdup(sparams->utils, value, &qop, NULL); 2952 _plug_strdup(sparams->utils, value, &digesturi, NULL); 2974 _plug_strdup(sparams->utils, value, &response, NULL); 2976 _plug_strdup(sparams->utils, value, &cipher, NULL); [all …]
|
/illumos-gate/usr/src/lib/libsasl/include/ |
H A D | plugin_common.h | 158 int _plug_strdup(const sasl_utils_t * utils, const char *in,
|
/illumos-gate/usr/src/lib/sasl_plugins/gssapi/ |
H A D | gssapi.c | 1116 ret = _plug_strdup(params->utils, name_token.value,
|