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

/opensolaris-onvv-gate/usr/src/common/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
114 k=DES_enc_write(fd,&(buf[i]),
H A Ddes.h204 int DES_enc_write(int fd,const void *buf,int len,DES_key_schedule *sched,
H A Ddes_old.c186 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))

Completed in 122 milliseconds