Home
last modified time | relevance | path

Searched refs:usage_key (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/mech/
H A Dutil_crypt.c223 krb5_keyblock seq_enc_key, usage_key; in kg_arcfour_docrypt() local
228 bzero(&usage_key, sizeof(krb5_keyblock)); in kg_arcfour_docrypt()
231 usage_key.length = longterm_key->length; in kg_arcfour_docrypt()
232 usage_key.contents = MALLOC(usage_key.length); in kg_arcfour_docrypt()
234 usage_key.dk_list = NULL; in kg_arcfour_docrypt()
242 if (usage_key.contents == NULL) in kg_arcfour_docrypt()
255 FREE ((void *) usage_key.contents, usage_key.length); in kg_arcfour_docrypt()
266 output.length = usage_key.length; in kg_arcfour_docrypt()
283 &usage_key, 1, &input, &output); in kg_arcfour_docrypt()
303 bzero ((void *) usage_key.contents, usage_key.length); in kg_arcfour_docrypt()
[all …]