Home
last modified time | relevance | path

Searched refs:CFB_TEST_SIZE (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dideatest.c44 # 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()
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dideatest.c37 # define CFB_TEST_SIZE 24 macro
38 static const unsigned char plain[CFB_TEST_SIZE] = {
45 static const unsigned char cfb_cipher64[CFB_TEST_SIZE] = {
96 (long)CFB_TEST_SIZE - 12, &eks, in test_idea_cfb64()
98 if (!TEST_mem_eq(cfb_cipher64, CFB_TEST_SIZE, cfb_buf1, CFB_TEST_SIZE)) in test_idea_cfb64()
105 (long)CFB_TEST_SIZE - 13, &eks, in test_idea_cfb64()
107 return TEST_mem_eq(plain, CFB_TEST_SIZE, cfb_buf2, CFB_TEST_SIZE); in test_idea_cfb64()