| /OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/orinoco/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | libcrc32c.c | 59 tfm = crypto_alloc_shash("crc32c", 0, 0); in libcrc32c_mod_init()
|
| 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()
|
| /OK3568_Linux_fs/kernel/net/mac80211/ |
| 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()
|
| H A D | aes_cmac.c | 75 tfm = crypto_alloc_shash("cmac(aes)", 0, 0); in ieee80211_aes_cmac_key_setup()
|
| /OK3568_Linux_fs/kernel/Documentation/crypto/ |
| H A D | api-digest.rst | 35 …:functions: crypto_alloc_shash crypto_free_shash crypto_shash_blocksize crypto_shash_digestsize cr…
|
| H A D | api-samples.rst | 142 alg = crypto_alloc_shash(hash_alg_name, 0, 0);
|
| /OK3568_Linux_fs/kernel/security/apparmor/ |
| H A D | crypto.c | 109 tfm = crypto_alloc_shash("sha1", 0, 0); in init_profile_hash()
|
| /OK3568_Linux_fs/kernel/drivers/target/iscsi/ |
| H A D | iscsi_target_auth.c | 77 tfm = crypto_alloc_shash(name, 0, 0); in chap_test_algorithm() 313 tfm = crypto_alloc_shash(chap->digest_name, 0, 0); in chap_server_compute_hash()
|
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | auth.c | 303 c->hash_tfm = crypto_alloc_shash(c->auth_hash_name, 0, 0); in ubifs_init_authentication() 319 c->hmac_tfm = crypto_alloc_shash(hmac_name, 0, 0); in ubifs_init_authentication()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_fips140 | 28 crypto_alloc_shash
|
| /OK3568_Linux_fs/kernel/fs/crypto/ |
| H A D | hkdf.c | 75 hmac_tfm = crypto_alloc_shash(HKDF_HMAC_ALG, 0, 0); in fscrypt_init_hkdf()
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A 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);
|
| H A D | fips140-module.c | 393 tfm = crypto_alloc_shash("hmac(sha256)", 0, 0); in check_fips140_module_hmac()
|
| /OK3568_Linux_fs/kernel/fs/incfs/ |
| H A D | integrity.c | 35 shash = crypto_alloc_shash(result->name, 0, 0); in incfs_get_hash_alg()
|
| /OK3568_Linux_fs/kernel/crypto/asymmetric_keys/ |
| H A D | x509_public_key.c | 57 tfm = crypto_alloc_shash(sig->hash_algo, 0, 0); in x509_get_sig_params()
|
| /OK3568_Linux_fs/kernel/net/wireless/ |
| H A D | lib80211_crypt_tkip.c | 103 priv->tx_tfm_michael = crypto_alloc_shash("michael_mic", 0, 0); in lib80211_tkip_init() 109 priv->rx_tfm_michael = crypto_alloc_shash("michael_mic", 0, 0); in lib80211_tkip_init()
|
| /OK3568_Linux_fs/kernel/security/integrity/ima/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8192e/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8192u/ieee80211/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/marvell/octeontx/ |
| H A D | otx_cptvf_algs.c | 524 ctx->hashalg = crypto_alloc_shash("sha1", 0, in cpt_aead_init() 531 ctx->hashalg = crypto_alloc_shash("sha256", 0, in cpt_aead_init() 538 ctx->hashalg = crypto_alloc_shash("sha384", 0, in cpt_aead_init() 545 ctx->hashalg = crypto_alloc_shash("sha512", 0, in cpt_aead_init()
|
| /OK3568_Linux_fs/kernel/security/integrity/evm/ |
| H A D | evm_crypto.c | 100 tmp_tfm = crypto_alloc_shash(algo, 0, CRYPTO_NOLOAD); in init_desc()
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | seg6_hmac.c | 371 tfm = crypto_alloc_shash(algo->name, 0, 0); in seg6_hmac_init_algo()
|