Searched refs:ofb_buf2 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/netbsd-tests/lib/libdes/
H A Dt_des.c335 static unsigned char ofb_buf1[24], ofb_buf2[24], ofb_tmp[8]; variable
784 des_ofb_encrypt(ofb_buf1, ofb_buf2, 64, sizeof(ofb_buf1) / 8, ks,
786 if (memcmp(plain, ofb_buf2, sizeof(ofb_buf2)) != 0) {
790 ofb_buf2[8 + 0], ofb_buf2[8 + 1],
791 ofb_buf2[8 + 2], ofb_buf2[8 + 3],
792 ofb_buf2[8 + 4], ofb_buf2[
[all...]
/freebsd-11.0-release/crypto/openssl/crypto/des/
H A Ddestest.c342 static unsigned char ofb_buf1[24], ofb_buf2[24], ofb_tmp[8]; variable
654 des_ofb_encrypt(ofb_buf1, ofb_buf2, 64, sizeof(ofb_buf1) / 8, ks,
656 if (memcmp(plain, ofb_buf2, sizeof(ofb_buf2)) != 0) {
659 ofb_buf2[8 + 0], ofb_buf2[8 + 1], ofb_buf2[8 + 2],
660 ofb_buf2[8 + 3], ofb_buf2[8 + 4], ofb_buf2[
[all...]

Completed in 104 milliseconds