Home
last modified time | relevance | path

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

/freebsd/contrib/netbsd-tests/lib/libdes/
H A Dt_des.c336 static unsigned char ofb_cipher[24] = variable
770 if (memcmp(ofb_cipher, ofb_buf1, sizeof(ofb_buf1)) != 0) { in ATF_TC_BODY()
778 ofb_buf1[8 + 0], ofb_cipher[8 + 1], in ATF_TC_BODY()
779 ofb_cipher[8 + 2], ofb_cipher[8 + 3], in ATF_TC_BODY()
780 ofb_buf1[8 + 4], ofb_cipher[8 + 5], in ATF_TC_BODY()
781 ofb_cipher[8 + 6], ofb_cipher[8 + 7]); in ATF_TC_BODY()
824 if (memcmp(ofb_cipher, ofb_buf1, sizeof(ofb_buf1)) != 0) { in ATF_TC_BODY()
858 if (memcmp(ofb_cipher, ofb_buf1, sizeof(ofb_buf1)) != 0) { in ATF_TC_BODY()
/freebsd/crypto/openssl/test/
H A Ddestest.c284 static unsigned char ofb_cipher[24] = { variable
612 if (!TEST_mem_eq(ofb_cipher, sizeof(ofb_buf1), ofb_buf1, sizeof(ofb_buf1))) in test_des_ofb()
635 if (!TEST_mem_eq(ofb_cipher, sizeof(ofb_buf1), ofb_buf1, sizeof(ofb_buf1))) in test_des_ofb64()
659 if (!TEST_mem_eq(ofb_cipher, sizeof(ofb_buf1), ofb_buf1, sizeof(ofb_buf1))) in test_des_ede_ofb64()