Searched refs:tfm_name (Results 1 - 6 of 6) sorted by path

/linux-master/drivers/block/drbd/
H A Ddrbd_nl.c2303 alloc_shash(struct crypto_shash **tfm, char *tfm_name, int err_alg) argument
2305 if (!tfm_name[0])
2308 *tfm = crypto_alloc_shash(tfm_name, 0, 0);
/linux-master/drivers/crypto/
H A Datmel-aes.c1715 const char *tfm_name = crypto_tfm_alg_name(&tfm->base); local
1721 ctx->fallback_tfm = crypto_alloc_skcipher(tfm_name, 0,
/linux-master/drivers/crypto/caam/
H A Dcaamalg.c3630 const char *tfm_name = crypto_tfm_alg_name(&tfm->base); local
3633 fallback = crypto_alloc_skcipher(tfm_name, 0,
3637 tfm_name, PTR_ERR(fallback));
H A Dcaamalg_qi.c2515 const char *tfm_name = crypto_tfm_alg_name(&tfm->base); local
2518 fallback = crypto_alloc_skcipher(tfm_name, 0,
2522 tfm_name, PTR_ERR(fallback));
H A Dcaamalg_qi2.c1614 const char *tfm_name = crypto_tfm_alg_name(&tfm->base); local
1617 fallback = crypto_alloc_skcipher(tfm_name, 0,
1622 tfm_name, PTR_ERR(fallback));
/linux-master/mm/
H A Dzswap.c165 char tfm_name[CRYPTO_MAX_ALG_NAME]; member in struct:zswap_pool
240 pr_debug("%s pool %s/%s\n", msg, (p)->tfm_name, \
284 strscpy(pool->tfm_name, compressor, sizeof(pool->tfm_name));
466 if (strcmp(pool->tfm_name, compressor))
849 acomp = crypto_alloc_acomp_node(pool->tfm_name, 0, 0, cpu_to_node(cpu));
852 pool->tfm_name, PTR_ERR(acomp));
862 pool->tfm_name);
1739 pr_info("loaded using pool %s/%s\n", pool->tfm_name,

Completed in 259 milliseconds