Home
last modified time | relevance | path

Searched refs:crypto_alloc_shash (Results 1 – 25 of 64) sorted by relevance

123

/Linux-v4.19/drivers/net/wireless/intersil/orinoco/
Dmic.c19 priv->tx_tfm_mic = crypto_alloc_shash("michael_mic", 0, in orinoco_mic_init()
28 priv->rx_tfm_mic = crypto_alloc_shash("michael_mic", 0, in orinoco_mic_init()
/Linux-v4.19/arch/powerpc/crypto/
Dcrc-vpmsum_test.c44 crct10dif_tfm = crypto_alloc_shash("crct10dif", 0, 0); in crc_test_init()
51 crc32c_tfm = crypto_alloc_shash("crc32c", 0, 0); in crc_test_init()
/Linux-v4.19/lib/
Dlibcrc32c.c65 tfm = crypto_alloc_shash("crc32c", 0, 0); in libcrc32c_mod_init()
Dcrc-t10dif.c52 crct10dif_tfm = crypto_alloc_shash("crct10dif", 0, 0); in crc_t10dif_mod_init()
Ddigsig.c265 shash = crypto_alloc_shash("sha1", 0, 0); in digsig_init()
/Linux-v4.19/net/mac80211/
Daes_cmac.c61 tfm = crypto_alloc_shash("cmac(aes)", 0, 0); in ieee80211_aes_cmac_key_setup()
Dfils_aead.c90 tfm = crypto_alloc_shash("cmac(aes)", 0, 0); in aes_siv_encrypt()
205 tfm = crypto_alloc_shash("cmac(aes)", 0, 0); in aes_siv_decrypt()
/Linux-v4.19/Documentation/crypto/
Dapi-digest.rst35 …:functions: crypto_alloc_shash crypto_free_shash crypto_shash_blocksize crypto_shash_digestsize cr…
Dapi-samples.rst165 alg = crypto_alloc_shash(hash_alg_name, 0, 0);
/Linux-v4.19/security/apparmor/
Dcrypto.c115 tfm = crypto_alloc_shash("sha1", 0, CRYPTO_ALG_ASYNC); in init_profile_hash()
/Linux-v4.19/drivers/crypto/vmx/
Dghash.c60 fallback = crypto_alloc_shash(alg, 0, CRYPTO_ALG_NEED_FALLBACK); in p8_ghash_init_tfm()
/Linux-v4.19/security/integrity/ima/
Dima_crypto.c69 ima_shash_tfm = crypto_alloc_shash(hash_algo_name[ima_hash_algo], 0, 0); in ima_init_crypto()
90 tfm = crypto_alloc_shash(hash_algo_name[algo], 0, 0); in ima_alloc_tfm()
/Linux-v4.19/arch/x86/power/
Dhibernate_64.c241 tfm = crypto_alloc_shash("md5", 0, 0); in get_e820_md5()
/Linux-v4.19/crypto/asymmetric_keys/
Dx509_public_key.c58 tfm = crypto_alloc_shash(sig->hash_algo, 0, 0); in x509_get_sig_params()
Dpkcs7_verify.c42 tfm = crypto_alloc_shash(sinfo->sig->hash_algo, 0, 0); in pkcs7_digest()
Dverify_pefile.c336 tfm = crypto_alloc_shash(ctx->digest_algo, 0, 0); in pefile_digest_pe()
/Linux-v4.19/crypto/
Dshash.c450 struct crypto_shash *crypto_alloc_shash(const char *alg_name, u32 type, in crypto_alloc_shash() function
455 EXPORT_SYMBOL_GPL(crypto_alloc_shash);
/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/
Dieee80211_crypt_tkip.c83 priv->tx_tfm_michael = crypto_alloc_shash("michael_mic", 0, 0); in ieee80211_tkip_init()
100 priv->rx_tfm_michael = crypto_alloc_shash("michael_mic", 0, 0); in ieee80211_tkip_init()
/Linux-v4.19/drivers/staging/rtl8192e/
Drtllib_crypt_tkip.c77 priv->tx_tfm_michael = crypto_alloc_shash("michael_mic", 0, 0); in rtllib_tkip_init()
92 priv->rx_tfm_michael = crypto_alloc_shash("michael_mic", 0, 0); in rtllib_tkip_init()
/Linux-v4.19/security/integrity/evm/
Devm_crypto.c100 *tfm = crypto_alloc_shash(algo, 0, in init_desc()
/Linux-v4.19/drivers/target/iscsi/
Discsi_target_auth.c241 tfm = crypto_alloc_shash("md5", 0, 0); in chap_server_compute_md5()
/Linux-v4.19/net/ipv6/
Dseg6_hmac.c377 tfm = crypto_alloc_shash(algo->name, 0, 0); in seg6_hmac_init_algo()
/Linux-v4.19/net/wireless/
Dlib80211_crypt_tkip.c109 priv->tx_tfm_michael = crypto_alloc_shash("michael_mic", 0, 0); in lib80211_tkip_init()
122 priv->rx_tfm_michael = crypto_alloc_shash("michael_mic", 0, 0); in lib80211_tkip_init()
/Linux-v4.19/security/keys/
Ddh.c99 tfm = crypto_alloc_shash(hashname, 0, 0); in kdf_alloc()
/Linux-v4.19/include/crypto/
Dhash.h684 struct crypto_shash *crypto_alloc_shash(const char *alg_name, u32 type,

123