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

  /external/openssl/crypto/des/
enc_writ.c 101 outbuf=OPENSSL_malloc(BSIZE+HDRSIZE);
146 DES_pcbc_encrypt(cp,&(outbuf[HDRSIZE]),(len<8)?8:len,sched,iv,
149 DES_cbc_encrypt(cp,&(outbuf[HDRSIZE]),(len<8)?8:len,sched,iv,
153 outnum=rnum+HDRSIZE;
enc_read.c 151 while (net_num < HDRSIZE)
154 i=read(fd,(void *)&(net[net_num]),HDRSIZE-net_num);
156 i=_read(fd,(void *)&(net[net_num]),HDRSIZE-net_num);
des_locl.h 136 #define HDRSIZE 4

Completed in 18 milliseconds