Lines Matching refs:server_handle
59 chpass_principal_wrapper_3(void *server_handle,
69 ret = kadm5_check_min_life(server_handle, principal, NULL, 0);
73 return kadm5_chpass_principal_3(server_handle, principal,
103 randkey_principal_wrapper_3(void *server_handle,
113 ret = kadm5_check_min_life(server_handle, principal, NULL, 0);
116 return kadm5_randkey_principal_3(server_handle, principal,
122 schpw_util_wrapper(void *server_handle, krb5_principal princ,
129 ret = kadm5_check_min_life(server_handle, princ, msg_ret, msg_len);
133 return kadm5_chpass_principal_util(server_handle, princ,
139 randkey_principal_wrapper(void *server_handle, krb5_principal princ,
145 ret = kadm5_check_min_life(server_handle, princ, NULL, 0);
149 return kadm5_randkey_principal(server_handle, princ, keys, n_keys);