Searched refs:ofb_cipher (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/netbsd-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()
|