Lines Matching defs:out
35 * The word 'cryptographic' can be left out if the rouines from the library
50 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
338 des_cblock in,out,outin,iv3,iv2;
413 memset(out,0,8);
415 des_ecb_encrypt(&in,&out,ks,DES_ENCRYPT);
416 des_ecb_encrypt(&out,&outin,ks,DES_DECRYPT);
418 if (memcmp(out,cipher_data[i],8) != 0)
422 pt(out));
428 i+1,pt(key_data[i]),pt(out),pt(in),pt(outin));
441 memset(out,0,8);
443 des_ecb2_encrypt(&in,&out,ks,ks2,DES_ENCRYPT);
444 des_ecb2_encrypt(&out,&outin,ks,ks2,DES_DECRYPT);
446 if (memcmp(out,cipher_ecb2[i],8) != 0)
450 pt(out));
456 i+1,pt(key_data[i]),pt(out),pt(in),pt(outin));
744 printf("quad_cksum error, out[0] %08lx is not %08lx\n",
750 printf("quad_cksum error, out[1] %08lx is not %08lx\n",
756 printf("quad_cksum error, out[2] %08lx is not %08lx\n",
762 printf("quad_cksum error, out[3] %08lx is not %08lx\n",
769 printf("quad_cksum error, out[0] %08lx is not %08lx\n",
775 printf("quad_cksum error, out[1] %08lx is not %08lx\n",
781 printf("quad_cksum error, out[2] %08lx is not %08lx\n",
787 printf("quad_cksum error, out[3] %08lx is not %08lx\n",