| /src/crypto/krb5/src/lib/gssapi/mechglue/ |
| H A D | g_store_cred.c | 23 gss_const_key_value_set_t cred_store, in store_cred_fallback() argument 33 cred_store, elements_stored, in store_cred_fallback() 35 } else if (cred_store == GSS_C_NO_CRED_STORE) { in store_cred_fallback() 54 gss_const_key_value_set_t cred_store, in val_store_cred_args() argument 85 if (cred_store != NULL && cred_store->count == 0) { in val_store_cred_args() 111 gss_const_key_value_set_t cred_store, in gss_store_cred_into() argument 129 cred_store, in gss_store_cred_into() 156 cred_store != GSS_C_NO_CRED_STORE) in gss_store_cred_into() 171 default_cred, cred_store, in gss_store_cred_into() 191 cred_store != GSS_C_NO_CRED_STORE) in gss_store_cred_into() [all …]
|
| H A D | g_acquire_cred.c | 45 gss_const_key_value_set_t cred_store, in val_acq_cred_args() argument 101 int cred_usage, gss_const_key_value_set_t cred_store, in gss_acquire_cred_from() argument 119 cred_store, in gss_acquire_cred_from() 164 cred_store, NULL, NULL, in gss_acquire_cred_from() 234 gss_const_key_value_set_t cred_store, in val_add_cred_args() argument 390 gss_const_key_value_set_t cred_store, in gss_add_cred_from() argument 411 cred_store, in gss_add_cred_from() 495 cred_usage, cred_store, &cred, in gss_add_cred_from() 497 } else if (cred_store == GSS_C_NO_CRED_STORE) { in gss_add_cred_from()
|
| /src/crypto/krb5/src/lib/gssapi/krb5/ |
| H A D | cred_store.c | 29 kg_value_from_cred_store(gss_const_key_value_set_t cred_store, in kg_value_from_cred_store() argument 38 if (cred_store == GSS_C_NO_CRED_STORE) in kg_value_from_cred_store() 41 for (i = 0; i < cred_store->count; i++) { in kg_value_from_cred_store() 42 if (strcmp(cred_store->elements[i].key, type) == 0) { in kg_value_from_cred_store() 45 *value = cred_store->elements[i].value; in kg_value_from_cred_store()
|
| H A D | store_cred.c | 36 gss_const_key_value_set_t cred_store) in copy_initiator_creds() argument 67 major_status = kg_value_from_cred_store(cred_store, in copy_initiator_creds() 178 gss_const_key_value_set_t cred_store, in krb5_gss_store_cred_into() argument 215 default_cred, cred_store); in krb5_gss_store_cred_into()
|
| H A D | acquire_cred.c | 1201 gss_const_key_value_set_t cred_store, krb5_boolean iakerb, in acquire_cred_from() argument 1232 ret = kg_value_from_cred_store(cred_store, KRB5_CS_CCACHE_URN, &value); in acquire_cred_from() 1245 ret = kg_value_from_cred_store(cred_store, KRB5_CS_CLI_KEYTAB_URN, &value); in acquire_cred_from() 1258 ret = kg_value_from_cred_store(cred_store, KRB5_CS_KEYTAB_URN, &value); in acquire_cred_from() 1271 ret = kg_value_from_cred_store(cred_store, KRB5_CS_RCACHE_URN, &rcname); in acquire_cred_from() 1275 ret = kg_value_from_cred_store(cred_store, KRB5_CS_PASSWORD_URN, &value); in acquire_cred_from() 1297 ret = kg_value_from_cred_store(cred_store, KRB5_CS_VERIFY_URN, &value); in acquire_cred_from() 1343 gss_const_key_value_set_t cred_store, in krb5_gss_acquire_cred_from() argument 1349 desired_mechs, cred_usage, cred_store, in krb5_gss_acquire_cred_from() 1360 gss_const_key_value_set_t cred_store, in iakerb_gss_acquire_cred_from() argument [all …]
|
| H A D | Makefile.in | 39 $(srcdir)/cred_store.c \ 93 $(OUTPRE)cred_store.$(OBJEXT) \ 150 cred_store.o \
|
| H A D | gssapiP_krb5.h | 562 gss_const_key_value_set_t cred_store, 1309 kg_value_from_cred_store(gss_const_key_value_set_t cred_store,
|
| H A D | deps | 95 cred_store.so cred_store.po $(OUTPRE)cred_store.$(OBJEXT): \ 109 cred_store.c gssapiP_krb5.h gssapi_err_krb5.h gssapi_krb5.h
|
| /src/krb5/lib/gssapi/krb5/ |
| H A D | Makefile.inc | 19 cred_store.c \
|
| /src/crypto/krb5/src/lib/gssapi/spnego/ |
| H A D | gssapiP_spnego.h | 647 gss_const_key_value_set_t cred_store,
|
| H A D | spnego_mech.c | 350 gss_const_key_value_set_t cred_store, in spnego_gss_acquire_cred_from() argument 378 cred_usage, cred_store, &mcred, in spnego_gss_acquire_cred_from() 3082 gss_const_key_value_set_t cred_store, in get_available_mechs() argument 3112 cred_store, creds, in get_available_mechs()
|