enctype2          950 source3/include/includes.h bool kerberos_compatible_enctypes(krb5_context context, krb5_enctype enctype1, krb5_enctype enctype2);
enctype2          600 source3/libsmb/clikrb5.c 				  krb5_enctype enctype2)
enctype2          605 source3/libsmb/clikrb5.c 	krb5_c_enctype_compare(context, enctype1, enctype2, &similar);
enctype2          608 source3/libsmb/clikrb5.c 	return krb5_enctypes_compatible_keys(context, enctype1, enctype2) ? True : False;
enctype2          101 source4/auth/kerberos/kerberos.h bool kerberos_compatible_enctypes(krb5_context context, krb5_enctype enctype1, krb5_enctype enctype2);