Home
last modified time | relevance | path

Searched refs:krb5_error_code (Results 1 – 25 of 960) sorted by relevance

12345678910>>...39

/freebsd/crypto/heimdal/lib/krb5/
H A Dkrb5-protos.h37 KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL
44 KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL
52 KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL
55 krb5_error_code /*code*/,
60 KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL
67 KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL
74 KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL
81 KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL
86 KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL
91 KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL
[all …]
H A Dkrb5-private.h33 krb5_error_code
42 krb5_error_code
51 KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL
61 krb5_error_code
67 KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL
109 KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL
134 krb5_error_code
142 krb5_error_code
151 krb5_error_code
160 krb5_error_code
[all …]
H A Dwarn.c37 static krb5_error_code _warnerr(krb5_context context, int do_errtext,
38 krb5_error_code code, int level, const char *fmt, va_list ap)
41 static krb5_error_code
43 krb5_error_code code, int level, const char *fmt, va_list ap) in _warnerr()
49 krb5_error_code ret; in _warnerr()
83 krb5_error_code ret; \
104 KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL
105 krb5_vwarn(krb5_context context, krb5_error_code code, in krb5_vwarn()
123 KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL
124 krb5_warn(krb5_context context, krb5_error_code code, const char *fmt, ...) in krb5_warn()
[all …]
/freebsd/crypto/heimdal/lib/hdb/
H A Dhdb-protos.h11 krb5_error_code
17 krb5_error_code
22 krb5_error_code
28 krb5_error_code
33 krb5_error_code
39 krb5_error_code
44 krb5_error_code
50 krb5_error_code
102 krb5_error_code
109 krb5_error_code
[all …]
H A Dhdb.h121 krb5_error_code (*hdb_open)(krb5_context, struct HDB*, int, mode_t);
128 krb5_error_code (*hdb_close)(krb5_context, struct HDB*);
140 krb5_error_code (*hdb_fetch_kvno)(krb5_context, struct HDB*,
146 krb5_error_code (*hdb_store)(krb5_context, struct HDB*,
151 krb5_error_code (*hdb_remove)(krb5_context, struct HDB*,
156 krb5_error_code (*hdb_firstkey)(krb5_context, struct HDB*,
161 krb5_error_code (*hdb_nextkey)(krb5_context, struct HDB*,
170 krb5_error_code (*hdb_lock)(krb5_context, struct HDB*, int);
174 krb5_error_code (*hdb_unlock)(krb5_context, struct HDB*);
180 krb5_error_code (*hdb_rename)(krb5_context, struct HDB*, const char*);
[all …]
/freebsd/crypto/krb5/src/include/
H A Dk5-int.h620 krb5_error_code krb5_lock_file(krb5_context, int, int);
621 krb5_error_code krb5_unlock_file(krb5_context, int);
622 krb5_error_code krb5_sendto_kdc(krb5_context, const krb5_data *,
625 krb5_error_code krb5int_init_context_kdc(krb5_context *);
650 krb5_error_code
658 krb5_error_code
693 krb5_error_code krb5int_c_init_keyblock(krb5_context, krb5_enctype enctype,
695 krb5_error_code krb5int_c_copy_keyblock(krb5_context context,
698 krb5_error_code krb5int_c_copy_keyblock_contents(krb5_context context,
702 krb5_error_code k5_us_timeofday(krb5_timestamp *, krb5_int32 *);
[all …]
H A Dkdb.h367 krb5_error_code krb5_db_load_module(krb5_context kcontext, const char *name);
369 krb5_error_code krb5_db_setup_lib_handle(krb5_context kcontext);
370 krb5_error_code krb5_db_open( krb5_context kcontext, char **db_args, int mode );
371 krb5_error_code krb5_db_init ( krb5_context kcontext );
372 krb5_error_code krb5_db_create ( krb5_context kcontext, char **db_args );
373 krb5_error_code krb5_db_inited ( krb5_context kcontext );
374 krb5_error_code kdb5_db_create ( krb5_context kcontext, char **db_args );
375 krb5_error_code krb5_db_fini ( krb5_context kcontext );
377 krb5_error_code krb5_db_destroy ( krb5_context kcontext, char **db_args );
378 krb5_error_code krb5_db_promote ( krb5_context kcontext, char **db_args );
[all …]
H A Dk5-int-pkinit.h140 krb5_error_code
143 krb5_error_code
146 krb5_error_code
149 krb5_error_code
152 krb5_error_code
155 krb5_error_code
159 krb5_error_code
163 krb5_error_code
167 krb5_error_code
175 krb5_error_code
[all …]
H A Dadm_proto.h50 krb5_error_code krb5_klog_init(krb5_context, char *, char *, krb5_boolean);
61 krb5_error_code krb5_aprof_getvals(krb5_pointer, const char **, char ***);
62 krb5_error_code krb5_aprof_get_boolean(krb5_pointer, const char **, int,
64 krb5_error_code krb5_aprof_get_deltat(krb5_pointer, const char **,
66 krb5_error_code krb5_aprof_get_string(krb5_pointer, const char **,
68 krb5_error_code krb5_aprof_get_string_all(krb5_pointer, const char **,
70 krb5_error_code krb5_aprof_get_int32(krb5_pointer, const char **,
74 krb5_error_code krb5_flagspec_to_mask(const char *,
76 krb5_error_code krb5_flagnum_to_string(int, char **);
77 krb5_error_code krb5_flags_to_strings(krb5_int32, char ***);
[all …]
/freebsd/crypto/krb5/src/windows/include/
H A Dloadfuncs-krb5.h203 krb5_error_code,
212 krb5_error_code,
221 krb5_error_code,
229 krb5_error_code,
237 krb5_error_code,
245 krb5_error_code,
252 krb5_error_code,
259 krb5_error_code,
268 krb5_error_code,
276 krb5_error_code,
[all …]
/freebsd/crypto/heimdal/kcm/
H A Dkcm-protos.h11 krb5_error_code
18 krb5_error_code
24 krb5_error_code
29 krb5_error_code
35 krb5_error_code
40 krb5_error_code
55 krb5_error_code
63 krb5_error_code
70 krb5_error_code
76 krb5_error_code
[all …]
/freebsd/crypto/krb5/src/lib/krb5/ccache/
H A Dcc-int.h41 krb5_error_code
54 krb5_error_code
64 krb5_error_code
67 krb5_error_code
73 krb5_error_code
88 krb5_error_code
91 krb5_error_code
113 extern krb5_error_code KRB5_CALLCONV krb5_stdccv3_context_lock
116 extern krb5_error_code KRB5_CALLCONV krb5_stdccv3_context_unlock
119 krb5_error_code
[all …]
H A Dcc_memory.c32 static krb5_error_code KRB5_CALLCONV krb5_mcc_close
35 static krb5_error_code KRB5_CALLCONV krb5_mcc_destroy
38 static krb5_error_code KRB5_CALLCONV krb5_mcc_end_seq_get
41 static krb5_error_code KRB5_CALLCONV krb5_mcc_generate_new
47 static krb5_error_code KRB5_CALLCONV krb5_mcc_get_principal
50 static krb5_error_code KRB5_CALLCONV krb5_mcc_initialize
53 static krb5_error_code KRB5_CALLCONV krb5_mcc_next_cred
59 static krb5_error_code KRB5_CALLCONV krb5_mcc_resolve
62 static krb5_error_code KRB5_CALLCONV krb5_mcc_retrieve
69 static krb5_error_code KRB5_CALLCONV krb5_mcc_start_seq_get
[all …]
/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dint-proto.h35 typedef krb5_error_code
41 krb5_error_code
45 krb5_error_code
48 krb5_error_code
53 krb5_error_code krb5_ser_authdata_init (krb5_context);
54 krb5_error_code krb5_ser_address_init (krb5_context);
55 krb5_error_code krb5_ser_authenticator_init (krb5_context);
56 krb5_error_code krb5_ser_checksum_init (krb5_context);
57 krb5_error_code krb5_ser_keyblock_init (krb5_context);
58 krb5_error_code krb5_ser_principal_init (krb5_context);
[all …]
H A Dauth_con.c31 krb5_error_code KRB5_CALLCONV
50 krb5_error_code KRB5_CALLCONV
83 krb5_error_code
86 krb5_error_code retval; in krb5_auth_con_setaddrs()
112 krb5_error_code KRB5_CALLCONV
115 krb5_error_code retval; in krb5_auth_con_getaddrs()
131 krb5_error_code KRB5_CALLCONV
134 krb5_error_code retval; in krb5_auth_con_setports()
168 krb5_error_code KRB5_CALLCONV
176 krb5_error_code KRB5_CALLCONV
[all …]
/freebsd/crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_misc.h44 krb5_error_code
47 krb5_error_code
50 krb5_error_code
53 krb5_error_code
56 krb5_error_code
59 krb5_error_code
62 krb5_error_code
66 krb5_error_code
69 krb5_error_code
72 krb5_error_code
[all …]
/freebsd/crypto/krb5/src/plugins/kdb/db2/
H A Dkdb_db2.h53 krb5_error_code krb5_db2_init(krb5_context);
54 krb5_error_code krb5_db2_fini(krb5_context);
55 krb5_error_code krb5_db2_get_age(krb5_context, char *, time_t *);
56 krb5_error_code krb5_db2_get_principal(krb5_context, krb5_const_principal,
58 krb5_error_code krb5_db2_put_principal(krb5_context, krb5_db_entry *,
60 krb5_error_code krb5_db2_iterate(krb5_context, char *,
61 krb5_error_code (*)(krb5_pointer,
64 krb5_error_code krb5_db2_set_nonblocking(krb5_context, krb5_boolean,
67 krb5_error_code krb5_db2_open_database(krb5_context);
68 krb5_error_code krb5_db2_close_database(krb5_context);
[all …]
/freebsd/crypto/krb5/src/clients/ksu/
H A Dksu.h92 extern krb5_error_code krb5_parse_lifetime
96 extern krb5_error_code krb5_ccache_copy
100 extern krb5_error_code krb5_store_all_creds
103 extern krb5_error_code krb5_store_all_creds
109 extern krb5_error_code krb5_get_nonexp_tkts
112 extern krb5_error_code krb5_check_exp
120 krb5_error_code gen_sym(krb5_context context, char **sym);
122 extern krb5_error_code krb5_ccache_overwrite
125 extern krb5_error_code krb5_store_some_creds
135 extern krb5_error_code krb5_ccache_refresh
[all …]
/freebsd/crypto/krb5/src/lib/krb5/os/
H A Dos-proto.h115 krb5_error_code k5_canonprinc(krb5_context context, struct canonprinc *iter,
125 krb5_error_code k5_expand_hostname(krb5_context context, const char *host,
129 krb5_error_code k5_locate_server(krb5_context, const krb5_data *realm,
134 krb5_error_code k5_locate_kdc(krb5_context context, const krb5_data *realm,
142 krb5_error_code k5_kdclist_create(struct kdclist **kdcs_out);
146 krb5_error_code k5_kdclist_add(struct kdclist *kdcs, const krb5_data *realm,
157 krb5_error_code krb5_unpack_full_ipaddr(krb5_context,
162 krb5_error_code krb5_make_full_ipaddr(krb5_context,
177 krb5_error_code
185 krb5_error_code
[all …]
/freebsd/crypto/krb5/src/lib/krb5/ccache/ccapi/
H A Dstdcc.h30 krb5_error_code KRB5_CALLCONV krb5_stdccv3_close
33 krb5_error_code KRB5_CALLCONV krb5_stdccv3_destroy
36 krb5_error_code KRB5_CALLCONV krb5_stdccv3_end_seq_get
39 krb5_error_code KRB5_CALLCONV krb5_stdccv3_generate_new
45 krb5_error_code KRB5_CALLCONV krb5_stdccv3_get_principal
48 krb5_error_code KRB5_CALLCONV krb5_stdccv3_initialize
51 krb5_error_code KRB5_CALLCONV krb5_stdccv3_next_cred
57 krb5_error_code KRB5_CALLCONV krb5_stdccv3_resolve
60 krb5_error_code KRB5_CALLCONV krb5_stdccv3_retrieve
67 krb5_error_code KRB5_CALLCONV krb5_stdccv3_start_seq_get
[all …]
/freebsd/crypto/krb5/src/plugins/preauth/pkinit/
H A Dpkinit_crypto.h106 krb5_error_code pkinit_init_plg_crypto(krb5_context,
110 krb5_error_code pkinit_init_req_crypto(pkinit_req_crypto_context *);
113 krb5_error_code pkinit_init_identity_crypto(pkinit_identity_crypto_context *);
116 krb5_error_code cms_contentinfo_create
128 krb5_error_code cms_signeddata_create
151 krb5_error_code cms_signeddata_verify
189 krb5_error_code crypto_retrieve_signer_identity
199 krb5_error_code crypto_retrieve_cert_sans
232 krb5_error_code crypto_check_cert_eku
251 krb5_error_code client_create_dh
[all …]
/freebsd/crypto/krb5/src/kdc/
H A Dkdc_util.h42 krb5_error_code
48 krb5_error_code
52 krb5_error_code
55 krb5_error_code
57 krb5_error_code
66 krb5_error_code
71 krb5_error_code
75 krb5_error_code
80 krb5_error_code
85 krb5_error_code
[all …]
/freebsd/crypto/heimdal/kdc/
H A Dkdc-private.h7 krb5_error_code
18 krb5_error_code
25 krb5_error_code
36 krb5_error_code
54 krb5_error_code
64 krb5_error_code
73 krb5_error_code
82 krb5_error_code
98 krb5_error_code
123 krb5_error_code
[all …]
/freebsd/crypto/krb5/src/lib/crypto/krb/
H A Dcrypto_int.h99 krb5_error_code (*encrypt)(krb5_key key, const krb5_data *cipher_state,
102 krb5_error_code (*decrypt)(krb5_key key, const krb5_data *cipher_state,
106 krb5_error_code (*cbc_mac)(krb5_key key, const krb5_crypto_iov *data,
110 krb5_error_code (*init_state)(const krb5_keyblock *key,
123 krb5_error_code (*hash)(const krb5_crypto_iov *data, size_t num_data,
136 typedef krb5_error_code (*crypt_func)(const struct krb5_keytypes *ktp,
141 typedef krb5_error_code (*str2key_func)(const struct krb5_keytypes *ktp,
147 typedef krb5_error_code (*rand2key_func)(const krb5_data *randombits,
150 typedef krb5_error_code (*prf_func)(const struct krb5_keytypes *ktp,
196 typedef krb5_error_code (*checksum_func)(const struct krb5_cksumtypes *ctp,
[all …]
/freebsd/crypto/krb5/src/include/krb5/
H A Dkadm5_auth_plugin.h112 typedef krb5_error_code
131 typedef krb5_error_code
140 typedef krb5_error_code
148 typedef krb5_error_code
155 typedef krb5_error_code
160 typedef krb5_error_code
166 typedef krb5_error_code
172 typedef krb5_error_code
178 typedef krb5_error_code
184 typedef krb5_error_code
[all …]

12345678910>>...39