Searched refs:init_desc (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.1/security/integrity/evm/ |
| D | evm_crypto.c | 74 static struct shash_desc *init_desc(char type, uint8_t hash_algo) in init_desc() function 229 desc = init_desc(type, data->hdr.algo); in evm_calc_hmac_or_hash() 393 desc = init_desc(EVM_XATTR_HMAC, HASH_ALGO_SHA1); in evm_init_hmac()
|
| /Linux-v6.1/kernel/irq/ |
| D | msi.c | 79 int msi_add_msi_desc(struct device *dev, struct msi_desc *init_desc) in msi_add_msi_desc() argument 85 desc = msi_alloc_desc(dev, init_desc->nvec_used, init_desc->affinity); in msi_add_msi_desc() 90 desc->pci = init_desc->pci; in msi_add_msi_desc() 91 return msi_insert_desc(dev->msi.data, desc, init_desc->msi_index); in msi_add_msi_desc()
|
| /Linux-v6.1/drivers/crypto/caam/ |
| D | desc_constr.h | 104 static inline void init_desc(u32 * const desc, u32 options) in init_desc() function 112 init_desc(desc, CMD_SHARED_DESC_HDR | options); in init_sh_desc() 126 init_desc(desc, CMD_DESC_HDR | options); in init_job_desc()
|
| /Linux-v6.1/include/linux/ |
| D | msi.h | 249 int msi_add_msi_desc(struct device *dev, struct msi_desc *init_desc);
|