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

  /external/openssl/crypto/des/
enc_writ.c 69 * - The data format used by DES_enc_write() and DES_enc_read()
71 * than MAXWRITE bytes, DES_enc_write will split the data
80 int DES_enc_write(int fd, const void *_buf, int len,
114 k=DES_enc_write(fd,&(buf[i]),
des.h 205 int DES_enc_write(int fd,const void *buf,int len,DES_key_schedule *sched,
des_old.c 188 return DES_enc_write(fd, buf, len, (DES_key_schedule *)sched, iv);
des_old.h 174 #define des_enc_write(f,b,l,k,iv)\ macro
175 DES_enc_write((f),(b),(l),&(k),(iv))
277 #define des_enc_write(f,b,l,k,iv)\ macro
  /external/openssl/include/openssl/
des.h 205 int DES_enc_write(int fd,const void *buf,int len,DES_key_schedule *sched,
des_old.h 174 #define des_enc_write(f,b,l,k,iv)\ macro
175 DES_enc_write((f),(b),(l),&(k),(iv))
277 #define des_enc_write(f,b,l,k,iv)\ macro

Completed in 141 milliseconds