HomeSort by: relevance | last modified time | path
    Searched refs:mechanisms (Results 1 - 23 of 23) sorted by relevancy

  /src/crypto/external/bsd/libsaslc/dist/src/
saslc.c 86 * mechanisms list for the context.
116 ctx->mechanisms = saslc__mech_list_create(ctx);
117 if (ctx->mechanisms == NULL)
126 saslc__mech_list_destroy(ctx->mechanisms);
127 ctx->mechanisms = NULL;
174 if (ctx->mechanisms != NULL)
175 saslc__mech_list_destroy(ctx->mechanisms);
saslc_private.h 49 saslc__mech_list_t *mechanisms; /* avaiable mechanisms */ member in struct:saslc_t
xsess.c 162 * @param mechs comma or space separated list of mechanisms
202 m = saslc__mech_list_get(ctx->mechanisms, l->value);
223 * @param mechs comma or space separated list of mechanisms eg. "PLAIN,LOGIN"
245 m = saslc__mech_list_get(ctx->mechanisms, sess->mech->name);
354 if ((m = saslc__mech_list_get(sess->context->mechanisms,
parser.c 347 LIST_FOREACH(mech_node, ctx->mechanisms, nodes) {
  /src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/
inquire_cred.c 44 gss_OID_set * mechanisms
74 if (mechanisms)
75 *mechanisms = GSS_C_NO_OID_SET;
107 if (mechanisms) {
108 *mechanisms = amechs;
148 if (mechanisms) {
155 *mechanisms = imechs;
210 if (mechanisms != NULL) {
211 ret = gss_create_empty_oid_set(minor_status, mechanisms);
215 &cred->mechanisms->elements[0]
    [all...]
release_cred.c 69 gss_release_oid_set(&junk, &cred->mechanisms);
add_cred.c 143 handle->mechanisms = NULL;
211 major = gss_create_empty_oid_set(minor_status, &handle->mechanisms);
216 &handle->mechanisms);
246 if (handle->mechanisms)
247 gss_release_oid_set(NULL, &handle->mechanisms);
copy_ccache.c 172 ret = gss_create_empty_oid_set(minor_status, &handle->mechanisms);
175 &handle->mechanisms);
187 gss_release_oid_set(minor_status, &handle->mechanisms);
gsskrb5_locl.h 102 gss_OID_set mechanisms; member in struct:__anon816
acquire_cred.c 594 ret = gss_create_empty_oid_set(minor_status, &handle->mechanisms);
597 &handle->mechanisms);
599 if (handle->mechanisms != NULL)
600 gss_release_oid_set(NULL, &handle->mechanisms);
gsskrb5-private.h 587 gss_OID_set * mechanisms );
  /src/crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/
creds.c 47 gss_OID_set * mechanisms
79 if (mechanisms)
80 *mechanisms = GSS_C_NO_OID_SET;
85 if (mechanisms) {
86 ret = gss_create_empty_oid_set(minor_status, mechanisms);
91 mechanisms);
98 gss_release_oid_set(&junk, mechanisms);
ntlm-private.h 187 gss_OID_set * mechanisms );
  /src/crypto/external/bsd/heimdal/dist/lib/gssapi/mech/
gss_inquire_cred.c 53 gss_OID_set *mechanisms)
74 if (mechanisms)
75 *mechanisms = GSS_C_NO_OID_SET;
88 if (mechanisms) {
90 mechanisms);
130 if (mechanisms)
132 mc->gmc_mech_oid, mechanisms);
167 if (mechanisms)
169 &m->gm_mech_oid, mechanisms);
178 gss_release_oid_set(minor_status, mechanisms);
    [all...]
  /src/crypto/external/bsd/heimdal/dist/tests/gss/
check-gss.in 44 ${TESTS_ENVIRONMENT} ${gsstool} supported-mechanisms > /dev/null || exit 1
  /src/crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/
cred_stubs.c 138 gss_OID_set * mechanisms
162 mechanisms);
spnego-private.h 171 gss_OID_set * mechanisms );
  /src/crypto/external/bsd/heimdal/include/
ntlm-private.h 185 gss_OID_set * mechanisms );
spnego-private.h 169 gss_OID_set * mechanisms );
gsskrb5-private.h 584 gss_OID_set * mechanisms );
  /src/external/gpl3/gdb/dist/gdb/contrib/ari/
update-web-ari.sh 838 Mechanisms that have been replaced with something better, simpler,
840 use deprecated mechanisms. Existing code, when touched, should be
841 updated to use non-deprecated mechanisms. See obsolete and deprecate.
847 Mechanisms that have been replaced, but have not yet been marked as
852 Mechanisms that are a candidate for being made obsolete. Once core
853 GDB no longer depends on these mechanisms and/or there is a
861 deprecated mechanisms. (The method's declaration and definition are
  /src/external/gpl3/gdb.old/dist/gdb/contrib/ari/
update-web-ari.sh 838 Mechanisms that have been replaced with something better, simpler,
840 use deprecated mechanisms. Existing code, when touched, should be
841 updated to use non-deprecated mechanisms. See obsolete and deprecate.
847 Mechanisms that have been replaced, but have not yet been marked as
852 Mechanisms that are a candidate for being made obsolete. Once core
853 GDB no longer depends on these mechanisms and/or there is a
861 deprecated mechanisms. (The method's declaration and definition are
  /src/crypto/external/bsd/heimdal/dist/lib/gssapi/
gsstool.c 77 mechanisms(void *argptr, int argc, char **argv) function
88 printf("Supported mechanisms:\n");

Completed in 42 milliseconds