HP Open Source Security for OpenVMS Volume 3:... |
KRB5 (Kerberos V5) Application Programming Interface |
|
|
| |
krb5_get_init_creds_opt_set_etype_list -- Set the encryption list field in krb5_get_init_creds_opt
void krb5_get_init_creds_opt_set_etype_list (
krb5_get_init_creds_opt *opt,
krb5_enctype *etype_list,
int etype_list_length );
| opt (output) | A pointer to the options field. | |
| etype_list (input) | A pointer to the encryption type to set. | |
| etype_list_length (input) | The length of the etype_list field. |
Description ![]()
This routine sets the encryption list field in the krb5_get_init_creds_opt structure.
|
None. |
|
|
|