Home
last modified time | relevance | path

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

/Linux-v4.19/security/integrity/evm/
Devm_crypto.c77 static struct shash_desc *init_desc(char type, uint8_t hash_algo) in init_desc() function
208 desc = init_desc(type, data->hdr.algo); in evm_calc_hmac_or_hash()
341 desc = init_desc(EVM_XATTR_HMAC, HASH_ALGO_SHA1); in evm_init_hmac()
/Linux-v4.19/drivers/crypto/caam/
Ddesc_constr.h60 static inline void init_desc(u32 * const desc, u32 options) in init_desc() function
68 init_desc(desc, CMD_SHARED_DESC_HDR | options); in init_sh_desc()
82 init_desc(desc, CMD_DESC_HDR | options); in init_job_desc()