Searched refs:des_cfb_encrypt (Results 1 – 5 of 5) sorted by relevance
/external/openssl/crypto/des/ |
D | destest.c | 613 des_cfb_encrypt(&(plain[i]),&(cfb_buf1[i]), in main() 623 des_cfb_encrypt(&(cfb_buf1[i]),&(cfb_buf2[i]), in main() 859 des_cfb_encrypt(plain,cfb_buf1,bits,sizeof(plain),ks,&cfb_tmp, in cfb_test() 869 des_cfb_encrypt(cfb_buf1,cfb_buf2,bits,sizeof(plain),ks,&cfb_tmp, in cfb_test()
|
D | DES.xs | 137 des_cfb_encrypt(input,numbits,ks,ivec,encrypt) in des_cfb_encrypt() function 155 des_cfb_encrypt((unsigned char *)input,(unsigned char *)c, in des_cfb_encrypt()
|
D | FILES0 | 38 cfb_enc.c - des_cfb_encrypt() source. 43 ofb_enc.c - des_cfb_encrypt() source.
|
D | des_old.h | 158 #define des_cfb_encrypt(i,o,n,l,k,iv,e)\ macro 261 #define des_cfb_encrypt(i,o,n,l,k,iv,e)\ macro
|
/external/openssl/include/openssl/ |
D | des_old.h | 158 #define des_cfb_encrypt(i,o,n,l,k,iv,e)\ macro 261 #define des_cfb_encrypt(i,o,n,l,k,iv,e)\ macro
|