Searched refs:HDRSIZE (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/des/
H A Denc_writ.c98 outbuf=OPENSSL_malloc(BSIZE+HDRSIZE);
143 DES_pcbc_encrypt(cp,&(outbuf[HDRSIZE]),(len<8)?8:len,sched,iv,
146 DES_cbc_encrypt(cp,&(outbuf[HDRSIZE]),(len<8)?8:len,sched,iv,
150 outnum=rnum+HDRSIZE;
H A Denc_read.c148 while (net_num < HDRSIZE)
150 i=read(fd,(void *)&(net[net_num]),HDRSIZE-net_num);
H A Ddes_locl.h136 #define HDRSIZE 4 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Denc_writ.c98 outbuf=OPENSSL_malloc(BSIZE+HDRSIZE);
143 DES_pcbc_encrypt(cp,&(outbuf[HDRSIZE]),(len<8)?8:len,sched,iv,
146 DES_cbc_encrypt(cp,&(outbuf[HDRSIZE]),(len<8)?8:len,sched,iv,
150 outnum=rnum+HDRSIZE;
H A Denc_read.c148 while (net_num < HDRSIZE)
150 i=read(fd,(void *)&(net[net_num]),HDRSIZE-net_num);
H A Ddes_locl.h136 #define HDRSIZE 4 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dnuv.c190 #define HDRSIZE 12 macro
195 uint8_t hdr[HDRSIZE];
199 int copyhdrsize = ctx->rtjpg_video ? HDRSIZE : 0;
200 ret = get_buffer(pb, hdr, HDRSIZE);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/fips/des/
H A Dfips_des_locl.h136 #define HDRSIZE 4 macro

Completed in 91 milliseconds