/reactos/sdk/lib/cryptlib/ |
H A D | mvAesAlg.h | 16 int rijndaelEncrypt128(MV_U8 a[4][MAXBC], MV_U8 rk[MAXROUNDS+1][4][MAXBC], int rounds); 17 int rijndaelDecrypt128(MV_U8 a[4][MAXBC], MV_U8 rk[MAXROUNDS+1][4][MAXBC], int rounds);
|
H A D | mvAesAlg.c | 244 int rijndaelEncrypt128(MV_U8 a[4][MAXBC], MV_U8 rk[MAXROUNDS+1][4][MAXBC], int rounds) in rijndaelEncrypt128() argument 251 ROUNDS = rounds; in rijndaelEncrypt128() 277 int rijndaelDecrypt128(MV_U8 a[4][MAXBC], MV_U8 rk[MAXROUNDS+1][4][MAXBC], int rounds) in rijndaelDecrypt128() argument 282 ROUNDS = rounds; in rijndaelDecrypt128()
|
H A D | aes.c | 937 int aes_setup(const unsigned char *key, int keylen, int rounds, aes_key *skey) in aes_setup() argument 947 if (rounds != 0 && rounds != (10 + ((keylen/8)-2)*2)) { in aes_setup()
|
H A D | tomcrypt.h | 149 int aes_setup(const unsigned char *key, int keylen, int rounds, aes_key *skey);
|
/reactos/dll/win32/rsaenh/ |
H A D | rc2.c | 53 int rc2_setup(const unsigned char *key, int keylen, int bits, int rounds, rc2_key *rc2) in rc2_setup() argument 64 if (rounds != 0 && rounds != 16) { in rc2_setup()
|
H A D | aes.c | 937 int aes_setup(const unsigned char *key, int keylen, int rounds, aes_key *skey) in aes_setup() argument 947 if (rounds != 0 && rounds != (10 + ((keylen/8)-2)*2)) { in aes_setup()
|
H A D | tomcrypt.h | 149 int aes_setup(const unsigned char *key, int keylen, int rounds, aes_key *skey);
|
/reactos/dll/3rdparty/mbedtls/ |
H A D | hmac_drbg.c | 97 unsigned char rounds = ( additional != NULL && add_len != 0 ) ? 2 : 1; in mbedtls_hmac_drbg_update_ret() local 102 for( sep[0] = 0; sep[0] < rounds; sep[0]++ ) in mbedtls_hmac_drbg_update_ret() 113 if( rounds == 2 ) in mbedtls_hmac_drbg_update_ret()
|
H A D | bignum.c | 2733 static int mpi_miller_rabin( const mbedtls_mpi *X, size_t rounds, in mpi_miller_rabin() argument 2757 for( i = 0; i < rounds; i++ ) in mpi_miller_rabin() 2826 int mbedtls_mpi_is_prime_ext( const mbedtls_mpi *X, int rounds, in mbedtls_mpi_is_prime_ext() argument 2854 return( mpi_miller_rabin( &XX, rounds, f_rng, p_rng ) ); in mbedtls_mpi_is_prime_ext() 2897 int rounds; in mbedtls_mpi_gen_prime() local 2916 rounds = ( ( nbits >= 1300 ) ? 2 : ( nbits >= 850 ) ? 3 : in mbedtls_mpi_gen_prime() 2926 rounds = ( ( nbits >= 1450 ) ? 4 : ( nbits >= 1150 ) ? 5 : in mbedtls_mpi_gen_prime() 2944 ret = mbedtls_mpi_is_prime_ext( X, rounds, f_rng, p_rng ); in mbedtls_mpi_gen_prime() 2977 ( ret = mpi_miller_rabin( X, rounds, f_rng, p_rng ) ) in mbedtls_mpi_gen_prime() 2979 ( ret = mpi_miller_rabin( &Y, rounds, f_rng, p_rng ) ) in mbedtls_mpi_gen_prime()
|
/reactos/sdk/include/reactos/libs/mbedtls/ |
H A D | bignum.h | 957 int mbedtls_mpi_is_prime_ext( const mbedtls_mpi *X, int rounds,
|
/reactos/sdk/lib/3rdparty/freetype/src/autofit/ |
H A D | aflatin2.c | 197 FT_Pos rounds[AF_LATIN_MAX_TEST_CHARACTERS]; in af_latin2_metrics_init_blues() local 353 rounds[num_rounds++] = best_y; in af_latin2_metrics_init_blues() 371 af_sort_pos( num_rounds, rounds ); in af_latin2_metrics_init_blues() 383 *blue_shoot = rounds[num_rounds / 2]; in af_latin2_metrics_init_blues() 393 *blue_shoot = rounds[num_rounds / 2]; in af_latin2_metrics_init_blues()
|
H A D | aflatin.c | 336 FT_Pos rounds[AF_BLUE_STRING_MAX_LEN]; in af_latin_metrics_init_blues() local 898 rounds[num_rounds++] = best_y_extremum; in af_latin_metrics_init_blues() 918 af_sort_pos( num_rounds, rounds ); in af_latin_metrics_init_blues() 930 *blue_shoot = rounds[num_rounds / 2]; in af_latin_metrics_init_blues() 940 *blue_shoot = rounds[num_rounds / 2]; in af_latin_metrics_init_blues()
|