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

/linux-master/mm/
H A Dzswap.c181 char tfm_name[CRYPTO_MAX_ALG_NAME]; member in struct:zswap_pool
265 pr_debug("%s pool %s/%s\n", msg, (p)->tfm_name, \
348 strscpy(pool->tfm_name, compressor, sizeof(pool->tfm_name));
530 if (strcmp(pool->tfm_name, compressor))
947 acomp = crypto_alloc_acomp_node(pool->tfm_name, 0, 0, cpu_to_node(cpu));
950 pool->tfm_name, PTR_ERR(acomp));
960 pool->tfm_name);
1830 pr_info("loaded using pool %s/%s\n", pool->tfm_name,
/linux-master/drivers/crypto/caam/
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.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_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/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/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);

Completed in 166 milliseconds