HomeSort by relevance Sort by last modified time
    Searched refs:cfb_tmp (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/rc2/
rc2test.c 118 static unsigned char cfb_buf1[40],cfb_buf2[40],cfb_tmp[8]; variable
223 memcpy(cfb_tmp,cfb_iv,8);
226 cfb_tmp,&n,IDEA_ENCRYPT);
229 cfb_tmp,&n,IDEA_ENCRYPT);
237 memcpy(cfb_tmp,cfb_iv,8);
240 cfb_tmp,&n,IDEA_DECRYPT);
243 cfb_tmp,&n,IDEA_DECRYPT);
  /external/openssl/crypto/rc2/
rc2test.c 118 static unsigned char cfb_buf1[40],cfb_buf2[40],cfb_tmp[8]; variable
223 memcpy(cfb_tmp,cfb_iv,8);
226 cfb_tmp,&n,IDEA_ENCRYPT);
229 cfb_tmp,&n,IDEA_ENCRYPT);
237 memcpy(cfb_tmp,cfb_iv,8);
240 cfb_tmp,&n,IDEA_DECRYPT);
243 cfb_tmp,&n,IDEA_DECRYPT);
  /external/chromium_org/third_party/openssl/openssl/crypto/des/
destest.c 289 static unsigned char cfb_buf1[40],cfb_buf2[40],cfb_tmp[8]; variable
611 memcpy(cfb_tmp,cfb_iv,sizeof(cfb_iv));
614 8,1,ks,&cfb_tmp,DES_ENCRYPT);
621 memcpy(cfb_tmp,cfb_iv,sizeof(cfb_iv));
624 8,1,ks,&cfb_tmp,DES_DECRYPT);
858 memcpy(cfb_tmp,cfb_iv,sizeof(cfb_iv));
859 des_cfb_encrypt(plain,cfb_buf1,bits,sizeof(plain),ks,&cfb_tmp,
868 memcpy(cfb_tmp,cfb_iv,sizeof(cfb_iv));
869 des_cfb_encrypt(cfb_buf1,cfb_buf2,bits,sizeof(plain),ks,&cfb_tmp,
887 memcpy(cfb_tmp,cfb_iv,sizeof(cfb_iv))
    [all...]
  /external/openssl/crypto/des/
destest.c 289 static unsigned char cfb_buf1[40],cfb_buf2[40],cfb_tmp[8]; variable
611 memcpy(cfb_tmp,cfb_iv,sizeof(cfb_iv));
614 8,1,ks,&cfb_tmp,DES_ENCRYPT);
621 memcpy(cfb_tmp,cfb_iv,sizeof(cfb_iv));
624 8,1,ks,&cfb_tmp,DES_DECRYPT);
858 memcpy(cfb_tmp,cfb_iv,sizeof(cfb_iv));
859 des_cfb_encrypt(plain,cfb_buf1,bits,sizeof(plain),ks,&cfb_tmp,
868 memcpy(cfb_tmp,cfb_iv,sizeof(cfb_iv));
869 des_cfb_encrypt(cfb_buf1,cfb_buf2,bits,sizeof(plain),ks,&cfb_tmp,
887 memcpy(cfb_tmp,cfb_iv,sizeof(cfb_iv))
    [all...]

Completed in 650 milliseconds