Searched refs:hash_name (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.15/crypto/ |
D | rsa-pkcs1pad.c | 604 const char *hash_name; in pkcs1pad_create() local 625 hash_name = crypto_attr_alg_name(tb[2]); in pkcs1pad_create() 626 if (IS_ERR(hash_name)) { in pkcs1pad_create() 638 ctx->digest_info = rsa_lookup_asn1(hash_name); in pkcs1pad_create() 646 hash_name) >= CRYPTO_MAX_ALG_NAME) in pkcs1pad_create() 652 hash_name) >= CRYPTO_MAX_ALG_NAME) in pkcs1pad_create()
|
/Linux-v5.15/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.15/drivers/crypto/qat/qat_common/ |
D | qat_algs.c | 1310 const char *hash_name) in qat_alg_aead_init() argument 1314 ctx->hash_tfm = crypto_alloc_shash(hash_name, 0, 0); in qat_alg_aead_init()
|
/Linux-v5.15/security/selinux/ss/ |
D | policydb.c | 688 static void hash_eval(struct hashtab *h, const char *hash_name) in hash_eval() argument 694 hash_name, h->nel, info.slots_used, h->size, in hash_eval() 707 static inline void hash_eval(struct hashtab *h, char *hash_name) in hash_eval() argument
|
/Linux-v5.15/drivers/crypto/hisilicon/sec2/ |
D | sec_crypto.c | 1880 static int sec_aead_ctx_init(struct crypto_aead *tfm, const char *hash_name) in sec_aead_ctx_init() argument 1892 auth_ctx->hash_tfm = crypto_alloc_shash(hash_name, 0, 0); in sec_aead_ctx_init()
|
/Linux-v5.15/fs/ |
D | namei.c | 2134 static inline u64 hash_name(const void *salt, const char *name) in hash_name() function 2191 static inline u64 hash_name(const void *salt, const char *name) in hash_name() function 2243 hash_len = hash_name(nd->path.dentry, name); in link_path_walk()
|