Searched refs:seq_enc_key (Results 1 – 1 of 1) sorted by relevance
223 krb5_keyblock seq_enc_key, usage_key; in kg_arcfour_docrypt() local229 bzero(&seq_enc_key, sizeof(krb5_keyblock)); in kg_arcfour_docrypt()244 seq_enc_key.length = longterm_key->length; in kg_arcfour_docrypt()245 seq_enc_key.contents = MALLOC(seq_enc_key.length); in kg_arcfour_docrypt()246 seq_enc_key.enctype = longterm_key->enctype; in kg_arcfour_docrypt()247 seq_enc_key.dk_list = NULL; in kg_arcfour_docrypt()249 seq_enc_key.kef_mt = longterm_key->kef_mt; in kg_arcfour_docrypt()250 code = init_key_kef(longterm_key->kef_mt, &seq_enc_key); in kg_arcfour_docrypt()254 if (seq_enc_key.contents == NULL) { in kg_arcfour_docrypt()278 output.data = (void *) seq_enc_key.contents; in kg_arcfour_docrypt()[all …]