Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/security/integrity/evm/
H A Devm_crypto.c72 static struct shash_desc *init_desc(char type, uint8_t hash_algo) in init_desc() function
203 desc = init_desc(type, data->hdr.algo); in evm_calc_hmac_or_hash()
336 desc = init_desc(EVM_XATTR_HMAC, HASH_ALGO_SHA1); in evm_init_hmac()
/OK3568_Linux_fs/u-boot/drivers/crypto/fsl/
H A Ddesc_constr.h89 static inline void init_desc(u32 *desc, u32 options) in init_desc() function
96 init_desc(desc, CMD_DESC_HDR | options); in init_job_desc()
/OK3568_Linux_fs/kernel/drivers/crypto/caam/
H A Ddesc_constr.h104 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()