krb5_init_keyblock -- Set up an empty
keyblock

C Prototype

krb5_error_code krb5_init_keyblock (
krb5_context context,
krb5_enctype enctype,
size_t length,
krb5_keyblock **out );
Arguments

context (input/output) | | The context structure. |
| enctype (input) | | The encryption type. |
| length (input) | | The length of the keyblock. |
| out (output) | | A pointer to the empty keyblock. |
Description

This routine sets up an empty keyblock.
Return
Values

This routine returns the following KRB5 status codes:
0
|
Successful completion.
|
ENOMEM
|
Insufficient memory.
|