/linux/fs/smb/server/ |
H A 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/arch/powerpc/crypto/ |
H A 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/lib/ |
H A D | libcrc32c.c | 59 tfm = crypto_alloc_shash("crc32c", 0, 0); in libcrc32c_mod_init()
|
H A D | crc64-rocksoft.c | 37 new = crypto_alloc_shash(CRC64_ROCKSOFT_STRING, 0, 0); in crc64_rocksoft_rehash()
|
H A D | crc-t10dif.c | 43 new = crypto_alloc_shash(CRC_T10DIF_STRING, 0, 0); in crc_t10dif_rehash()
|
H A D | digsig.c | 261 shash = crypto_alloc_shash("sha1", 0, 0); in digsig_init()
|
/linux/crypto/ |
H A D | jitterentropy-kcapi.c | 240 hash = crypto_alloc_shash(JENT_CONDITIONING_HASH, 0, 0); in jent_kcapi_init() 341 tfm = crypto_alloc_shash(JENT_CONDITIONING_HASH, 0, 0); in jent_mod_init()
|
H A D | shash.c | 241 struct crypto_shash *crypto_alloc_shash(const char *alg_name, u32 type, in crypto_alloc_shash() function 246 EXPORT_SYMBOL_GPL(crypto_alloc_shash);
|
/linux/drivers/nvme/common/ |
H A D | auth.c | 263 key_tfm = crypto_alloc_shash(hmac_name, 0, 0); in nvme_auth_transform_key() 327 tfm = crypto_alloc_shash(digest_name, 0, 0); in nvme_auth_hash_skey() 365 tfm = crypto_alloc_shash(hmac_name, 0, 0); in nvme_auth_augmented_challenge()
|
/linux/include/crypto/internal/ |
H A D | kdf_selftest.h | 40 kmd = crypto_alloc_shash(name, 0, 0); in kdf_test()
|
/linux/Documentation/crypto/ |
H A D | api-digest.rst | 35 …:functions: crypto_alloc_shash crypto_free_shash crypto_shash_blocksize crypto_shash_digestsize cr…
|
/linux/net/mac80211/ |
H A D | aes_cmac.c | 76 tfm = crypto_alloc_shash("cmac(aes)", 0, 0); in ieee80211_aes_cmac_key_setup()
|
H A 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/security/apparmor/ |
H A D | crypto.c | 109 tfm = crypto_alloc_shash("sha256", 0, 0); in init_profile_hash()
|
/linux/fs/ubifs/ |
H A D | auth.c | 301 c->hash_tfm = crypto_alloc_shash(c->auth_hash_name, 0, 0); in ubifs_init_authentication() 317 c->hmac_tfm = crypto_alloc_shash(hmac_name, 0, 0); in ubifs_init_authentication()
|
/linux/fs/crypto/ |
H A D | hkdf.c | 75 hmac_tfm = crypto_alloc_shash(HKDF_HMAC_ALG, 0, 0); in fscrypt_init_hkdf()
|
/linux/net/sunrpc/auth_gss/ |
H A D | gss_krb5_keys.c | 386 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()
|
/linux/drivers/target/iscsi/ |
H A 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/drivers/infiniband/sw/rxe/ |
H A D | rxe_icrc.c | 22 tfm = crypto_alloc_shash("crc32", 0, 0); in rxe_icrc_init()
|
/linux/fs/verity/ |
H A D | hash_algs.c | 65 tfm = crypto_alloc_shash(alg->name, 0, 0); in fsverity_get_hash_alg()
|
/linux/security/ipe/ |
H A D | audit.c | 187 tfm = crypto_alloc_shash(IPE_AUDIT_HASH_ALG, 0, 0); in audit_policy()
|
/linux/drivers/nvme/target/ |
H A D | auth.c | 292 shash_tfm = crypto_alloc_shash(hash_name, 0, 0); in nvmet_auth_host_hash() 406 shash_tfm = crypto_alloc_shash(hash_name, 0, 0); in nvmet_auth_ctrl_hash()
|
/linux/drivers/crypto/xilinx/ |
H A D | zynqmp-sha.c | 58 fallback_tfm = crypto_alloc_shash(fallback_driver_name, 0, in zynqmp_sha_init_tfm()
|
/linux/crypto/asymmetric_keys/ |
H A D | x509_public_key.c | 43 tfm = crypto_alloc_shash(sig->hash_algo, 0, 0); in x509_get_sig_params()
|
/linux/security/keys/ |
H A D | dh.c | 72 tfm = crypto_alloc_shash(hashname, 0, 0); in kdf_alloc()
|