| /Linux-v6.1/fs/ksmbd/ |
| D | crypto_ctx.c | 70 tfm = crypto_alloc_shash("hmac(md5)", 0, 0); in alloc_shash_desc() 73 tfm = crypto_alloc_shash("hmac(sha256)", 0, 0); in alloc_shash_desc() 76 tfm = crypto_alloc_shash("cmac(aes)", 0, 0); in alloc_shash_desc() 79 tfm = crypto_alloc_shash("sha256", 0, 0); in alloc_shash_desc() 82 tfm = crypto_alloc_shash("sha512", 0, 0); in alloc_shash_desc()
|
| /Linux-v6.1/drivers/net/wireless/intersil/orinoco/ |
| D | mic.c | 19 priv->tx_tfm_mic = crypto_alloc_shash("michael_mic", 0, 0); in orinoco_mic_init() 27 priv->rx_tfm_mic = crypto_alloc_shash("michael_mic", 0, 0); in orinoco_mic_init()
|
| /Linux-v6.1/arch/powerpc/crypto/ |
| D | crc-vpmsum_test.c | 43 crct10dif_tfm = crypto_alloc_shash("crct10dif", 0, 0); in crc_test_init() 50 crc32c_tfm = crypto_alloc_shash("crc32c", 0, 0); in crc_test_init()
|
| /Linux-v6.1/lib/ |
| D | libcrc32c.c | 59 tfm = crypto_alloc_shash("crc32c", 0, 0); in libcrc32c_mod_init()
|
| D | crc64-rocksoft.c | 37 new = crypto_alloc_shash(CRC64_ROCKSOFT_STRING, 0, 0); in crc64_rocksoft_rehash()
|
| D | crc-t10dif.c | 43 new = crypto_alloc_shash(CRC_T10DIF_STRING, 0, 0); in crc_t10dif_rehash()
|
| D | digsig.c | 261 shash = crypto_alloc_shash("sha1", 0, 0); in digsig_init()
|
| /Linux-v6.1/drivers/nvme/common/ |
| D | auth.c | 254 key_tfm = crypto_alloc_shash(hmac_name, 0, 0); in nvme_auth_transform_key() 317 tfm = crypto_alloc_shash(digest_name, 0, 0); in nvme_auth_hash_skey() 356 tfm = crypto_alloc_shash(hmac_name, 0, 0); in nvme_auth_augmented_challenge()
|
| /Linux-v6.1/include/crypto/internal/ |
| D | kdf_selftest.h | 40 kmd = crypto_alloc_shash(name, 0, 0); in kdf_test()
|
| /Linux-v6.1/Documentation/crypto/ |
| D | api-digest.rst | 35 …:functions: crypto_alloc_shash crypto_free_shash crypto_shash_blocksize crypto_shash_digestsize cr…
|
| /Linux-v6.1/security/apparmor/ |
| D | crypto.c | 109 tfm = crypto_alloc_shash("sha1", 0, 0); in init_profile_hash()
|
| /Linux-v6.1/net/mac80211/ |
| D | aes_cmac.c | 76 tfm = crypto_alloc_shash("cmac(aes)", 0, 0); in ieee80211_aes_cmac_key_setup()
|
| D | fils_aead.c | 87 tfm = crypto_alloc_shash("cmac(aes)", 0, 0); in aes_siv_encrypt() 202 tfm = crypto_alloc_shash("cmac(aes)", 0, 0); in aes_siv_decrypt()
|
| /Linux-v6.1/fs/ubifs/ |
| D | auth.c | 302 c->hash_tfm = crypto_alloc_shash(c->auth_hash_name, 0, 0); in ubifs_init_authentication() 318 c->hmac_tfm = crypto_alloc_shash(hmac_name, 0, 0); in ubifs_init_authentication()
|
| /Linux-v6.1/fs/crypto/ |
| D | hkdf.c | 75 hmac_tfm = crypto_alloc_shash(HKDF_HMAC_ALG, 0, 0); in fscrypt_init_hkdf()
|
| /Linux-v6.1/drivers/infiniband/sw/rxe/ |
| D | rxe_icrc.c | 22 tfm = crypto_alloc_shash("crc32", 0, 0); in rxe_icrc_init()
|
| /Linux-v6.1/drivers/target/iscsi/ |
| D | iscsi_target_auth.c | 77 tfm = crypto_alloc_shash(name, 0, 0); in chap_test_algorithm() 356 tfm = crypto_alloc_shash(chap->digest_name, 0, 0); in chap_server_compute_hash()
|
| /Linux-v6.1/drivers/nvme/target/ |
| D | auth.c | 280 shash_tfm = crypto_alloc_shash(hash_name, 0, 0); in nvmet_auth_host_hash() 391 shash_tfm = crypto_alloc_shash(hash_name, 0, 0); in nvmet_auth_ctrl_hash()
|
| /Linux-v6.1/drivers/crypto/xilinx/ |
| D | zynqmp-sha.c | 59 fallback_tfm = crypto_alloc_shash(fallback_driver_name, 0, in zynqmp_sha_init_tfm()
|
| /Linux-v6.1/crypto/asymmetric_keys/ |
| D | x509_public_key.c | 45 tfm = crypto_alloc_shash(sig->hash_algo, 0, 0); in x509_get_sig_params()
|
| /Linux-v6.1/crypto/ |
| D | shash.c | 517 struct crypto_shash *crypto_alloc_shash(const char *alg_name, u32 type, in crypto_alloc_shash() function 522 EXPORT_SYMBOL_GPL(crypto_alloc_shash);
|
| /Linux-v6.1/security/keys/ |
| D | dh.c | 88 tfm = crypto_alloc_shash(hashname, 0, 0); in kdf_alloc()
|
| /Linux-v6.1/drivers/staging/rtl8192e/ |
| D | rtllib_crypt_tkip.c | 69 priv->tx_tfm_michael = crypto_alloc_shash("michael_mic", 0, 0); in rtllib_tkip_init() 76 priv->rx_tfm_michael = crypto_alloc_shash("michael_mic", 0, 0); in rtllib_tkip_init()
|
| /Linux-v6.1/drivers/staging/rtl8192u/ieee80211/ |
| D | ieee80211_crypt_tkip.c | 73 priv->tx_tfm_michael = crypto_alloc_shash("michael_mic", 0, 0); in ieee80211_tkip_init() 81 priv->rx_tfm_michael = crypto_alloc_shash("michael_mic", 0, 0); in ieee80211_tkip_init()
|
| /Linux-v6.1/security/integrity/ima/ |
| D | ima_crypto.c | 79 ima_shash_tfm = crypto_alloc_shash(hash_algo_name[ima_hash_algo], 0, 0); in ima_init_ima_crypto() 106 tfm = crypto_alloc_shash(hash_algo_name[algo], 0, 0); in ima_alloc_tfm()
|