Searched refs:Kseq (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/net/sunrpc/auth_gss/ |
D | gss_krb5_crypto.c | 859 u8 Kseq[GSS_KRB5_MAX_KEYLEN]; in krb5_rc4_setup_seq_key() local 887 err = crypto_hash_digest(&desc, sg, 4, Kseq); in krb5_rc4_setup_seq_key() 892 err = crypto_hash_setkey(hmac, Kseq, kctx->gk5e->keylength); in krb5_rc4_setup_seq_key() 898 err = crypto_hash_digest(&desc, sg, 8, Kseq); in krb5_rc4_setup_seq_key() 902 err = crypto_blkcipher_setkey(cipher, Kseq, kctx->gk5e->keylength); in krb5_rc4_setup_seq_key()
|