Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/netbsd-tests/lib/libdes/
H A Dt_des.c393 if (memcmp(cfb_cipher, cfb_buf1, sizeof(plain)) != 0) in cfb_test()
394 fail_cfb_buf("cfb_encrypt encrypt error", cfb_buf1); in cfb_test()
416 if (memcmp(cfb_cipher, cfb_buf1, sizeof(plain)) != 0) in cfb64_test()
417 fail_cfb_buf("cfb_encrypt encrypt error", cfb_buf1); in cfb64_test()
421 des_cfb64_encrypt(&(cfb_buf1[17]), &(cfb_buf2[17]), in cfb64_test()
440 des_ede3_cfb64_encrypt(&(plain[12]), &(cfb_buf1[12]), in ede_cfb64_test()
443 if (memcmp(cfb_cipher, cfb_buf1, sizeof(plain)) != 0) in ede_cfb64_test()
449 des_ede3_cfb64_encrypt(&(cfb_buf1[17]), &(cfb_buf2[17]), in ede_cfb64_test()
741 des_cfb_encrypt(&(plain[i]), &(cfb_buf1[i]), in ATF_TC_BODY()
743 if (memcmp(cfb_cipher8, cfb_buf1, sizeof(plain)) != 0) in ATF_TC_BODY()
[all …]