Searched refs:cfb_iv (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/rc2/
H A Drc2test.c117 static unsigned char cfb_iv[80]={0x34,0x12,0x78,0x56,0xab,0x90,0xef,0xcd}; variable
223 memcpy(cfb_tmp,cfb_iv,8);
237 memcpy(cfb_tmp,cfb_iv,8);
/external/openssl/crypto/rc2/
H A Drc2test.c117 static unsigned char cfb_iv[80]={0x34,0x12,0x78,0x56,0xab,0x90,0xef,0xcd}; variable
223 memcpy(cfb_tmp,cfb_iv,8);
237 memcpy(cfb_tmp,cfb_iv,8);
/external/chromium_org/third_party/openssl/openssl/crypto/des/
H A Ddestest.c288 static unsigned char cfb_iv[8]={0x12,0x34,0x56,0x78,0x90,0xab,0xcd,0xef}; variable
611 memcpy(cfb_tmp,cfb_iv,sizeof(cfb_iv));
621 memcpy(cfb_tmp,cfb_iv,sizeof(cfb_iv));
858 memcpy(cfb_tmp,cfb_iv,sizeof(cfb_iv));
868 memcpy(cfb_tmp,cfb_iv,sizeof(cfb_iv));
887 memcpy(cfb_tmp,cfb_iv,sizeo
[all...]
/external/openssl/crypto/des/
H A Ddestest.c288 static unsigned char cfb_iv[8]={0x12,0x34,0x56,0x78,0x90,0xab,0xcd,0xef}; variable
611 memcpy(cfb_tmp,cfb_iv,sizeof(cfb_iv));
621 memcpy(cfb_tmp,cfb_iv,sizeof(cfb_iv));
858 memcpy(cfb_tmp,cfb_iv,sizeof(cfb_iv));
868 memcpy(cfb_tmp,cfb_iv,sizeof(cfb_iv));
887 memcpy(cfb_tmp,cfb_iv,sizeo
[all...]

Completed in 116 milliseconds