Home
last modified time | relevance | path

Searched defs:cred2 (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/krb5/src/lib/krb5/ccache/
H A Dt_marshal.c60 const unsigned char cred2[256]; member
271 krb5_creds cred1, cred2, *alloc_cred; in main() local
/freebsd/crypto/krb5/src/tests/gssapi/
H A Dt_add_cred.c49 gss_cred_id_t cred1, cred2; in main() local
/freebsd/crypto/heimdal/lib/gssapi/
H A Dtest_kcred.c56 gss_cred_id_t cred1, cred2; in copy_import() local
H A Dtest_cred.c115 gss_cred_id_t cred, cred2, cred3; in acquire_add_release_add() local
H A Dtest_context.c895 gss_cred_id_t cred2 = GSS_C_NO_CREDENTIAL; in main() local
/freebsd/crypto/krb5/src/clients/ksu/
H A Dccache.c176 krb5_boolean compare_creds(context, cred1, cred2) in compare_creds() argument
/freebsd/contrib/wpa/wpa_supplicant/
H A Dinterworking.c2193 struct wpa_cred *cred, *cred2; in interworking_credentials_available_helper() local
2444 struct wpa_cred *cred2; in pick_best_roaming_partner() local
/freebsd/sys/kern/
H A Dkern_jail.c3564 prison_check(struct ucred *cred1, struct ucred *cred2) in prison_check()