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

/freebsd-current/contrib/netbsd-tests/lib/libdes/
H A Dt_des.c335 static unsigned char ofb_buf1[24], ofb_buf2[24], ofb_tmp[8]; variable
769 des_ofb_encrypt(plain, ofb_buf1, 64, sizeof(plain) / 8, ks, &ofb_tmp);
770 if (memcmp(ofb_cipher, ofb_buf1, sizeof(ofb_buf1)) != 0) {
774 ofb_buf1[8 + 0], ofb_buf1[8 + 1],
775 ofb_buf1[8 + 2], ofb_buf1[8 + 3],
776 ofb_buf1[8 + 4], ofb_buf1[
[all...]
/freebsd-current/crypto/openssl/test/
H A Ddestest.c283 static unsigned char ofb_buf1[24], ofb_buf2[24], ofb_tmp[8]; variable
611 DES_ofb_encrypt(plain, ofb_buf1, 64, sizeof(plain) / 8, &ks, &ofb_tmp);
612 if (!TEST_mem_eq(ofb_cipher, sizeof(ofb_buf1), ofb_buf1, sizeof(ofb_buf1)))
616 DES_ofb_encrypt(ofb_buf1, ofb_buf2, 64, sizeof(ofb_buf1) / 8, &ks,
629 memset(ofb_buf1, 0, sizeof(ofb_buf1));
630 memset(ofb_buf2, 0, sizeof(ofb_buf1));
[all...]

Completed in 70 milliseconds