Home
last modified time | relevance | path

Searched refs:enctype_count (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/krb5/kadmin/kclient/
H A Dksetpw.c55 int enctype_count = 0; in main() local
123 if (enctype_count++ == 0) { in main()
127 sizeof (*enctypes) * enctype_count); in main()
135 &enctypes[enctype_count - 1]); in main()
165 if (nflag && enctype_count == 0) in main()
174 if (enctype_count > 0 && kt == NULL && in main()
245 if (enctype_count && (code = kt_remove_entries(ctx, kt, victim))) in main()
251 for (i = 0; i < enctype_count; i++) in main()
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_ksetpwd.c320 char *passwd, krb5_enctype *enctypes, int enctype_count) in smb_krb5_kt_populate() argument
347 for (i = 0; i < enctype_count; i++) { in smb_krb5_kt_populate()