Searched defs:princ (Results 1 - 2 of 2) sorted by relevance

/solaris-userland/components/krb5/Solaris/
H A Dkt_findrealm.c7 * the components of a principal (princ) but match on any realm. When a
14 krb5_principal princ, krb5_data *realm) {
30 memcpy(&ent.principal->realm, &princ->realm,
33 match = krb5_principal_compare(context, ent.principal, princ);
13 krb5_kt_find_realm(krb5_context context, krb5_keytab keytab, krb5_principal princ, krb5_data *realm) argument
H A Dkt_solaris.c52 k5_kt_add_entry(krb5_context ctx, krb5_keytab kt, const krb5_principal princ, argument
76 entry.principal = princ;
131 * the host name to 15 characters and only use the host svc princ as the salt,
147 krb5_principal princ = NULL, salt = NULL, f_princ = NULL; local
188 * and only use the host svc princ as the salt, e.g.
212 if ((code = krb5_parse_name(ctx, *tprinc, &princ)) != 0)
231 code = k5_kt_add_entry(ctx, kt, princ, salt, *tenctype,
239 krb5_free_principal(ctx, princ);
240 princ = NULL;
256 if (princ !
[all...]

Completed in 66 milliseconds