Home
last modified time | relevance | path

Searched refs:alg_type (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/drivers/crypto/fsl/
H A Dfsl_hash.c24 u32 alg_type; member
36 .alg_type = OP_ALG_ALGSEL_SHA1,
41 .alg_type = OP_ALG_ALGSEL_SHA256,
146 driver_hash[caam_algo].alg_type, in caam_hash_finish()
174 driver_hash[algo].alg_type, in caam_hash()
H A Djobdesc.h33 u32 alg_type, uint32_t alg_size, int sg_tbl);
H A Djobdesc.c178 u32 alg_type, uint32_t alg_size, int sg_tbl) in inline_cnstr_jobdesc_hash() argument
191 OP_ALG_ENCRYPT | OP_ALG_ICV_OFF | alg_type); in inline_cnstr_jobdesc_hash()
/rk3399_rockchip-uboot/scripts/
H A Davbtool.py498 def lookup_algorithm_by_type(alg_type): argument
512 if alg_data.algorithm_type == alg_type:
514 raise AvbError('Unknown algorithm type {}'.format(alg_type))
517 def lookup_hash_size_by_type(alg_type): argument
531 if alg_data.algorithm_type == alg_type:
533 raise AvbError('Unsupported algorithm type {}'.format(alg_type))