/Linux-v4.19/drivers/net/wireless/intersil/orinoco/ |
D | mic.c | 19 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/ |
D | crc-vpmsum_test.c | 44 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/ |
D | libcrc32c.c | 65 tfm = crypto_alloc_shash("crc32c", 0, 0); in libcrc32c_mod_init()
|
D | crc-t10dif.c | 52 crct10dif_tfm = crypto_alloc_shash("crct10dif", 0, 0); in crc_t10dif_mod_init()
|
D | digsig.c | 265 shash = crypto_alloc_shash("sha1", 0, 0); in digsig_init()
|
/Linux-v4.19/net/mac80211/ |
D | aes_cmac.c | 61 tfm = crypto_alloc_shash("cmac(aes)", 0, 0); in ieee80211_aes_cmac_key_setup()
|
D | fils_aead.c | 90 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/ |
D | api-digest.rst | 35 …:functions: crypto_alloc_shash crypto_free_shash crypto_shash_blocksize crypto_shash_digestsize cr…
|
D | api-samples.rst | 165 alg = crypto_alloc_shash(hash_alg_name, 0, 0);
|
/Linux-v4.19/security/apparmor/ |
D | crypto.c | 115 tfm = crypto_alloc_shash("sha1", 0, CRYPTO_ALG_ASYNC); in init_profile_hash()
|
/Linux-v4.19/drivers/crypto/vmx/ |
D | ghash.c | 60 fallback = crypto_alloc_shash(alg, 0, CRYPTO_ALG_NEED_FALLBACK); in p8_ghash_init_tfm()
|
/Linux-v4.19/security/integrity/ima/ |
D | ima_crypto.c | 69 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/ |
D | hibernate_64.c | 241 tfm = crypto_alloc_shash("md5", 0, 0); in get_e820_md5()
|
/Linux-v4.19/crypto/asymmetric_keys/ |
D | x509_public_key.c | 58 tfm = crypto_alloc_shash(sig->hash_algo, 0, 0); in x509_get_sig_params()
|
D | pkcs7_verify.c | 42 tfm = crypto_alloc_shash(sinfo->sig->hash_algo, 0, 0); in pkcs7_digest()
|
D | verify_pefile.c | 336 tfm = crypto_alloc_shash(ctx->digest_algo, 0, 0); in pefile_digest_pe()
|
/Linux-v4.19/crypto/ |
D | shash.c | 450 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/ |
D | ieee80211_crypt_tkip.c | 83 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/ |
D | rtllib_crypt_tkip.c | 77 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/ |
D | evm_crypto.c | 100 *tfm = crypto_alloc_shash(algo, 0, in init_desc()
|
/Linux-v4.19/drivers/target/iscsi/ |
D | iscsi_target_auth.c | 241 tfm = crypto_alloc_shash("md5", 0, 0); in chap_server_compute_md5()
|
/Linux-v4.19/net/ipv6/ |
D | seg6_hmac.c | 377 tfm = crypto_alloc_shash(algo->name, 0, 0); in seg6_hmac_init_algo()
|
/Linux-v4.19/net/wireless/ |
D | lib80211_crypt_tkip.c | 109 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/ |
D | dh.c | 99 tfm = crypto_alloc_shash(hashname, 0, 0); in kdf_alloc()
|
/Linux-v4.19/include/crypto/ |
D | hash.h | 684 struct crypto_shash *crypto_alloc_shash(const char *alg_name, u32 type,
|