Searched refs:copy_block (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/common/crypto/modes/
H A Dmodes.h292 void (*copy_block)(uint8_t *, uint8_t *),
298 void (*copy_block)(uint8_t *, uint8_t *),
309 void (*copy_block)(uint8_t *, uint8_t *),
315 void (*copy_block)(uint8_t *, uint8_t *),
321 void (*copy_block)(uint8_t *, uint8_t *),
327 void (*copy_block)(uint8_t *, uint8_t *),
336 void (*copy_block)(uint8_t *, uint8_t *),
341 void (*copy_block)(uint8_t *, uint8_t *),
352 void (*copy_block)(uint8_t *, uint64_t *));
355 void (*copy_block)(uint8_
[all...]
H A Dcbc.c45 void (*copy_block)(uint8_t *, uint8_t *),
118 copy_block(lastp, out_data_1);
157 copy_block((uint8_t *)ctx->cbc_lastp, (uint8_t *)ctx->cbc_iv);
172 void (*copy_block)(uint8_t *, uint8_t *),
217 copy_block(blockp, (uint8_t *)OTHER((uint64_t *)lastp, ctx));
283 size_t block_size, void (*copy_block)(uint8_t *, uint64_t *))
297 copy_block((uchar_t *)param, cbc_ctx->cbc_iv);
H A Dgcm.c134 void (*copy_block)(uint8_t *, uint8_t *),
210 copy_block(lastp, out_data_1);
254 void (*copy_block)(uint8_t *, uint8_t *),
373 void (*copy_block)(uint8_t *, uint8_t *),
515 void (*copy_block)(uint8_t *, uint8_t *),
533 copy_block(cb, (uint8_t *)ctx->gcm_J0);
555 copy_block((uint8_t *)ctx->gcm_J0, (uint8_t *)cb);
567 void (*copy_block)(uint8_t *, uint8_t *),
579 copy_block, xor_block);
615 void (*copy_block)(uint8_
[all...]
H A Dctr.c208 void (*copy_block)(uint8_t *, uint8_t *))
228 copy_block(cb, (uchar_t *)ctr_ctx->ctr_cb);
H A Dccm.c51 void (*copy_block)(uint8_t *, uint8_t *),
144 copy_block(lastp, out_data_1);
362 void (*copy_block)(uint8_t *, uint8_t *),
485 copy_block(cbp, resultp);
529 void (*copy_block)(uint8_t *, uint8_t *),
556 copy_block(pt, macp);
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_prov_lib.c399 void (*copy_block)(uint8_t *, uint64_t *))
405 copy_block((uint8_t *)input->cd_miscdata,
421 void (*copy_block)(uint8_t *, uint64_t *))
431 copy_block((uint8_t *)input->cd_miscdata,
486 void (*copy_block)(uint8_t *, uint64_t *))
495 copy_block((uint8_t *)input->cd_miscdata,
/illumos-gate/usr/src/uts/common/zmod/
H A Dtrees.c159 local void copy_block OF((deflate_state *s, charf *buf, unsigned len,
878 copy_block(s, buf, (unsigned)stored_len, 1); /* with header */
1197 local void copy_block(s, buf, len, header) function
/illumos-gate/usr/src/boot/lib/libz/
H A Dtrees.c155 local void copy_block OF((deflate_state *s, charf *buf, unsigned len,
876 copy_block(s, buf, (unsigned)stored_len, 1); /* with header */
1205 local void copy_block(s, buf, len, header) function
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dimpl.h1359 void (*copy_block)(uint8_t *, uint64_t *));
1362 void (*copy_block)(uint8_t *, uint64_t *));
1365 void (*copy_block)(uint8_t *, uint64_t *));
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c1586 local void copy_block OF((deflate_state *s, charf *buf, unsigned len,
2234 copy_block(s, buf, (unsigned)stored_len, 1); /* with header */
2337 copy_block(buf, (unsigned)stored_len, 0); /* without header */
2572 local void copy_block(s, buf, len, header) function
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c2374 local void copy_block OF((deflate_state *s, charf *buf, unsigned len,
3098 copy_block(s, buf, (unsigned)stored_len, 1); /* with header */
3235 copy_block(s, buf, (unsigned)stored_len, 0);
3501 copy_block(s, buf, len, header) function

Completed in 112 milliseconds