Searched refs:crypto_hash_setkey (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/net/sunrpc/auth_gss/ |
D | gss_krb5_crypto.c | 217 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() 890 err = crypto_hash_setkey(hmac, Kseq, kctx->gk5e->keylength); in krb5_rc4_setup_seq_key() 948 err = crypto_hash_setkey(hmac, Kcrypt, kctx->gk5e->keylength); in krb5_rc4_setup_enc_key() 958 err = crypto_hash_setkey(hmac, Kcrypt, kctx->gk5e->keylength); in krb5_rc4_setup_enc_key()
|
D | gss_krb5_mech.c | 449 err = crypto_hash_setkey(hmac, ctx->Ksess, ctx->gk5e->keylength); in context_derive_keys_rc4()
|
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/linux/ |
D | linux-crypto.c | 73 err = crypto_hash_setkey(desc->tfm, key, key_len); in cfs_crypto_hash_alloc() 75 err = crypto_hash_setkey(desc->tfm, in cfs_crypto_hash_alloc()
|
/linux-4.4.14/drivers/net/wireless/orinoco/ |
D | mic.c | 72 if (crypto_hash_setkey(tfm_michael, key, MIC_KEYLEN)) in orinoco_mic()
|
/linux-4.4.14/net/sctp/ |
D | auth.c | 751 if (crypto_hash_setkey(desc.tfm, &asoc_key->data[0], asoc_key->len)) in sctp_auth_calculate_hmac()
|
D | sm_make_chunk.c | 1673 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.4.14/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_crypt_tkip.c | 519 if (crypto_hash_setkey(tfm_michael, key, 8)) in michael_mic()
|
/linux-4.4.14/net/wireless/ |
D | lib80211_crypt_tkip.c | 522 if (crypto_hash_setkey(tfm_michael, key, 8)) in michael_mic()
|
/linux-4.4.14/drivers/staging/rtl8192e/ |
D | rtllib_crypt_tkip.c | 517 if (crypto_hash_setkey(tfm_michael, key, 8)) in michael_mic()
|
/linux-4.4.14/include/linux/ |
D | crypto.h | 1801 static inline int crypto_hash_setkey(struct crypto_hash *hash, in crypto_hash_setkey() function
|
/linux-4.4.14/crypto/ |
D | tcrypt.c | 766 crypto_hash_setkey(tfm, tvmem[0], speed[i].klen); in test_hash_speed()
|
/linux-4.4.14/net/bluetooth/ |
D | smp.c | 196 err = crypto_hash_setkey(tfm, tmp, 16); in aes_cmac()
|
/linux-4.4.14/drivers/block/drbd/ |
D | drbd_receiver.c | 4921 rv = crypto_hash_setkey(connection->cram_hmac_tfm, (u8 *)secret, key_len); in drbd_do_auth()
|