Home
last modified time | relevance | path

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

/net-tools-3.6.0/mbedtls-2.4.0/library/
Decp_curves.c1211 size_t adjust, size_t shift, mbedtls_mpi_uint mask ) in ecp_mod_koblitz() argument
1231 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 …]
Decp.c1155 unsigned char c, cc, adjust; in ecp_comb_fixed() local
1174 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()
/net-tools-3.6.0/mbedtls-2.4.0/yotta/
Dcreate-module.sh31 data/adjust-config.sh $TREE/scripts/config.pl $TMP/mbedtls/config.h
/net-tools-3.6.0/mbedtls-2.4.0/configs/
DREADME.txt14 2. Define MBEDTLS_CONFIG_FILE and adjust the include path accordingly.
/net-tools-3.6.0/mbedtls-2.4.0/yotta/data/
DREADME.md39 If you need to adjust those flags, you can provide your own configuration-adjustment file with suit…
/net-tools-3.6.0/libcoap/
DCONTRIBUTE148 * Please set up/adjust the doxygen documentation if you create new functions or
/net-tools-3.6.0/mbedtls-2.4.0/doxygen/
Dmbedtls.doxyfile942 # Doxygen will adjust the colors in the style sheet and background images
/net-tools-3.6.0/libcoap/doc/
DDoxyfile.in1117 # will adjust the colors in the stylesheet and background images according to