Home
last modified time | relevance | path

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

/Linux-v4.19/net/sunrpc/auth_gss/
Dgss_krb5_crypto.c954 u8 Kseq[GSS_KRB5_MAX_KEYLEN]; in krb5_rc4_setup_seq_key() local
984 err = crypto_shash_digest(desc, (u8 *)&zeroconstant, 4, Kseq); in krb5_rc4_setup_seq_key()
989 err = crypto_shash_setkey(hmac, Kseq, kctx->gk5e->keylength); in krb5_rc4_setup_seq_key()
993 err = crypto_shash_digest(desc, cksum, 8, Kseq); in krb5_rc4_setup_seq_key()
997 err = crypto_skcipher_setkey(cipher, Kseq, kctx->gk5e->keylength); in krb5_rc4_setup_seq_key()