Searched refs:HDRSIZE (Results 1 – 3 of 3) sorted by relevance
/external/openssl/crypto/des/ |
D | enc_writ.c | 101 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()
|
D | enc_read.c | 151 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()
|
D | des_locl.h | 136 #define HDRSIZE 4 macro
|