t_des.c | 335 static unsigned char ofb_buf1[24], ofb_buf2[24], ofb_tmp[8]; variable in typeref:typename:unsigned char[24][24] 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[8 + 5] [all...] |