Home
last modified time | relevance | path

Searched refs:enctypes (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/
H A Dkt_solaris.c163 krb5_enctype *enctypes = NULL, *tenctype, penctype = 0; in krb5_kt_add_ad_entries() local
215 code = krb5_get_permitted_enctypes(ctx, &enctypes); in krb5_kt_add_ad_entries()
216 if (code != 0 || *enctypes == NULL) in krb5_kt_add_ad_entries()
224 for (tenctype = enctypes; *tenctype; tenctype++) { in krb5_kt_add_ad_entries()
262 if (enctypes != NULL) in krb5_kt_add_ad_entries()
263 krb5_free_ktypes(ctx, enctypes); in krb5_kt_add_ad_entries()
427 krb5_enctype *enctypes, *tenctype, penctype = 0; in krb5_kt_ad_validate() local
443 code = krb5_get_permitted_enctypes(ctx, &enctypes); in krb5_kt_ad_validate()
444 if (code != 0 || *enctypes == NULL) in krb5_kt_ad_validate()
453 for (tenctype = enctypes; *tenctype; tenctype++) { in krb5_kt_ad_validate()
[all …]
/titanic_41/usr/src/cmd/krb5/kadmin/kclient/
H A Dksetpw.c53 krb5_enctype *enctypes; in main() local
123 enctypes = malloc(sizeof (*enctypes)); in main()
125 enctypes = realloc(enctypes, in main()
126 sizeof (*enctypes) * enctype_count); in main()
128 if (enctypes == NULL) { in main()
134 &enctypes[enctype_count - 1]); in main()
248 kt_add_entry(ctx, kt, victim, salt, enctypes[i], kvno, newpw); in main()
H A Dkclient.sh1412 set -A enctypes --
1419 enctypes[${#enctypes[@]}]=aes256-cts-hmac-sha1-96
1423 enctypes[${#enctypes[@]}]=aes128-cts-hmac-sha1-96
1430 enctypes[${#enctypes[@]}]=arcfour-hmac-md5
1438 enctypes[${#enctypes[@]}]=des-cbc-md5
1443 printf "$(gettext "No enctypes are supported").\n"
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dgc_via_tkt.c164 krb5_enctype *enctypes = 0; in krb5_get_cred_via_tkt() local
221 enctypes = (krb5_enctype *) malloc(sizeof(krb5_enctype)*2); in krb5_get_cred_via_tkt()
222 if (!enctypes) in krb5_get_cred_via_tkt()
224 enctypes[0] = in_cred->keyblock.enctype; in krb5_get_cred_via_tkt()
225 enctypes[1] = 0; in krb5_get_cred_via_tkt()
228 retval = krb5_send_tgs2(context, kdcoptions, &in_cred->times, enctypes, in krb5_get_cred_via_tkt()
234 if (enctypes) in krb5_get_cred_via_tkt()
235 free(enctypes); in krb5_get_cred_via_tkt()
H A Dpreauth2.c161 context->modules[k].enctypes = table->enctype_list; in krb5_init_preauth_context()
486 if (kcontext->preauth_context->modules[i].enctypes == NULL) in krb5_preauth_prepare_request()
488 for (j = 0; kcontext->preauth_context->modules[i].enctypes[j] != 0; j++) { in krb5_preauth_prepare_request()
490 kcontext->preauth_context->modules[i].enctypes[j]); in krb5_preauth_prepare_request()
/titanic_41/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_ksetpwd.c306 char *passwd, krb5_enctype *enctypes, int enctype_count) in smb_krb5_kt_populate() argument
334 if (smb_krb5_kt_addkey(ctx, kt, princs[j], enctypes[i], in smb_krb5_kt_populate()
/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-int.h1138 krb5_enctype *enctypes; member