Searched refs:adjust (Results 1 – 8 of 8) sorted by relevance
1211 size_t adjust, size_t shift, mbedtls_mpi_uint mask ) in ecp_mod_koblitz() argument1231 M.n = N->n - ( p_limbs - adjust ); in ecp_mod_koblitz()1232 if( M.n > p_limbs + adjust ) in ecp_mod_koblitz()1233 M.n = p_limbs + adjust; in ecp_mod_koblitz()1235 memcpy( Mp, N->p + p_limbs - adjust, M.n * sizeof( mbedtls_mpi_uint ) ); in ecp_mod_koblitz()1238 M.n += R.n - adjust; /* Make room for multiplication by R */ in ecp_mod_koblitz()1253 M.n = N->n - ( p_limbs - adjust ); in ecp_mod_koblitz()1254 if( M.n > p_limbs + adjust ) in ecp_mod_koblitz()1255 M.n = p_limbs + adjust; in ecp_mod_koblitz()1257 memcpy( Mp, N->p + p_limbs - adjust, M.n * sizeof( mbedtls_mpi_uint ) ); in ecp_mod_koblitz()[all …]
1155 unsigned char c, cc, adjust; in ecp_comb_fixed() local1174 adjust = 1 - ( x[i] & 0x01 ); in ecp_comb_fixed()1175 c |= x[i] & ( x[i-1] * adjust ); in ecp_comb_fixed()1176 x[i] = x[i] ^ ( x[i-1] * adjust ); in ecp_comb_fixed()1177 x[i-1] |= adjust << 7; in ecp_comb_fixed()
31 data/adjust-config.sh $TREE/scripts/config.pl $TMP/mbedtls/config.h
14 2. Define MBEDTLS_CONFIG_FILE and adjust the include path accordingly.
39 If you need to adjust those flags, you can provide your own configuration-adjustment file with suit…
148 * Please set up/adjust the doxygen documentation if you create new functions or
942 # Doxygen will adjust the colors in the style sheet and background images
1117 # will adjust the colors in the stylesheet and background images according to