Home
last modified time | relevance | path

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

/linux-4.4.14/net/sunrpc/auth_gss/
Dgss_krb5_crypto.c859 u8 Kseq[GSS_KRB5_MAX_KEYLEN]; in krb5_rc4_setup_seq_key() local
885 err = crypto_hash_digest(&desc, sg, 4, Kseq); in krb5_rc4_setup_seq_key()
890 err = crypto_hash_setkey(hmac, Kseq, kctx->gk5e->keylength); in krb5_rc4_setup_seq_key()
896 err = crypto_hash_digest(&desc, sg, 8, Kseq); in krb5_rc4_setup_seq_key()
900 err = crypto_blkcipher_setkey(cipher, Kseq, kctx->gk5e->keylength); in krb5_rc4_setup_seq_key()