Searched refs:HDRSIZE (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/crypto/external/bsd/openssl/lib/libdes/ |
| D | oenc_writ.c | 96 outbuf=OPENSSL_malloc(BSIZE+HDRSIZE); in des_enc_write() 142 des_pcbc_encrypt(cp,&(outbuf[HDRSIZE]),(len<8)?8:len,sched,iv, in des_enc_write() 145 des_cbc_encrypt(cp,&(outbuf[HDRSIZE]),(len<8)?8:len,sched,iv, in des_enc_write() 149 outnum=rnum+HDRSIZE; in des_enc_write()
|
| D | oenc_read.c | 147 while (net_num < HDRSIZE) in des_enc_read() 149 i=read(fd,(void *)&(net[net_num]),HDRSIZE-net_num); in des_enc_read()
|
| D | des_locl.h | 104 #define HDRSIZE 4 macro
|
| /netbsd/src/sys/netipsec/ |
| D | xform_ah.c | 91 #define HDRSIZE(sav) \ macro 182 rplen = HDRSIZE(sav); in ah_hdrsiz() 541 rplen = HDRSIZE(sav); in ah_input() 760 rplen = HDRSIZE(sav); in ah_input_cb() 904 rplen = HDRSIZE(sav); in ah_output()
|
| /netbsd/src/sys/crypto/des/ |
| D | des_locl.h | 97 #define HDRSIZE 4 macro
|