Searched refs:lastp (Results 1 - 15 of 15) sorted by relevance

/freebsd-current/sys/contrib/openzfs/module/icp/algs/modes/
H A Dcbc.c45 uint8_t *lastp; local
62 lastp = (uint8_t *)ctx->cbc_iv;
85 xor_block(blockp, lastp);
86 encrypt(ctx->cbc_keysched, lastp, lastp);
92 copy_block(lastp, out_data_1);
94 memcpy(out_data_1, lastp, out_data_1_len);
97 lastp + out_data_1_len,
151 uint8_t *lastp; local
168 lastp
[all...]
H A Decb.c43 uint8_t *lastp; local
60 lastp = (uint8_t *)ctx->ecb_iv;
79 cipher(ctx->ecb_keysched, blockp, lastp);
84 memcpy(out_data_1, lastp, out_data_1_len);
86 memcpy(out_data_2, lastp + out_data_1_len,
H A Dctr.c45 uint8_t *lastp; local
85 lastp = (uint8_t *)ctx->ctr_tmp;
110 xor_block(blockp, lastp);
116 memcpy(out_data_1, lastp, out_data_1_len);
118 memcpy(out_data_2, lastp + out_data_1_len,
153 uint8_t *lastp; local
168 lastp = (uint8_t *)ctx->ctr_tmp;
171 p[i] ^= lastp[i];
H A Dccm.c51 uint8_t *lastp; local
103 lastp = (uint8_t *)ctx->ccm_tmp;
123 xor_block(blockp, lastp);
132 copy_block(lastp, out_data_1);
134 memcpy(out_data_1, lastp, out_data_1_len);
137 lastp + out_data_1_len,
197 uint8_t *lastp, *mac_buf, *ccm_mac_p, *macp = NULL; local
236 lastp = (uint8_t *)ctx->ccm_tmp;
237 encrypt_block(ctx->ccm_keysched, (uint8_t *)ctx->ccm_cb, lastp);
241 macp[i] ^= lastp[
[all...]
H A Dgcm.c106 uint8_t *lastp; local
159 lastp = (uint8_t *)ctx->gcm_tmp;
168 copy_block(lastp, out_data_1);
170 memcpy(out_data_1, lastp, out_data_1_len);
173 lastp + out_data_1_len,
/freebsd-current/lib/libc/locale/
H A Drune.c57 void *lastp; local
97 lastp = fdata + sb.st_size;
107 if (variable > lastp) {
113 if (variable > lastp) {
119 if (variable > lastp) {
132 if (variable > lastp) {
138 if ((char *)variable + frl->variable_len > (char *)lastp) {
/freebsd-current/lib/libc/rpc/
H A Dgetnetpath.c198 struct netpath_chain *chainp, *lastp; local
209 lastp=chainp, chainp=chainp->nchain_next, free(lastp)) {
/freebsd-current/sys/contrib/openzfs/cmd/zed/
H A Dzed_event.c276 const char *lastp; local
300 lastp = keybuf + sizeof (keybuf);
302 for (srcp = prefix; *srcp && (dstp < lastp); srcp++)
305 for (srcp = name; *srcp && (dstp < lastp); srcp++)
308 if (dstp == lastp) {
/freebsd-current/sys/netpfil/ipfilter/netinet/
H A Dradix_ipf.c58 /* lastp(I) - pointer to last word with a bit set */
62 /* lastp is not NULL. The bit count is performed using network byte order */
66 count_mask_bits(addrfamily_t *mask, u_32_t **lastp) argument
77 if (lastp != NULL)
78 *lastp = mp;
/freebsd-current/cddl/contrib/opensolaris/cmd/lockstat/
H A Dlockstat.c1124 char *addrp, *offp, *sizep, *evp, *lastp, *p; local
1249 evp = strtok_r(optarg, ",", &lastp);
1263 evp = strtok_r(NULL, ",", &lastp);
/freebsd-current/sys/dev/sym/
H A Dsym_hipd.c1322 u32 lastp; /* SCRIPTS address at end of data */ member in struct:sym_ccbh
4776 cp->phys.head.lastp = cpu_to_scr(startp);
5486 if (cp->phys.head.lastp == cp->phys.head.goalp)
5493 if (cp->startp == cp->phys.head.lastp ||
5494 sym_evaluate_dp(np, cp, scr_to_cpu(cp->phys.head.lastp),
7265 if (cp->phys.head.lastp != cp->phys.head.goalp)
7663 u32 lastp, goalp; local
7679 lastp = goalp - 8 - (cp->segments * (2*4));
7684 lastp = goalp - 8 - (cp->segments * (2*4));
7688 lastp
[all...]
H A Dsym_fw2.h632 offsetof (struct sym_ccb, phys.head.lastp),
H A Dsym_fw1.h656 HADDR_1 (ccb_head.lastp),
/freebsd-current/sys/dev/md/
H A Dmd.c1022 vm_pindex_t i, lastp; local
1045 * next (ie, first) page. lastp is the last page on
1051 lastp = (bp->bio_offset + bp->bio_length - 1) / PAGE_SIZE;
1056 for (i = bp->bio_offset / PAGE_SIZE; i <= lastp; i++) {
1057 len = ((i == lastp) ? lastend : PAGE_SIZE) - offs;
/freebsd-current/sys/kern/
H A Dkern_linker.c857 * linker_if.h exposure elsewhere. Note: firstp and lastp are really void **.
863 void *firstp, void *lastp, int *countp)
867 return (LINKER_LOOKUP_SET(file, name, firstp, lastp, countp));
862 linker_file_lookup_set(linker_file_t file, const char *name, void *firstp, void *lastp, int *countp) argument

Completed in 167 milliseconds