Searched refs:alg_type (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/drivers/crypto/fsl/ |
D | fsl_hash.c | 24 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() 184 driver_hash[algo].alg_type, in caam_hash()
|
D | jobdesc.h | 32 u32 alg_type, uint32_t alg_size, int sg_tbl);
|
D | jobdesc.c | 177 u32 alg_type, uint32_t alg_size, int sg_tbl) in inline_cnstr_jobdesc_hash() argument 190 OP_ALG_ENCRYPT | OP_ALG_ICV_OFF | alg_type); in inline_cnstr_jobdesc_hash()
|
/external/autotest/client/site_tests/kernel_CryptoAPI/ |
D | kernel_CryptoAPI.py | 43 def __init__(self, alg_family, alg_type, alg_name, alg_feat=0, alg_mask=0): argument 44 super(sockaddr_alg, self).__init__(alg_family, alg_type, alg_feat,
|
/external/avb/ |
D | avbtool | 421 def lookup_algorithm_by_type(alg_type): argument 435 if alg_data.algorithm_type == alg_type: 437 raise AvbError('Unknown algorithm type {}'.format(alg_type))
|