Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dbftest.c306 if (!TEST_mem_eq(&(bf_cipher[n][0]), BF_BLOCK, &(data[0]), BF_BLOCK)) in test_bf_ecb_raw()
310 if (!TEST_mem_eq(&(bf_plain[n][0]), BF_BLOCK, &(data[0]), BF_BLOCK)) in test_bf_ecb_raw()
325 if (!TEST_mem_eq(&(cipher_data[n][0]), BF_BLOCK, out, BF_BLOCK)) in test_bf_ecb()
329 if (!TEST_mem_eq(&(plain_data[n][0]), BF_BLOCK, out, BF_BLOCK)) in test_bf_ecb()
/freebsd/crypto/openssl/include/openssl/
H A Dblowfish.h27 #define BF_BLOCK 8 macro