Searched defs:keepold (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Dsetkey3_s.c42 kadm5_s_setkey_principal_3(void *server_handle, krb5_principal princ, krb5_boolean keepold, int n_ks_tuple, krb5_key_salt_tuple *ks_tuple, krb5_keyblock *keyblocks, int n_keys) argument
H A Drandkey_s.c46 kadm5_s_randkey_principal(void *server_handle, krb5_principal princ, krb5_boolean keepold, int n_ks_tuple, krb5_key_salt_tuple *ks_tuple, krb5_keyblock **new_keys, int *n_keys) argument
H A Drandkey_c.c41 kadm5_c_randkey_principal(void *server_handle, krb5_principal princ, krb5_boolean keepold, int n_ks_tuple, krb5_key_salt_tuple *ks_tuple, krb5_keyblock **new_keys, int *n_keys) argument
H A Dchpass_c.c41 kadm5_c_chpass_principal(void *server_handle, krb5_principal princ, int keepold, int n_ks_tuple, krb5_key_salt_tuple *ks_tuple, const char *password) argument
97 kadm5_c_chpass_principal_with_key(void *server_handle, krb5_principal princ, int keepold, int n_key_data, krb5_key_data *key_data) argument
H A Dchpass_s.c41 change(void *server_handle, krb5_principal princ, int keepold, int n_ks_tuple, krb5_key_salt_tuple *ks_tuple, const char *password, int cond) argument
175 kadm5_s_chpass_principal_cond(void *server_handle, krb5_principal princ, int keepold, const char *password) argument
188 kadm5_s_chpass_principal(void *server_handle, krb5_principal princ, int keepold, int n_ks_tuple, krb5_key_salt_tuple *ks_tuple, const char *password) argument
204 kadm5_s_chpass_principal_with_key(void *server_handle, krb5_principal princ, int keepold, int n_key_data, krb5_key_data *key_data) argument
[all...]
H A Dcommon_glue.c53 kadm5_chpass_principal_3(void *server_handle, krb5_principal princ, krb5_boolean keepold, int n_ks_tuple, krb5_key_salt_tuple *ks_tuple, const char *password) argument
75 kadm5_chpass_principal_with_key_3(void *server_handle, krb5_principal princ, int keepold, int n_key_data, krb5_key_data *key_data) argument
197 kadm5_randkey_principal_3(void *server_handle, krb5_principal princ, krb5_boolean keepold, int n_ks_tuple, krb5_key_salt_tuple *ks_tuple, krb5_keyblock **new_keys, int *n_keys) argument
254 kadm5_setkey_principal_3(void *server_handle, krb5_principal princ, krb5_boolean keepold, int n_ks_tuple, krb5_key_salt_tuple *ks_tuple, krb5_keyblock *keyblocks, int n_keys) argument
[all...]
H A Dad.c512 kadm5_ad_chpass_principal(void *server_handle, krb5_principal principal, int keepold, int n_ks_tuple, krb5_key_salt_tuple *ks_tuple, const char *password) argument
1251 kadm5_ad_randkey_principal(void *server_handle, krb5_principal principal, krb5_boolean keepold, int n_ks_tuple, krb5_key_salt_tuple *ks_tuple, krb5_keyblock **keys, int *n_keys) argument
1350 kadm5_ad_chpass_principal_with_key(void *server_handle, krb5_principal princ, int keepold, int n_key_data, krb5_key_data *key_data) argument
/netbsd-current/crypto/external/bsd/heimdal/dist/kadmin/
H A Dcpw.c40 int keepold; member in struct:cpw_entry_data
48 set_random_key (krb5_principal principal, int keepold) argument
66 set_random_password (krb5_principal principal, int keepold) argument
86 set_password (krb5_principal principal, char *password, int keepold) argument
120 set_key_data (krb5_principal principal, krb5_key_data *key_data, int keepold) argument
[all...]
H A Dserver.c57 krb5_boolean keepold = FALSE; local

Completed in 63 milliseconds