Searched defs:server_handle (Results 26 - 33 of 33) sorted by relevance

12

/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Dget_princs_s.c80 kadm5_s_get_principals(void *server_handle, argument
H A Dinit_s.c40 kadm5_s_init_with_context(krb5_context context, const char *client_name, const char *service_name, kadm5_config_params *realm_params, unsigned long struct_version, unsigned long api_version, void **server_handle) argument
95 kadm5_s_init_with_password_ctx(krb5_context context, const char *client_name, const char *password, const char *service_name, kadm5_config_params *realm_params, unsigned long struct_version, unsigned long api_version, void **server_handle) argument
114 kadm5_s_init_with_password(const char *client_name, const char *password, const char *service_name, kadm5_config_params *realm_params, unsigned long struct_version, unsigned long api_version, void **server_handle) argument
147 kadm5_s_init_with_skey_ctx(krb5_context context, const char *client_name, const char *keytab, const char *service_name, kadm5_config_params *realm_params, unsigned long struct_version, unsigned long api_version, void **server_handle) argument
166 kadm5_s_init_with_skey(const char *client_name, const char *keytab, const char *service_name, kadm5_config_params *realm_params, unsigned long struct_version, unsigned long api_version, void **server_handle) argument
199 kadm5_s_init_with_creds_ctx(krb5_context context, const char *client_name, krb5_ccache ccache, const char *service_name, kadm5_config_params *realm_params, unsigned long struct_version, unsigned long api_version, void **server_handle) argument
218 kadm5_s_init_with_creds(const char *client_name, krb5_ccache ccache, const char *service_name, kadm5_config_params *realm_params, unsigned long struct_version, unsigned long api_version, void **server_handle) argument
[all...]
H A Dcommon_glue.c41 kadm5_chpass_principal(void *server_handle, argument
49 kadm5_chpass_principal_with_key(void *server_handle, argument
59 kadm5_create_principal(void *server_handle, argument
68 kadm5_delete_principal(void *server_handle, argument
75 kadm5_destroy (void *server_handle) argument
81 kadm5_flush(void *server_handle) argument
87 kadm5_get_principal(void *server_handle, krb5_principal princ, kadm5_principal_ent_t out, uint32_t mask) argument
96 kadm5_modify_principal(void *server_handle, kadm5_principal_ent_t princ, uint32_t mask) argument
104 kadm5_randkey_principal(void *server_handle, krb5_principal princ, krb5_keyblock **new_keys, int *n_keys) argument
113 kadm5_rename_principal(void *server_handle, krb5_principal source, krb5_principal target) argument
121 kadm5_get_principals(void *server_handle, const char *expression, char ***princs, int *count) argument
130 kadm5_get_privs(void *server_handle, uint32_t *privs) argument
[all...]
H A Dget_s.c68 kadm5_s_get_principal(void *server_handle, argument
H A Dinit_c.c557 kadm5_c_init_with_context(krb5_context context, const char *client_name, const char *password, krb5_prompter_fct prompter, const char *keytab, krb5_ccache ccache, const char *service_name, kadm5_config_params *realm_params, unsigned long struct_version, unsigned long api_version, void **server_handle) argument
607 init_context(const char *client_name, const char *password, krb5_prompter_fct prompter, const char *keytab, krb5_ccache ccache, const char *service_name, kadm5_config_params *realm_params, unsigned long struct_version, unsigned long api_version, void **server_handle) argument
646 kadm5_c_init_with_password_ctx(krb5_context context, const char *client_name, const char *password, const char *service_name, kadm5_config_params *realm_params, unsigned long struct_version, unsigned long api_version, void **server_handle) argument
669 kadm5_c_init_with_password(const char *client_name, const char *password, const char *service_name, kadm5_config_params *realm_params, unsigned long struct_version, unsigned long api_version, void **server_handle) argument
690 kadm5_c_init_with_skey_ctx(krb5_context context, const char *client_name, const char *keytab, const char *service_name, kadm5_config_params *realm_params, unsigned long struct_version, unsigned long api_version, void **server_handle) argument
714 kadm5_c_init_with_skey(const char *client_name, const char *keytab, const char *service_name, kadm5_config_params *realm_params, unsigned long struct_version, unsigned long api_version, void **server_handle) argument
735 kadm5_c_init_with_creds_ctx(krb5_context context, const char *client_name, krb5_ccache ccache, const char *service_name, kadm5_config_params *realm_params, unsigned long struct_version, unsigned long api_version, void **server_handle) argument
758 kadm5_c_init_with_creds(const char *client_name, krb5_ccache ccache, const char *service_name, kadm5_config_params *realm_params, unsigned long struct_version, unsigned long api_version, void **server_handle) argument
[all...]
H A Dad.c262 _kadm5_ad_connect(void *server_handle) argument
509 kadm5_ad_chpass_principal(void *server_handle, argument
562 kadm5_ad_create_principal(void *server_handle, argument
797 kadm5_ad_delete_principal(void *server_handle, krb5_principal principal) argument
839 kadm5_ad_destroy(void *server_handle) argument
864 kadm5_ad_flush(void *server_handle) argument
872 kadm5_ad_get_principal(void *server_handle, krb5_principal principal, kadm5_principal_ent_t entry, uint32_t mask) argument
1018 kadm5_ad_get_principals(void *server_handle, const char *expression, char ***principals, int *count) argument
1049 kadm5_ad_get_privs(void *server_handle, uint32_t*privs) argument
1057 kadm5_ad_modify_principal(void *server_handle, kadm5_principal_ent_t entry, uint32_t mask) argument
1228 kadm5_ad_randkey_principal(void *server_handle, krb5_principal principal, krb5_keyblock **keys, int *n_keys) argument
1312 kadm5_ad_rename_principal(void *server_handle, krb5_principal from, krb5_principal to) argument
1322 kadm5_ad_chpass_principal_with_key(void *server_handle, krb5_principal princ, int n_key_data, krb5_key_data *key_data) argument
1351 kadm5_ad_init_with_password_ctx(krb5_context context, const char *client_name, const char *password, const char *service_name, kadm5_config_params *realm_params, unsigned long struct_version, unsigned long api_version, void **server_handle) argument
1414 kadm5_ad_init_with_password(const char *client_name, const char *password, const char *service_name, kadm5_config_params *realm_params, unsigned long struct_version, unsigned long api_version, void **server_handle) argument
[all...]
/freebsd-11-stable/usr.sbin/bluetooth/btpand/
H A Dserver.c52 static uint32_t server_handle; variable
/freebsd-11-stable/crypto/heimdal/kadmin/
H A Drpc.c757 void *server_handle = NULL; local

Completed in 141 milliseconds

12