Home
last modified time | relevance | path

Searched refs:HDRSIZE (Results 1 – 3 of 3) sorted by relevance

/external/openssl/crypto/des/
Denc_writ.c101 outbuf=OPENSSL_malloc(BSIZE+HDRSIZE); in DES_enc_write()
146 DES_pcbc_encrypt(cp,&(outbuf[HDRSIZE]),(len<8)?8:len,sched,iv, in DES_enc_write()
149 DES_cbc_encrypt(cp,&(outbuf[HDRSIZE]),(len<8)?8:len,sched,iv, in DES_enc_write()
153 outnum=rnum+HDRSIZE; in DES_enc_write()
Denc_read.c151 while (net_num < HDRSIZE) in OPENSSL_IMPLEMENT_GLOBAL()
154 i=read(fd,(void *)&(net[net_num]),HDRSIZE-net_num); in OPENSSL_IMPLEMENT_GLOBAL()
156 i=_read(fd,(void *)&(net[net_num]),HDRSIZE-net_num); in OPENSSL_IMPLEMENT_GLOBAL()
Ddes_locl.h136 #define HDRSIZE 4 macro