Home
last modified time | relevance | path

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

/NextBSD/crypto/openssl/crypto/des/
HDenc_writ.c103 outbuf = OPENSSL_malloc(BSIZE + HDRSIZE); in DES_enc_write()
148 DES_pcbc_encrypt(cp, &(outbuf[HDRSIZE]), (len < 8) ? 8 : len, sched, in DES_enc_write()
151 DES_cbc_encrypt(cp, &(outbuf[HDRSIZE]), (len < 8) ? 8 : len, sched, in DES_enc_write()
155 outnum = rnum + HDRSIZE; in DES_enc_write()
HDenc_read.c149 while (net_num < HDRSIZE) { in OPENSSL_IMPLEMENT_GLOBAL()
151 i = read(fd, (void *)&(net[net_num]), HDRSIZE - net_num); in OPENSSL_IMPLEMENT_GLOBAL()
153 i = _read(fd, (void *)&(net[net_num]), HDRSIZE - net_num); in OPENSSL_IMPLEMENT_GLOBAL()
HDdes_locl.h138 # define HDRSIZE 4 macro
/NextBSD/sys/netipsec/
HDxform_ah.c81 #define HDRSIZE(sav) \ macro
191 size = roundup(authsize, sizeof (u_int32_t)) + HDRSIZE(sav); in ah_hdrsiz()
599 rplen = HDRSIZE(sav); in ah_input()
772 rplen = HDRSIZE(sav); in ah_input_cb()
885 rplen = HDRSIZE(sav); in ah_output()
/NextBSD/lib/libtacplus/
HDtaclib_private.h47 #define HDRSIZE 12 /* Size of message header */ macro
HDtaclib.c557 if (read_timed(h, msg, HDRSIZE, &deadline) == -1) in recv_msg()
645 len = HDRSIZE + ntohl(msg->length); in send_msg()
/NextBSD/sys/crypto/des/
HDdes_locl.h97 #define HDRSIZE 4 macro