Searched refs:CFB_TEST_SIZE (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | ideatest.c | 44 # define CFB_TEST_SIZE 24 macro 45 static const unsigned char plain[CFB_TEST_SIZE] = { 52 static const unsigned char cfb_cipher64[CFB_TEST_SIZE] = { 103 (long)CFB_TEST_SIZE - 12, &eks, in test_idea_cfb64() 105 if (!TEST_mem_eq(cfb_cipher64, CFB_TEST_SIZE, cfb_buf1, CFB_TEST_SIZE)) in test_idea_cfb64() 112 (long)CFB_TEST_SIZE - 13, &eks, in test_idea_cfb64() 114 return TEST_mem_eq(plain, CFB_TEST_SIZE, cfb_buf2, CFB_TEST_SIZE); in test_idea_cfb64()
|