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

  /external/chromium_org/third_party/openssl/openssl/crypto/des/
des_old.h 156 #define des_xcbc_encrypt(i,o,l,k,iv,inw,outw,e)\ macro
157 DES_xcbc_encrypt((i),(o),(l),&(k),(iv),(inw),(outw),(e))
259 #define des_xcbc_encrypt(i,o,l,k,iv,inw,outw,e)\ macro
431 # define xcbc_encrypt des_xcbc_encrypt
destest.c 498 des_xcbc_encrypt(cbc_data,cbc_out,strlen((char *)cbc_data)+1,ks,
502 printf("des_xcbc_encrypt encrypt error\n");
506 des_xcbc_encrypt(cbc_out,cbc_in,strlen((char *)cbc_data)+1,ks,
510 printf("des_xcbc_encrypt decrypt error\n");
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
des_old.h 156 #define des_xcbc_encrypt(i,o,l,k,iv,inw,outw,e)\ macro
157 DES_xcbc_encrypt((i),(o),(l),&(k),(iv),(inw),(outw),(e))
259 #define des_xcbc_encrypt(i,o,l,k,iv,inw,outw,e)\ macro
431 # define xcbc_encrypt des_xcbc_encrypt
  /external/openssl/crypto/des/
des_old.h 156 #define des_xcbc_encrypt(i,o,l,k,iv,inw,outw,e)\ macro
157 DES_xcbc_encrypt((i),(o),(l),&(k),(iv),(inw),(outw),(e))
259 #define des_xcbc_encrypt(i,o,l,k,iv,inw,outw,e)\ macro
431 # define xcbc_encrypt des_xcbc_encrypt
destest.c 498 des_xcbc_encrypt(cbc_data,cbc_out,strlen((char *)cbc_data)+1,ks,
502 printf("des_xcbc_encrypt encrypt error\n");
506 des_xcbc_encrypt(cbc_out,cbc_in,strlen((char *)cbc_data)+1,ks,
510 printf("des_xcbc_encrypt decrypt error\n");
  /external/openssl/include/openssl/
des_old.h 156 #define des_xcbc_encrypt(i,o,l,k,iv,inw,outw,e)\ macro
157 DES_xcbc_encrypt((i),(o),(l),&(k),(iv),(inw),(outw),(e))
259 #define des_xcbc_encrypt(i,o,l,k,iv,inw,outw,e)\ macro
431 # define xcbc_encrypt des_xcbc_encrypt

Completed in 694 milliseconds