krb5_c_valid_enctype -- Validate
an encryption type

C Prototype

krb5_boolean krb5_c_valid_enctype (
const krb5_enctype etype );
Arguments

| etype (input) | | The encryption type to validate. |
Description

This routine tests to see whether an encryption type, passed
in etype, is a valid Kerberos encryption
type.
Return
Values

This routine returns one of the following KRB5 status codes:
0
|
Encryption type is invalid.
|
1
|
Encryption type is valid.
|