Home
last modified time | relevance | path

Searched refs:shift (Results 1 – 6 of 6) sorted by relevance

/openthread-3.4.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_ecdh.function249 unsigned char shift = 8 - ( grp.nbits % 8 );
253 rnd_buf_A->x[i] = rnd_buf_A->x[i] << shift
254 | rnd_buf_A->x[i+1] >> ( 8 - shift );
256 rnd_buf_A->x[rnd_info_A.length-1] <<= shift;
267 unsigned char shift = 8 - ( grp.nbits % 8 );
271 rnd_buf_B->x[i] = rnd_buf_B->x[i] << shift
272 | rnd_buf_B->x[i+1] >> ( 8 - shift );
274 rnd_buf_B->x[rnd_info_B.length-1] <<= shift;
Dtest_suite_ecdsa.function303 unsigned char shift = 8 - ( grp.nbits % 8 );
307 rnd_buf->x[i] = rnd_buf->x[i] << shift | rnd_buf->x[i+1] >> ( 8 - shift );
309 rnd_buf->x[rnd_info.length-1] <<= shift;
/openthread-3.4.0/third_party/nlbuild-autotools/repo/autoconf/m4/
Dnl_filtered_canonical.m461 shift
66 shift; shift
/openthread-3.4.0/third_party/mbedtls/repo/library/
Decp_curves.c1356 size_t adjust, size_t shift, mbedtls_mpi_uint mask ) in ecp_mod_koblitz() argument
1381 if( shift != 0 ) in ecp_mod_koblitz()
1382 MBEDTLS_MPI_CHK( mbedtls_mpi_shift_r( &M, shift ) ); in ecp_mod_koblitz()
1403 if( shift != 0 ) in ecp_mod_koblitz()
1404 MBEDTLS_MPI_CHK( mbedtls_mpi_shift_r( &M, shift ) ); in ecp_mod_koblitz()
Dssl_msg.c3207 uint64_t shift = rec_seqnum - ssl->in_window_top; in mbedtls_ssl_dtls_replay_update() local
3209 if( shift >= 64 ) in mbedtls_ssl_dtls_replay_update()
3213 ssl->in_window <<= shift; in mbedtls_ssl_dtls_replay_update()
/openthread-3.4.0/third_party/nlbuild-autotools/repo/tools/packages/make/make.patches/
Dmake-00.patch248 + static char eval_line[] = "eval\\ \\\"set\\ x\\;\\ shift\\;\\ ";