Home
last modified time | relevance | path

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

/Linux-v5.4/net/sunrpc/auth_gss/
Dgss_krb5_crypto.c957 u8 Kseq[GSS_KRB5_MAX_KEYLEN]; in krb5_rc4_setup_seq_key() local
986 err = crypto_shash_digest(desc, (u8 *)&zeroconstant, 4, Kseq); in krb5_rc4_setup_seq_key()
991 err = crypto_shash_setkey(hmac, Kseq, kctx->gk5e->keylength); in krb5_rc4_setup_seq_key()
995 err = crypto_shash_digest(desc, cksum, 8, Kseq); in krb5_rc4_setup_seq_key()
999 err = crypto_sync_skcipher_setkey(cipher, Kseq, kctx->gk5e->keylength); in krb5_rc4_setup_seq_key()