Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/caam/
Dfsl_caam.c7093 #define DESC_ADD_LEN(cmdWord, len) ((cmdWord) |= (len)) macro
7314 DESC_ADD_LEN(descriptor[3], sizeN); in caam_pkha_algorithm_operation_command()
7326 DESC_ADD_LEN(descriptor[5], sizeA); in caam_pkha_algorithm_operation_command()
7338 DESC_ADD_LEN(descriptor[7], sizeB); in caam_pkha_algorithm_operation_command()
7350 DESC_ADD_LEN(descriptor[9], sizeE); in caam_pkha_algorithm_operation_command()
7369 DESC_ADD_LEN(descriptor[12], sizeN); in caam_pkha_algorithm_operation_command()
7444 DESC_ADD_LEN(descriptor[3], size); in caam_pkha_ecc_algorithm_operation_command()
7450 DESC_ADD_LEN(descriptor[5], size); in caam_pkha_ecc_algorithm_operation_command()
7452 DESC_ADD_LEN(descriptor[7], size); in caam_pkha_ecc_algorithm_operation_command()
7462 DESC_ADD_LEN(descriptor[9], size); in caam_pkha_ecc_algorithm_operation_command()
[all …]