Searched refs:crypto_alloc_ahash (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/crypto/ |
D | ahash.c | 539 struct crypto_ahash *crypto_alloc_ahash(const char *alg_name, u32 type, in crypto_alloc_ahash() function 544 EXPORT_SYMBOL_GPL(crypto_alloc_ahash);
|
D | algif_hash.c | 362 hash = crypto_alloc_ahash(name, type, mask); in hash_bind()
|
D | mcryptd.c | 606 tfm = crypto_alloc_ahash(mcryptd_alg_name, type, mask); in mcryptd_alloc_ahash()
|
D | cryptd.c | 928 tfm = crypto_alloc_ahash(cryptd_alg_name, type, mask); in cryptd_alloc_ahash()
|
D | tcrypt.c | 958 tfm = crypto_alloc_ahash(algo, 0, 0); in test_ahash_speed()
|
D | testmgr.c | 1671 tfm = crypto_alloc_ahash(driver, type | CRYPTO_ALG_INTERNAL, mask); in alg_test_hash()
|
/linux-4.4.14/include/crypto/ |
D | hash.h | 245 struct crypto_ahash *crypto_alloc_ahash(const char *alg_name, u32 type,
|
/linux-4.4.14/security/integrity/ima/ |
D | ima_crypto.c | 180 tfm = crypto_alloc_ahash(hash_algo_name[algo], 0, 0); in ima_alloc_atfm()
|
/linux-4.4.14/net/ipv4/ |
D | ah4.c | 480 ahash = crypto_alloc_ahash(x->aalg->alg_name, 0, 0); in ah_init_state()
|
/linux-4.4.14/drivers/crypto/qce/ |
D | sha.c | 392 ahash_tfm = crypto_alloc_ahash(alg_name, CRYPTO_ALG_TYPE_AHASH, in qce_ahash_hmac_setkey()
|
/linux-4.4.14/net/ipv6/ |
D | ah6.c | 689 ahash = crypto_alloc_ahash(x->aalg->alg_name, 0, 0); in ah6_init_state()
|
/linux-4.4.14/drivers/crypto/ |
D | img-hash.c | 652 ctx->fallback = crypto_alloc_ahash(alg_name, 0, in img_hash_cra_init()
|
D | n2_core.c | 365 fallback_tfm = crypto_alloc_ahash(fallback_driver_name, 0, in n2_hash_cra_init() 402 fallback_tfm = crypto_alloc_ahash(fallback_driver_name, 0, in n2_hmac_cra_init()
|
/linux-4.4.14/drivers/crypto/marvell/ |
D | hash.c | 1158 tfm = crypto_alloc_ahash(hash_alg_name, CRYPTO_ALG_TYPE_AHASH, in mv_cesa_ahmac_setkey()
|