Searched refs:HDRSIZE (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/crypto/openssl/crypto/des/ |
| HD | enc_writ.c | 103 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()
|
| HD | enc_read.c | 149 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()
|
| HD | des_locl.h | 138 # define HDRSIZE 4 macro
|
| /NextBSD/sys/netipsec/ |
| HD | xform_ah.c | 81 #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/ |
| HD | taclib_private.h | 47 #define HDRSIZE 12 /* Size of message header */ macro
|
| HD | taclib.c | 557 if (read_timed(h, msg, HDRSIZE, &deadline) == -1) in recv_msg() 645 len = HDRSIZE + ntohl(msg->length); in send_msg()
|
| /NextBSD/sys/crypto/des/ |
| HD | des_locl.h | 97 #define HDRSIZE 4 macro
|