Home
last modified time | relevance | path

Searched refs:crypto_alloc_ahash (Results 1 – 14 of 14) sorted by relevance

/linux-4.4.14/crypto/
Dahash.c539 struct crypto_ahash *crypto_alloc_ahash(const char *alg_name, u32 type, in crypto_alloc_ahash() function
544 EXPORT_SYMBOL_GPL(crypto_alloc_ahash);
Dalgif_hash.c362 hash = crypto_alloc_ahash(name, type, mask); in hash_bind()
Dmcryptd.c606 tfm = crypto_alloc_ahash(mcryptd_alg_name, type, mask); in mcryptd_alloc_ahash()
Dcryptd.c928 tfm = crypto_alloc_ahash(cryptd_alg_name, type, mask); in cryptd_alloc_ahash()
Dtcrypt.c958 tfm = crypto_alloc_ahash(algo, 0, 0); in test_ahash_speed()
Dtestmgr.c1671 tfm = crypto_alloc_ahash(driver, type | CRYPTO_ALG_INTERNAL, mask); in alg_test_hash()
/linux-4.4.14/include/crypto/
Dhash.h245 struct crypto_ahash *crypto_alloc_ahash(const char *alg_name, u32 type,
/linux-4.4.14/security/integrity/ima/
Dima_crypto.c180 tfm = crypto_alloc_ahash(hash_algo_name[algo], 0, 0); in ima_alloc_atfm()
/linux-4.4.14/net/ipv4/
Dah4.c480 ahash = crypto_alloc_ahash(x->aalg->alg_name, 0, 0); in ah_init_state()
/linux-4.4.14/drivers/crypto/qce/
Dsha.c392 ahash_tfm = crypto_alloc_ahash(alg_name, CRYPTO_ALG_TYPE_AHASH, in qce_ahash_hmac_setkey()
/linux-4.4.14/net/ipv6/
Dah6.c689 ahash = crypto_alloc_ahash(x->aalg->alg_name, 0, 0); in ah6_init_state()
/linux-4.4.14/drivers/crypto/
Dimg-hash.c652 ctx->fallback = crypto_alloc_ahash(alg_name, 0, in img_hash_cra_init()
Dn2_core.c365 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/
Dhash.c1158 tfm = crypto_alloc_ahash(hash_alg_name, CRYPTO_ALG_TYPE_AHASH, in mv_cesa_ahmac_setkey()