Lines Matching refs:ciL
5425 mbedtls_mpi_uint *carry = mbedtls_calloc(P255_WIDTH, ciL); in mbedtls_ecp_mod_p255_raw()
5527 M = mbedtls_calloc(M_limbs, ciL); in mbedtls_ecp_mod_p448_raw()
5533 Q = mbedtls_calloc(Q_limbs, ciL); in mbedtls_ecp_mod_p448_raw()
5541 memset(M, 0, (M_limbs * ciL)); in mbedtls_ecp_mod_p448_raw()
5544 memcpy(M, X + P448_WIDTH, ((M_limbs - 1) * ciL)); in mbedtls_ecp_mod_p448_raw()
5547 memset(X + P448_WIDTH, 0, ((M_limbs - 1) * ciL)); in mbedtls_ecp_mod_p448_raw()
5567 memset(M + P224_WIDTH_MAX, 0, ((M_limbs - P224_WIDTH_MAX) * ciL)); in mbedtls_ecp_mod_p448_raw()
5574 memmove((char *) M + P224_SIZE, M, P224_SIZE + ciL); in mbedtls_ecp_mod_p448_raw()
5587 memset(M, 0, (M_limbs * ciL)); in mbedtls_ecp_mod_p448_raw()
5588 memcpy(M, X + P448_WIDTH, ((M_limbs - 1) * ciL)); in mbedtls_ecp_mod_p448_raw()
5591 memset(X + P448_WIDTH, 0, ((M_limbs - 1) * ciL)); in mbedtls_ecp_mod_p448_raw()
5645 mbedtls_mpi_uint *A1 = mbedtls_calloc(P_limbs, ciL); in ecp_mod_koblitz()
5653 mbedtls_mpi_uint *M = mbedtls_calloc(M_limbs, ciL); in ecp_mod_koblitz()
5670 memcpy(A1, X + P_limbs - adjust, P_limbs * ciL); in ecp_mod_koblitz()