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.c304 if (!TEST_mem_eq(&(bf_cipher[n][0]), BF_BLOCK, &(data[0]), BF_BLOCK)) in test_bf_ecb_raw()
308 if (!TEST_mem_eq(&(bf_plain[n][0]), BF_BLOCK, &(data[0]), BF_BLOCK)) in test_bf_ecb_raw()
323 if (!TEST_mem_eq(&(cipher_data[n][0]), BF_BLOCK, out, BF_BLOCK)) in test_bf_ecb()
327 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