Searched refs:kadm5_randkey_principal (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Dkadm5-protos.h180 kadm5_randkey_principal (
H A Dcommon_glue.c104 kadm5_randkey_principal(void *server_handle, function
/freebsd-11-stable/crypto/heimdal/kadmin/
H A Dcpw.c52 ret = kadm5_randkey_principal(kadm_handle, principal, &keys, &num_keys);
H A Dext.c76 ret = kadm5_randkey_principal(kadm_handle, principal, &k, &n_k);
H A Dank.c149 ret = kadm5_randkey_principal(kadm_handle, princ_ent,
152 krb5_warn(context, ret, "kadm5_randkey_principal");
H A Dinit.c87 ret = kadm5_randkey_principal(kadm_handle, princ, &keys, &n_keys);
H A Dserver.c361 ret = kadm5_randkey_principal(kadm_handlep, princ,
H A Drpc.c661 ret = kadm5_randkey_principal(contextp, princ,
/freebsd-11-stable/crypto/heimdal/admin/
H A Dchange.c99 ret = kadm5_randkey_principal (kadm_handle, principal, &keys, &num_keys);
102 krb5_warn(context, ret, "kadm5_randkey_principal: %s:", client_name);
H A Dget.c170 ret = kadm5_randkey_principal(kadm_handle, princ_ent, &keys, &n_keys);
172 krb5_warn(context, ret, "kadm5_randkey_principal(%s)", argv[a]);

Completed in 140 milliseconds