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

/external/chromium_org/third_party/openssl/openssl/crypto/des/
H A Ddestest.c315 static unsigned char ofb_buf1[24],ofb_buf2[24],ofb_tmp[8]; variable
652 des_ofb_encrypt(ofb_buf1,ofb_buf2,64,sizeof(ofb_buf1)/8,ks,&ofb_tmp);
653 if (memcmp(plain,ofb_buf2,sizeof(ofb_buf2)) != 0)
657 ofb_buf2[8+0], ofb_buf2[8+1], ofb_buf2[8+2], ofb_buf2[8+3],
658 ofb_buf2[8+4], ofb_buf2[
[all...]
/external/openssl/crypto/des/
H A Ddestest.c315 static unsigned char ofb_buf1[24],ofb_buf2[24],ofb_tmp[8]; variable
652 des_ofb_encrypt(ofb_buf1,ofb_buf2,64,sizeof(ofb_buf1)/8,ks,&ofb_tmp);
653 if (memcmp(plain,ofb_buf2,sizeof(ofb_buf2)) != 0)
657 ofb_buf2[8+0], ofb_buf2[8+1], ofb_buf2[8+2], ofb_buf2[8+3],
658 ofb_buf2[8+4], ofb_buf2[
[all...]

Completed in 71 milliseconds