Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dideatest.c67 if (!TEST_mem_eq(out, IDEA_BLOCK, c, sizeof(c))) in test_idea_ecb()
72 return TEST_mem_eq(out, IDEA_BLOCK, in, sizeof(in)); in test_idea_ecb()
78 unsigned char iv[IDEA_BLOCK]; in test_idea_cbc()
86 IDEA_cbc_encrypt(out, out, IDEA_BLOCK, &dkey, iv, 0); in test_idea_cbc()
/freebsd/crypto/openssl/include/openssl/
H A Didea.h26 # define IDEA_BLOCK 8 macro