Home
last modified time | relevance | path

Searched refs:copy_block (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/common/crypto/modes/
H A Dmodes.h304 void (*copy_block)(uint8_t *, uint8_t *),
310 void (*copy_block)(uint8_t *, uint8_t *),
320 void (*copy_block)(uint8_t *, uint8_t *),
326 void (*copy_block)(uint8_t *, uint8_t *),
332 void (*copy_block)(uint8_t *, uint8_t *),
338 void (*copy_block)(uint8_t *, uint8_t *),
347 void (*copy_block)(uint8_t *, uint8_t *),
356 void (*copy_block)(uint8_t *, uint8_t *),
368 void (*copy_block)(uint8_t *, uint64_t *));
374 void (*copy_block)(uint8_t *, uint8_t *));
[all …]
H A Dgcm.c166 void (*copy_block)(uint8_t *, uint8_t *), in gcm_encrypt_block()
202 copy_block(tmpp, out_data_1); in gcm_encrypt_block()
231 void (*copy_block)(uint8_t *, uint8_t *), in gcm_mode_encrypt_contiguous_blocks()
277 &iov_or_mp, &offset, encrypt_block, copy_block, in gcm_mode_encrypt_contiguous_blocks()
313 void (*copy_block)(uint8_t *, uint8_t *), in gcm_encrypt_final()
499 void (*copy_block)(uint8_t *, uint8_t *), in gcm_mode_decrypt_contiguous_blocks()
673 void (*copy_block)(uint8_t *, uint8_t *), in gcm_format_initial_blocks()
691 copy_block(cb, (uint8_t *)ctx->gcm_J0); in gcm_format_initial_blocks()
713 copy_block((uint8_t *)ctx->gcm_J0, (uint8_t *)cb); in gcm_format_initial_blocks()
725 void (*copy_block)(uint8_t *, uint8_t *), in gcm_init()
[all …]
H A Dcbc.c52 void (*copy_block)(uint8_t *, uint8_t *), in cbc_encrypt_contiguous_blocks()
132 copy_block(lastp, out_data_1); in cbc_encrypt_contiguous_blocks()
174 copy_block((uint8_t *)ctx->cbc_lastp, (uint8_t *)ctx->cbc_iv); in cbc_encrypt_contiguous_blocks()
189 void (*copy_block)(uint8_t *, uint8_t *), in cbc_decrypt_contiguous_blocks()
234 copy_block(blockp, (uint8_t *)OTHER((uint64_t *)lastp, ctx)); in cbc_decrypt_contiguous_blocks()
300 size_t block_size, void (*copy_block)(uint8_t *, uint64_t *)) in cbc_init_ctx()
314 copy_block((uchar_t *)param, cbc_ctx->cbc_iv); in cbc_init_ctx()
H A Dccm.c51 void (*copy_block)(uint8_t *, uint8_t *), in ccm_mode_encrypt_contiguous_blocks()
144 copy_block(lastp, out_data_1); in ccm_mode_encrypt_contiguous_blocks()
362 void (*copy_block)(uint8_t *, uint8_t *), in ccm_mode_decrypt_contiguous_blocks()
485 copy_block(cbp, resultp); in ccm_mode_decrypt_contiguous_blocks()
529 void (*copy_block)(uint8_t *, uint8_t *), in ccm_decrypt_final()
556 copy_block(pt, macp); in ccm_decrypt_final()
H A Dctr.c242 void (*copy_block)(uint8_t *, uint8_t *)) in ctr_init_ctx()
262 copy_block(cb, (uchar_t *)ctr_ctx->ctr_cb); in ctr_init_ctx()
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_prov_lib.c234 void (*copy_block)(uint8_t *, uint64_t *)) in crypto_update_iov()
240 copy_block((uint8_t *)input->cd_miscdata, in crypto_update_iov()
256 void (*copy_block)(uint8_t *, uint64_t *)) in crypto_update_uio()
266 copy_block((uint8_t *)input->cd_miscdata, in crypto_update_uio()
321 void (*copy_block)(uint8_t *, uint64_t *)) in crypto_update_mp()
330 copy_block((uint8_t *)input->cd_miscdata, in crypto_update_mp()
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dimpl.h1368 void (*copy_block)(uint8_t *, uint64_t *));
1371 void (*copy_block)(uint8_t *, uint64_t *));
1374 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) in copy_block() function
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c2372 local void copy_block OF((deflate_state *s, charf *buf, unsigned len,
3096 copy_block(s, buf, (unsigned)stored_len, 1); /* with header */
3233 copy_block(s, buf, (unsigned)stored_len, 0);
3499 copy_block(s, buf, len, header) in copy_block() function