Home
last modified time | relevance | path

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

1234

/openbmc/linux/fs/smb/server/
H A Dcrypto_ctx.c70 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()
/openbmc/linux/drivers/net/wireless/intersil/orinoco/
H A Dmic.c19 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()
/openbmc/linux/arch/powerpc/crypto/
H A Dcrc-vpmsum_test.c43 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()
/openbmc/linux/crypto/
H A Djitterentropy-kcapi.c230 hash = crypto_alloc_shash(JENT_CONDITIONING_HASH, 0, 0); in jent_kcapi_init()
329 tfm = crypto_alloc_shash(JENT_CONDITIONING_HASH, 0, 0); in jent_mod_init()
/openbmc/linux/lib/
H A Dlibcrc32c.c59 tfm = crypto_alloc_shash("crc32c", 0, 0); in libcrc32c_mod_init()
H A Dcrc64-rocksoft.c37 new = crypto_alloc_shash(CRC64_ROCKSOFT_STRING, 0, 0); in crc64_rocksoft_rehash()
H A Dcrc-t10dif.c43 new = crypto_alloc_shash(CRC_T10DIF_STRING, 0, 0); in crc_t10dif_rehash()
H A Ddigsig.c261 shash = crypto_alloc_shash("sha1", 0, 0); in digsig_init()
/openbmc/linux/drivers/nvme/common/
H A Dauth.c254 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()
/openbmc/linux/include/crypto/internal/
H A Dkdf_selftest.h40 kmd = crypto_alloc_shash(name, 0, 0); in kdf_test()
/openbmc/linux/Documentation/crypto/
H A Dapi-digest.rst35 …:functions: crypto_alloc_shash crypto_free_shash crypto_shash_blocksize crypto_shash_digestsize cr…
/openbmc/linux/security/apparmor/
H A Dcrypto.c109 tfm = crypto_alloc_shash("sha1", 0, 0); in init_profile_hash()
/openbmc/linux/net/mac80211/
H A Daes_cmac.c76 tfm = crypto_alloc_shash("cmac(aes)", 0, 0); in ieee80211_aes_cmac_key_setup()
H A Dfils_aead.c87 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()
/openbmc/linux/fs/ubifs/
H A Dauth.c302 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()
/openbmc/linux/fs/crypto/
H A Dhkdf.c75 hmac_tfm = crypto_alloc_shash(HKDF_HMAC_ALG, 0, 0); in fscrypt_init_hkdf()
/openbmc/linux/net/sunrpc/auth_gss/
H A Dgss_krb5_keys.c386 tfm = crypto_alloc_shash(gk5e->cksum_name, 0, 0); in krb5_kdf_feedback_cmac()
518 tfm = crypto_alloc_shash(gk5e->cksum_name, 0, 0); in krb5_kdf_hmac_sha2()
/openbmc/linux/drivers/target/iscsi/
H A Discsi_target_auth.c77 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()
/openbmc/linux/drivers/infiniband/sw/rxe/
H A Drxe_icrc.c22 tfm = crypto_alloc_shash("crc32", 0, 0); in rxe_icrc_init()
/openbmc/linux/fs/verity/
H A Dhash_algs.c65 tfm = crypto_alloc_shash(alg->name, 0, 0); in fsverity_get_hash_alg()
/openbmc/linux/drivers/nvme/target/
H A Dauth.c281 shash_tfm = crypto_alloc_shash(hash_name, 0, 0); in nvmet_auth_host_hash()
393 shash_tfm = crypto_alloc_shash(hash_name, 0, 0); in nvmet_auth_ctrl_hash()
/openbmc/linux/drivers/crypto/xilinx/
H A Dzynqmp-sha.c58 fallback_tfm = crypto_alloc_shash(fallback_driver_name, 0, in zynqmp_sha_init_tfm()
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_crypt_tkip.c73 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()
/openbmc/linux/security/keys/
H A Ddh.c72 tfm = crypto_alloc_shash(hashname, 0, 0); in kdf_alloc()
/openbmc/linux/crypto/asymmetric_keys/
H A Dx509_public_key.c44 tfm = crypto_alloc_shash(sig->hash_algo, 0, 0); in x509_get_sig_params()

1234