Home
last modified time | relevance | path

Searched refs:init_desc (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/security/integrity/evm/
Devm_crypto.c35 static struct shash_desc *init_desc(char type) in init_desc() function
144 desc = init_desc(type); in evm_calc_hmac_or_hash()
224 desc = init_desc(EVM_XATTR_HMAC); in evm_init_hmac()
/linux-4.1.27/drivers/crypto/caam/
Ddesc_constr.h53 static inline void init_desc(u32 *desc, u32 options) in init_desc() function
61 init_desc(desc, CMD_SHARED_DESC_HDR | options); in init_sh_desc()
74 init_desc(desc, CMD_DESC_HDR | options); in init_job_desc()