Searched refs:cfb_tmp (Results 1 – 2 of 2) sorted by relevance
/external/openssl/crypto/des/ |
D | 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)); in main() 614 8,1,ks,&cfb_tmp,DES_ENCRYPT); in main() 621 memcpy(cfb_tmp,cfb_iv,sizeof(cfb_iv)); in main() 624 8,1,ks,&cfb_tmp,DES_DECRYPT); in main() 858 memcpy(cfb_tmp,cfb_iv,sizeof(cfb_iv)); in cfb_test() 859 des_cfb_encrypt(plain,cfb_buf1,bits,sizeof(plain),ks,&cfb_tmp, in cfb_test() 868 memcpy(cfb_tmp,cfb_iv,sizeof(cfb_iv)); in cfb_test() 869 des_cfb_encrypt(cfb_buf1,cfb_buf2,bits,sizeof(plain),ks,&cfb_tmp, in cfb_test() 887 memcpy(cfb_tmp,cfb_iv,sizeof(cfb_iv)); in cfb64_test() [all …]
|
/external/openssl/crypto/rc2/ |
D | rc2test.c | 118 static unsigned char cfb_buf1[40],cfb_buf2[40],cfb_tmp[8]; variable 223 memcpy(cfb_tmp,cfb_iv,8); in cfb64_test() 226 cfb_tmp,&n,IDEA_ENCRYPT); in cfb64_test() 229 cfb_tmp,&n,IDEA_ENCRYPT); in cfb64_test() 237 memcpy(cfb_tmp,cfb_iv,8); in cfb64_test() 240 cfb_tmp,&n,IDEA_DECRYPT); in cfb64_test() 243 cfb_tmp,&n,IDEA_DECRYPT); in cfb64_test()
|