Searched refs:hash_alg_name (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/Documentation/crypto/ |
| H A D | api-samples.rst | 139 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);
|
| /OK3568_Linux_fs/kernel/drivers/crypto/bcm/ |
| H A D | util.c | 404 hash_alg_name[alg], op_cnt); in spu_debugfs_read() 419 hash_alg_name[alg], op_cnt); in spu_debugfs_read()
|
| H A D | spu.h | 103 extern char *hash_alg_name[HASH_ALG_LAST];
|
| H A D | spu.c | 14 char *hash_alg_name[] = { "None", "md5", "sha1", "sha224", "sha256", "aes", variable
|
| H A D | cipher.c | 2380 __func__, rc, hash_alg_name[ctx->auth.alg]); in ahash_hmac_setkey()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/marvell/cesa/ |
| H A D | hash.c | 1183 static int mv_cesa_ahmac_setkey(const char *hash_alg_name, in mv_cesa_ahmac_setkey() argument 1194 tfm = crypto_alloc_ahash(hash_alg_name, 0, 0); in mv_cesa_ahmac_setkey()
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | avbtool.py | 4088 def generate_hash_tree(image, image_size, block_size, hash_alg_name, salt, argument 4113 hasher = create_avb_hashtree_hasher(hash_alg_name, salt) 4122 hasher = create_avb_hashtree_hasher(hash_alg_name, salt) 4154 hasher = create_avb_hashtree_hasher(hash_alg_name, salt)
|
| /OK3568_Linux_fs/tools/linux/Linux_SecurityAVB/scripts/ |
| H A D | avbtool | 3496 def generate_hash_tree(image, image_size, block_size, hash_alg_name, salt, argument 3522 hasher = hashlib.new(name=hash_alg_name, string=salt) 3552 hasher = hashlib.new(name=hash_alg_name, string=salt)
|