Searched refs:CFB_TEST_SIZE (Results 1 – 1 of 1) sorted by relevance
/openssl/test/ |
H A D | ideatest.c | 45 # define CFB_TEST_SIZE 24 macro 46 static const unsigned char plain[CFB_TEST_SIZE] = { 53 static const unsigned char cfb_cipher64[CFB_TEST_SIZE] = { 104 (long)CFB_TEST_SIZE - 12, &eks, in test_idea_cfb64() 106 if (!TEST_mem_eq(cfb_cipher64, CFB_TEST_SIZE, cfb_buf1, CFB_TEST_SIZE)) in test_idea_cfb64() 113 (long)CFB_TEST_SIZE - 13, &eks, in test_idea_cfb64() 115 return TEST_mem_eq(plain, CFB_TEST_SIZE, cfb_buf2, CFB_TEST_SIZE); in test_idea_cfb64()
|
Completed in 5 milliseconds