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

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/des/
H A Ddestest.c315 static unsigned char ofb_buf1[24],ofb_buf2[24],ofb_tmp[8]; variable
639 des_ofb_encrypt(plain,ofb_buf1,64,sizeof(plain)/8,ks,&ofb_tmp);
640 if (memcmp(ofb_cipher,ofb_buf1,sizeof(ofb_buf1)) != 0)
644 ofb_buf1[8+0], ofb_buf1[8+1], ofb_buf1[8+2], ofb_buf1[8+3],
645 ofb_buf1[8+4], ofb_buf1[
[all...]

Completed in 98 milliseconds