Searched refs:rounds (Results 1 – 4 of 4) sorted by relevance
/test/recipes/30-test_evp_data/ |
A D | evpmac_siphash.txt | 14 # SIPHASH tests - default values: 2,4 rounds, 16-byte mac 129 # SIPHASH - default values: 2,4 rounds, explicit 8-byte mac 143 # SIPHASH - default values: 2,4 rounds, explicit 16-byte mac 151 # SIPHASH - default values: 2,4 rounds, explicit 16-byte mac (set as 0) 159 # SIPHASH - default values: 2,4 rounds, explicit 13-byte mac (invalid size) 174 Title = SIPHASH - explicit rounds 178 Ctrl = c-rounds:2 179 Ctrl = d-rounds:4 185 Title = SIPHASH - non-default values: 4,8 rounds 189 Ctrl = c-rounds:4 [all …]
|
A D | evpciph_rc5.txt | 114 #Bad rounds
|
/test/ |
A D | rdcpu_sanitytest.c | 38 int rounds, int min_failures, int max_retries, int max_zero_words) in sanity_check_bytes() argument 45 for (i = 0; i < rounds; i++) { in sanity_check_bytes()
|
A D | evp_test.c | 936 unsigned int rounds; member 1062 cdat->rounds = (unsigned int)i; in cipher_test_parse() 1237 if (expected->rounds > 0) { in cipher_test_enc() 1238 int rounds = (int)expected->rounds; in cipher_test_enc() local 1240 if (EVP_CIPHER_CTX_ctrl(ctx_base, EVP_CTRL_SET_RC5_ROUNDS, rounds, NULL) <= 0) { in cipher_test_enc()
|
Completed in 19 milliseconds