Searched refs:hash_name (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/crypto/ |
D | rsa-pkcs1pad.c | 606 const char *hash_name; in pkcs1pad_create() local 620 hash_name = crypto_attr_alg_name(tb[2]); in pkcs1pad_create() 621 if (IS_ERR(hash_name)) in pkcs1pad_create() 622 hash_name = NULL; in pkcs1pad_create() 624 if (hash_name) { in pkcs1pad_create() 625 digest_info = rsa_lookup_asn1(hash_name); in pkcs1pad_create() 649 if (!hash_name) { in pkcs1pad_create() 663 hash_name) >= CRYPTO_MAX_ALG_NAME) in pkcs1pad_create() 669 hash_name) >= CRYPTO_MAX_ALG_NAME) in pkcs1pad_create()
|
/Linux-v5.4/drivers/crypto/bcm/ |
D | spu2.c | 316 char *hash_name; in spu2_dump_fmd_ctrl0() local 352 hash_name = spu2_hash_type_name(hash_type); in spu2_dump_fmd_ctrl0() 353 packet_log(" Hash type: %s\n", hash_name); in spu2_dump_fmd_ctrl0()
|
/Linux-v5.4/drivers/crypto/qat/qat_common/ |
D | qat_algs.c | 1169 const char *hash_name) in qat_alg_aead_init() argument 1173 ctx->hash_tfm = crypto_alloc_shash(hash_name, 0, 0); in qat_alg_aead_init()
|
/Linux-v5.4/security/selinux/ss/ |
D | policydb.c | 664 static void hash_eval(struct hashtab *h, const char *hash_name) in hash_eval() argument 670 hash_name, h->nel, info.slots_used, h->size, in hash_eval() 683 static inline void hash_eval(struct hashtab *h, char *hash_name) in hash_eval() argument
|
/Linux-v5.4/fs/ |
D | namei.c | 1977 static inline u64 hash_name(const void *salt, const char *name) in hash_name() function 2034 static inline u64 hash_name(const void *salt, const char *name) in hash_name() function 2078 hash_len = hash_name(nd->path.dentry, name); in link_path_walk()
|