Searched refs:v0 (Results 1 – 5 of 5) sorted by relevance
131 info->v0 += ( ( ( info->v1 << 4 ) ^ ( info->v1 >> 5 ) ) in mbedtls_test_rnd_pseudo_rand()134 info->v1 += ( ( ( info->v0 << 4 ) ^ ( info->v0 >> 5 ) ) in mbedtls_test_rnd_pseudo_rand()135 + info->v0 ) ^ ( sum + k[( sum>>11 ) & 3] ); in mbedtls_test_rnd_pseudo_rand()138 PUT_UINT32_BE( info->v0, result, 0 ); in mbedtls_test_rnd_pseudo_rand()
52 uint32_t v0, v1; member
6 /LiAnZgY7xih2ePEhkkIqn6kU0cVBQj1cZ7hXGRaZ/MnqZ2y+KjiuFot2saNk/v0
1093 size_t i, v0, t1; in mbedtls_mpi_shift_l() local1097 v0 = count / (biL ); in mbedtls_mpi_shift_l()1110 if( v0 > 0 ) in mbedtls_mpi_shift_l()1112 for( i = X->n; i > v0; i-- ) in mbedtls_mpi_shift_l()1124 for( i = v0; i < X->n; i++ ) in mbedtls_mpi_shift_l()1143 size_t i, v0, v1; in mbedtls_mpi_shift_r() local1147 v0 = count / biL; in mbedtls_mpi_shift_r()1150 if( v0 > X->n || ( v0 == X->n && v1 > 0 ) ) in mbedtls_mpi_shift_r()1156 if( v0 > 0 ) in mbedtls_mpi_shift_r()1158 for( i = 0; i < X->n - v0; i++ ) in mbedtls_mpi_shift_r()[all …]
236 add_test_suite(psa_crypto_storage_format psa_crypto_storage_format.v0)
Completed in 8 milliseconds