| /illumos-gate/usr/src/common/crypto/modes/ |
| H A D | modes.h | 304 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 D | gcm.c | 166 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 D | cbc.c | 52 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 D | ccm.c | 51 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 D | ctr.c | 242 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 D | kcf_prov_lib.c | 234 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 D | impl.h | 1368 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 D | zlib.c | 1586 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 D | zlib.c | 2372 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
|