krb5_string_to_cksumtype -- Convert
a string to a checksum type

C Prototype

krb5_error_code krb5_string_to_cksumtype (
char *string,
krb5_cksumtype *cksumtypep );
Arguments

| string (input) | | A pointer to the string value
to convert to a checksum type. |
| cksumtypep (output) | | A pointer to the checksum
type. |
Description

This routine converts a character string into a Kerberos checksum
type.
Return
Values

This routine returns the following KRB5 status codes:
0
|
Successful completion.
|
EINVAL
|
Invalid parameter.
|