Searched refs:v0 (Results 1 – 4 of 4) sorted by relevance
/net-tools-2.7.6/mbedtls-2.4.0/library/ |
D | xtea.c | 107 uint32_t *k, v0, v1, i; in mbedtls_xtea_crypt_ecb() local 111 GET_UINT32_BE( v0, input, 0 ); in mbedtls_xtea_crypt_ecb() 120 v0 += (((v1 << 4) ^ (v1 >> 5)) + v1) ^ (sum + k[sum & 3]); in mbedtls_xtea_crypt_ecb() 122 v1 += (((v0 << 4) ^ (v0 >> 5)) + v0) ^ (sum + k[(sum>>11) & 3]); in mbedtls_xtea_crypt_ecb() 131 v1 -= (((v0 << 4) ^ (v0 >> 5)) + v0) ^ (sum + k[(sum>>11) & 3]); in mbedtls_xtea_crypt_ecb() 133 v0 -= (((v1 << 4) ^ (v1 >> 5)) + v1) ^ (sum + k[sum & 3]); in mbedtls_xtea_crypt_ecb() 137 PUT_UINT32_BE( v0, output, 0 ); in mbedtls_xtea_crypt_ecb()
|
D | bignum.c | 713 size_t i, v0, t1; in mbedtls_mpi_shift_l() local 716 v0 = count / (biL ); in mbedtls_mpi_shift_l() 729 if( v0 > 0 ) in mbedtls_mpi_shift_l() 731 for( i = X->n; i > v0; i-- ) in mbedtls_mpi_shift_l() 732 X->p[i - 1] = X->p[i - v0 - 1]; in mbedtls_mpi_shift_l() 743 for( i = v0; i < X->n; i++ ) in mbedtls_mpi_shift_l() 762 size_t i, v0, v1; in mbedtls_mpi_shift_r() local 765 v0 = count / biL; in mbedtls_mpi_shift_r() 768 if( v0 > X->n || ( v0 == X->n && v1 > 0 ) ) in mbedtls_mpi_shift_r() 774 if( v0 > 0 ) in mbedtls_mpi_shift_r() [all …]
|
/net-tools-2.7.6/mbedtls-2.4.0/tests/suites/ |
D | helpers.function | 346 * State( v0, v1 ) should be set to zero. 351 uint32_t v0, v1; 380 info->v0 += ( ( ( info->v1 << 4 ) ^ ( info->v1 >> 5 ) ) 383 info->v1 += ( ( ( info->v0 << 4 ) ^ ( info->v0 >> 5 ) ) 384 + info->v0 ) ^ ( sum + k[( sum>>11 ) & 3] ); 387 PUT_UINT32_BE( info->v0, result, 0 );
|
/net-tools-2.7.6/mbedtls-2.4.0/tests/data_files/ |
D | rsa4096_prv.pem | 6 /LiAnZgY7xih2ePEhkkIqn6kU0cVBQj1cZ7hXGRaZ/MnqZ2y+KjiuFot2saNk/v0
|