Home
last modified time | relevance | path

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

/linux-4.1.27/net/sunrpc/auth_gss/
Dgss_krb5_crypto.c217 err = crypto_hash_setkey(hmac_md5, cksumkey, kctx->gk5e->keylength); in make_checksum_hmac_md5()
270 err = crypto_hash_setkey(desc.tfm, cksumkey, in make_checksum()
350 err = crypto_hash_setkey(desc.tfm, cksumkey, kctx->gk5e->keylength); in make_checksum_v2()
880 err = crypto_hash_setkey(hmac, kctx->Ksess, kctx->gk5e->keylength); in krb5_rc4_setup_seq_key()
892 err = crypto_hash_setkey(hmac, Kseq, kctx->gk5e->keylength); in krb5_rc4_setup_seq_key()
950 err = crypto_hash_setkey(hmac, Kcrypt, kctx->gk5e->keylength); in krb5_rc4_setup_enc_key()
962 err = crypto_hash_setkey(hmac, Kcrypt, kctx->gk5e->keylength); in krb5_rc4_setup_enc_key()
Dgss_krb5_mech.c449 err = crypto_hash_setkey(hmac, ctx->Ksess, ctx->gk5e->keylength); in context_derive_keys_rc4()
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/linux/
Dlinux-crypto.c75 err = crypto_hash_setkey(desc->tfm, key, key_len); in cfs_crypto_hash_alloc()
77 err = crypto_hash_setkey(desc->tfm, in cfs_crypto_hash_alloc()
/linux-4.1.27/drivers/net/wireless/orinoco/
Dmic.c72 if (crypto_hash_setkey(tfm_michael, key, MIC_KEYLEN)) in orinoco_mic()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dcapa.c251 rv = crypto_hash_setkey(desc.tfm, key, *keylen); in ll_crypto_hmac()
/linux-4.1.27/net/sctp/
Dauth.c751 if (crypto_hash_setkey(desc.tfm, &asoc_key->data[0], asoc_key->len)) in sctp_auth_calculate_hmac()
Dsm_make_chunk.c1673 if (crypto_hash_setkey(desc.tfm, ep->secret_key, in sctp_pack_cookie()
1741 if (crypto_hash_setkey(desc.tfm, ep->secret_key, in sctp_unpack_cookie()
/linux-4.1.27/net/wireless/
Dlib80211_crypt_tkip.c522 if (crypto_hash_setkey(tfm_michael, key, 8)) in michael_mic()
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/
Dieee80211_crypt_tkip.c516 if (crypto_hash_setkey(tfm_michael, key, 8)) in michael_mic()
/linux-4.1.27/drivers/staging/rtl8192e/
Drtllib_crypt_tkip.c519 if (crypto_hash_setkey(tfm_michael, key, 8)) in michael_mic()
/linux-4.1.27/include/linux/
Dcrypto.h2328 static inline int crypto_hash_setkey(struct crypto_hash *hash, in crypto_hash_setkey() function
/linux-4.1.27/crypto/
Dtcrypt.c728 crypto_hash_setkey(tfm, tvmem[0], speed[i].klen); in test_hash_speed()
/linux-4.1.27/net/bluetooth/
Dsmp.c190 err = crypto_hash_setkey(tfm, tmp, 16); in aes_cmac()
/linux-4.1.27/drivers/block/drbd/
Ddrbd_receiver.c4920 rv = crypto_hash_setkey(connection->cram_hmac_tfm, (u8 *)secret, key_len); in drbd_do_auth()