Searched defs:DES_enc_write (Results 1 - 1 of 1) 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]),

Completed in 103 milliseconds