Home
last modified time | relevance | path

Searched refs:algname (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/crypto/tegra/
H A Dtegra-se-aes.c348 const char *algname; in tegra_aes_cra_init() local
361 algname = crypto_tfm_alg_name(&tfm->base); in tegra_aes_cra_init()
362 ret = se_algname_to_algid(algname); in tegra_aes_cra_init()
1370 const char *algname; in tegra_aead_cra_init() local
1373 algname = crypto_tfm_alg_name(&tfm->base); in tegra_aead_cra_init()
1383 ret = se_algname_to_algid(algname); in tegra_aead_cra_init()
1751 const char *algname) in tegra_cmac_init_fallback() argument
1755 ctx->fallback_tfm = crypto_alloc_shash(algname, 0, CRYPTO_ALG_NEED_FALLBACK); in tegra_cmac_init_fallback()
1758 dev_warn(ctx->se->dev, "failed to allocate fallback for %s\n", algname); in tegra_cmac_init_fallback()
1775 const char *algname; in tegra_cmac_cra_init() local
[all …]
H A Dtegra-se-hash.c558 const char *algname) in tegra_sha_init_fallback() argument
562 ctx->fallback_tfm = crypto_alloc_ahash(algname, 0, CRYPTO_ALG_ASYNC | in tegra_sha_init_fallback()
567 "failed to allocate fallback for %s\n", algname); in tegra_sha_init_fallback()
589 const char *algname; in tegra_sha_cra_init() local
592 algname = crypto_tfm_alg_name(tfm); in tegra_sha_cra_init()
601 ret = se_algname_to_algid(algname); in tegra_sha_cra_init()
608 tegra_sha_init_fallback(ahash_tfm, ctx, algname); in tegra_sha_cra_init()
/linux/net/tls/
H A Dtls_main.c76 #define CIPHER_DESC(cipher,ci,algname,_offloadable) [cipher - TLS_CIPHER_MIN] = { \ argument
83 .cipher_name = algname, \
88 #define CIPHER_DESC_NONCE0(cipher,ci,algname,_offloadable) [cipher - TLS_CIPHER_MIN] = { \ argument
95 .cipher_name = algname, \