Searched refs:adjust (Results 1 – 9 of 9) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/configs/ |
D | README.txt | 12 2. Define MBEDTLS_CONFIG_FILE and adjust the include path accordingly.
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | ecp_curves.c | 5315 size_t adjust, size_t shift, mbedtls_mpi_uint mask) in ecp_mod_koblitz() argument 5336 M.n = (unsigned short) (N->n - (p_limbs - adjust)); in ecp_mod_koblitz() 5337 if (M.n > p_limbs + adjust) { in ecp_mod_koblitz() 5338 M.n = (unsigned short) (p_limbs + adjust); in ecp_mod_koblitz() 5341 memcpy(Mp, N->p + p_limbs - adjust, M.n * sizeof(mbedtls_mpi_uint)); in ecp_mod_koblitz() 5362 M.n = (unsigned short) (N->n - (p_limbs - adjust)); in ecp_mod_koblitz() 5363 if (M.n > p_limbs + adjust) { in ecp_mod_koblitz() 5364 M.n = (unsigned short) (p_limbs + adjust); in ecp_mod_koblitz() 5367 memcpy(Mp, N->p + p_limbs - adjust, M.n * sizeof(mbedtls_mpi_uint)); in ecp_mod_koblitz()
|
D | ecp.c | 1788 unsigned char c, cc, adjust; in ecp_comb_recode_core() local 1808 adjust = 1 - (x[i] & 0x01); in ecp_comb_recode_core() 1809 c |= x[i] & (x[i-1] * adjust); in ecp_comb_recode_core() 1810 x[i] = x[i] ^ (x[i-1] * adjust); in ecp_comb_recode_core() 1811 x[i-1] |= adjust << 7; in ecp_comb_recode_core()
|
D | ecp_curves_new.c | 5642 size_t adjust = (shift + biL - 1) / biL; in ecp_mod_koblitz() local 5643 size_t P_limbs = bits / biL + adjust; in ecp_mod_koblitz() 5660 if (adjust != 0) { in ecp_mod_koblitz() 5670 memcpy(A1, X + P_limbs - adjust, P_limbs * ciL); in ecp_mod_koblitz()
|
/openthread-latest/third_party/mbedtls/repo/ |
D | README.md | 160 Note that, with CMake, you can't adjust the compiler or its flags after the
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/ |
D | strategy.md | 101 `ENTROPY_C`. This requires going through the PSA code base to adjust
|
/openthread-latest/third_party/mbedtls/repo/docs/ |
D | 3.0-migration-guide.md | 268 Alternative implementations of the SHA256 and SHA512 modules must adjust their functions' prototype…
|
/openthread-latest/src/cli/ |
D | README.md | 3686 …not, error `NotCapable` is outputted to indicate to the caller that they need to adjust the weight.
|
/openthread-latest/doc/ |
D | Doxyfile.in | 1165 # will adjust the colors in the stylesheet and background images according to
|