Home
last modified time | relevance | path

Searched refs:hash_alg_name (Results 1 – 6 of 6) sorted by relevance

/linux/Documentation/crypto/
A Dapi-samples.rst139 char *hash_alg_name = "sha1-padlock-nano";
142 alg = crypto_alloc_shash(hash_alg_name, 0, 0);
144 pr_info("can't alloc alg %s\n", hash_alg_name);
/linux/drivers/crypto/bcm/
A Dutil.c406 hash_alg_name[alg], op_cnt); in spu_debugfs_read()
421 hash_alg_name[alg], op_cnt); in spu_debugfs_read()
A Dspu.h104 extern char *hash_alg_name[HASH_ALG_LAST];
A Dspu.c14 char *hash_alg_name[] = { "None", "md5", "sha1", "sha224", "sha256", "aes", variable
A Dcipher.c2378 __func__, rc, hash_alg_name[ctx->auth.alg]); in ahash_hmac_setkey()
/linux/drivers/crypto/marvell/cesa/
A Dhash.c1207 static int mv_cesa_ahmac_setkey(const char *hash_alg_name, in mv_cesa_ahmac_setkey() argument
1218 tfm = crypto_alloc_ahash(hash_alg_name, 0, 0); in mv_cesa_ahmac_setkey()

Completed in 23 milliseconds