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

  /external/chromium_org/third_party/openssl/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
  /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
  /external/libnl/lib/genl/
family.c 99 nl_dump_line(p, " hdrsize %u maxattr %u\n",
139 diff |= FAM_DIFF(HDRSIZE, a->gf_hdrsize != b->gf_hdrsize);
221 void genl_family_set_hdrsize(struct genl_family *family, uint32_t hdrsize)
223 family->gf_hdrsize = hdrsize;

Completed in 93 milliseconds