Searched refs:algname (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/crypto/tegra/ |
| H A D | tegra-se-hash.c | 558 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()
|
| H A D | tegra-se-aes.c | 349 const char *algname; in tegra_aes_cra_init() local 362 algname = crypto_tfm_alg_name(&tfm->base); in tegra_aes_cra_init() 363 ret = se_algname_to_algid(algname); in tegra_aes_cra_init() 1368 const char *algname; in tegra_aead_cra_init() local 1371 algname = crypto_tfm_alg_name(&tfm->base); in tegra_aead_cra_init() 1381 ret = se_algname_to_algid(algname); in tegra_aead_cra_init() 1764 const char *algname) in tegra_cmac_init_fallback() argument 1768 ctx->fallback_tfm = crypto_alloc_shash(algname, 0, CRYPTO_ALG_NEED_FALLBACK); in tegra_cmac_init_fallback() 1771 dev_warn(ctx->se->dev, "failed to allocate fallback for %s\n", algname); in tegra_cmac_init_fallback() 1788 const char *algname; in tegra_cmac_cra_init() local [all …]
|
| /linux/net/tls/ |
| H A D | tls_main.c | 78 #define CIPHER_DESC(cipher,ci,algname,_offloadable) [cipher - TLS_CIPHER_MIN] = { \ argument 85 .cipher_name = algname, \ 90 #define CIPHER_DESC_NONCE0(cipher,ci,algname,_offloadable) [cipher - TLS_CIPHER_MIN] = { \ argument 97 .cipher_name = algname, \
|
| /linux/crypto/ |
| H A D | testmgr.c | 1211 static int build_generic_driver_name(const char *algname, in build_generic_driver_name() argument 1214 const char *in = algname; in build_generic_driver_name() 1216 size_t len = strlen(algname); in build_generic_driver_name() 1237 algname); in build_generic_driver_name() 1758 const char *algname = crypto_hash_alg_common(tfm)->base.cra_name; in test_hash_vs_generic_impl() local 1777 err = build_generic_driver_name(algname, _generic_driver); in test_hash_vs_generic_impl() 1795 generic_driver, algname, err); in test_hash_vs_generic_impl() 2489 const char *algname = crypto_aead_alg(tfm)->base.cra_name; in test_aead_vs_generic_impl() local 2499 err = build_generic_driver_name(algname, _generic_driver); in test_aead_vs_generic_impl() 2517 generic_driver, algname, err); in test_aead_vs_generic_impl() [all …]
|