krb5_error_code krb5_c_enctype_compare ( krb5_context context, krb5_enctype e1, krb5_enctype e2, krb5_Boolean *similar );
The context structure.
First encryption type.
Second encryption type.
TRUE if types are similar; FALSE if types are different.
This routine compares two encryption types.
This routine returns the following KRB5 status code:
KRB5_BAD_ENCTYPE
Bad encryption type.