Searched refs:ofb_cipher (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/tests/lib/libdes/ |
H A D | t_des.c | 336 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()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | destest.c | 277 static unsigned char ofb_cipher[24] = { variable 605 if (!TEST_mem_eq(ofb_cipher, sizeof(ofb_buf1), ofb_buf1, sizeof(ofb_buf1))) in test_des_ofb() 628 if (!TEST_mem_eq(ofb_cipher, sizeof(ofb_buf1), ofb_buf1, sizeof(ofb_buf1))) in test_des_ofb64() 652 if (!TEST_mem_eq(ofb_cipher, sizeof(ofb_buf1), ofb_buf1, sizeof(ofb_buf1))) in test_des_ede_ofb64()
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | destest.c | 284 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()
|