Searched refs:DES_enc_write (Results 1 - 6 of 6) sorted by relevance

/external/openssl/crypto/des/
H A Denc_writ.c69 * - 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, function
117 k=DES_enc_write(fd,&(buf[i]),
H A Ddes.h205 int DES_enc_write(int fd,const void *buf,int len,DES_key_schedule *sched,
H A Ddes_old.c188 return DES_enc_write(fd, buf, len, (DES_key_schedule *)sched, iv);
H A Ddes_old.h175 DES_enc_write((f),(b),(l),&(k),(iv))
/external/openssl/include/openssl/
H A Ddes.h205 int DES_enc_write(int fd,const void *buf,int len,DES_key_schedule *sched,
H A Ddes_old.h175 DES_enc_write((f),(b),(l),&(k),(iv))

Completed in 130 milliseconds