Lines Matching refs:E
7647 const uint8_t *E, in caam_pkha_algorithm_operation_command() argument
7700 if ((E != NULL) && (sizeE != 0U)) in caam_pkha_algorithm_operation_command()
7704 DESC_SET_ADDR(descriptor[10], E); in caam_pkha_algorithm_operation_command()
7776 const uint8_t *E, in caam_pkha_ecc_algorithm_operation_command() argument
7854 if ((E != NULL) && (sizeE != 0U)) in caam_pkha_ecc_algorithm_operation_command()
7857 DESC_SET_ADDR(descriptor[20], E); in caam_pkha_ecc_algorithm_operation_command()
8448 const uint8_t *E,
8463 const uint8_t *E, in CAAM_PKHA_ModExpNonBlocking() argument
8488 …m_pkha_algorithm_operation_command(base, handle, descriptor, A, sizeA, NULL, 0, N, sizeN, E, sizeE, in CAAM_PKHA_ModExpNonBlocking()
8519 const uint8_t *E, in CAAM_PKHA_ModExp() argument
8532 …status = CAAM_PKHA_ModExpNonBlocking(base, handle, descBuf, A, sizeA, N, sizeN, E, sizeE, result, … in CAAM_PKHA_ModExp()
9072 const uint8_t *E,
9087 const uint8_t *E, in CAAM_PKHA_ECC_PointMulNonBlocking() argument
9107 …status = caam_pkha_ecc_algorithm_operation_command(base, handle, descriptor, A, NULL, E, sizeE, N,… in CAAM_PKHA_ECC_PointMulNonBlocking()
9136 const uint8_t *E, in CAAM_PKHA_ECC_PointMul() argument
9152 …status = CAAM_PKHA_ECC_PointMulNonBlocking(base, handle, descBuf, A, E, sizeE, N, R2modN, aCurvePa… in CAAM_PKHA_ECC_PointMul()