Searched refs:cd_offset (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | hkdf.c | 44 input_cd.cd_offset = 0; in hkdf_sha512_extract() 50 output_cd.cd_offset = 0; in hkdf_sha512_extract() 90 T_cd.cd_offset = 0; in hkdf_sha512_expand() 94 c_cd.cd_offset = 0; in hkdf_sha512_expand() 100 info_cd.cd_offset = 0; in hkdf_sha512_expand()
|
/freebsd/sys/contrib/openzfs/module/icp/core/ |
H A D | kcf_prov_lib.c | 43 off_t offset = data->cd_offset; in crypto_uio_copy_to_data() 103 output->cd_offset), buf, len); in crypto_put_output_data() 124 return ((cipher)(ctx, input->cd_raw.iov_base + input->cd_offset, in crypto_update_iov() 133 off_t offset = input->cd_offset; in crypto_update_uio()
|
/freebsd/sys/contrib/openzfs/module/icp/io/ |
H A D | sha2_mod.c | 153 off_t offset = data->cd_offset; in sha2_digest_update_uio() 212 off_t offset = digest->cd_offset; in sha2_digest_final_uio() 442 (uint8_t *)data->cd_raw.iov_base + data->cd_offset, in sha2_mac_update() 510 mac->cd_offset, digest, digest_len); in sha2_mac_final() 513 mac->cd_offset, in sha2_mac_final() 543 data->cd_offset, data->cd_length); \ 632 mac->cd_offset, digest, digest_len); in sha2_mac_atomic() 635 mac->cd_offset, &sha2_hmac_ctx.hc_ocontext); in sha2_mac_atomic() 739 mac->cd_offset, digest_len) != 0) in sha2_mac_verify_atomic() 744 off_t offset = mac->cd_offset; in sha2_mac_verify_atomic()
|
H A D | aes.c | 212 saved_offset = ciphertext->cd_offset; in aes_encrypt_atomic() 252 ciphertext->cd_offset - saved_offset; in aes_encrypt_atomic() 257 ciphertext->cd_offset = saved_offset; in aes_encrypt_atomic() 311 saved_offset = plaintext->cd_offset; in aes_decrypt_atomic() 343 plaintext->cd_offset - saved_offset; in aes_decrypt_atomic() 355 plaintext->cd_offset - saved_offset; in aes_decrypt_atomic() 364 plaintext->cd_offset = saved_offset; in aes_decrypt_atomic()
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | ZipFile.cpp | 31 unaligned_uint32_t cd_offset; member 98 zip_data->GetBytes() + eocd->cd_offset + eocd->cd_size > p) in FindEocdRecord() 136 eocd->cd_offset); in FindFile()
|
/freebsd/sys/contrib/openzfs/module/icp/algs/modes/ |
H A D | gcm.c | 173 out->cd_offset += block_size; in gcm_mode_encrypt_contiguous_blocks() 274 out->cd_offset += ctx->gcm_remainder_len; in gcm_encrypt_final() 279 out->cd_offset += ctx->gcm_tag_len; in gcm_encrypt_final() 448 out->cd_offset += pt_len; in gcm_decrypt_final() 1149 out->cd_offset += block_size; in gcm_mode_encrypt_contiguous_blocks_avx() 1173 out->cd_offset += chunk_size; in gcm_mode_encrypt_contiguous_blocks_avx() 1193 out->cd_offset += done; in gcm_mode_encrypt_contiguous_blocks_avx() 1217 out->cd_offset += block_size; in gcm_mode_encrypt_contiguous_blocks_avx() 1287 out->cd_offset += rem_len; in gcm_encrypt_final_avx() 1293 out->cd_offset += ctx->gcm_tag_len; in gcm_encrypt_final_avx() [all …]
|
H A D | modes.c | 42 *current_offset = out->cd_offset; in crypto_init_ptrs() 49 offset = out->cd_offset; in crypto_init_ptrs()
|
H A D | ccm.c | 142 out->cd_offset += block_size; in ccm_mode_encrypt_contiguous_blocks() 309 out->cd_offset += ctx->ccm_remainder_len + ctx->ccm_mac_len; in ccm_encrypt_final() 567 out->cd_offset += pt_len; in ccm_decrypt_final()
|
/freebsd/sys/contrib/openzfs/include/sys/crypto/ |
H A D | common.h | 95 off_t cd_offset; /* Offset from the beginning */ member
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zio_crypt.c | 456 plaindata.cd_offset = 0; in zio_do_crypt_uio() 461 cipherdata.cd_offset = 0; in zio_do_crypt_uio() 694 in_data.cd_offset = 0; in zio_crypt_do_hmac() 700 digest_data.cd_offset = 0; in zio_crypt_do_hmac() 1008 cd.cd_offset = 0; in zio_crypt_bp_do_hmac_updates() 1060 cd.cd_offset = 0; in zio_crypt_do_dnode_hmac_updates() 1154 cd.cd_offset = 0; in zio_crypt_do_objset_hmacs()
|
/freebsd/sys/dev/safexcel/ |
H A D | safexcel_var.h | 300 uint32_t cd_offset; /* CDR offset (size + alignment). */ member
|
H A D | safexcel.c | 346 sc->sc_config.cd_offset = (sc->sc_config.cd_size + mask) & ~mask; in safexcel_configure() 516 SAFEXCEL_RING_SIZE * sc->sc_config.cd_offset * in safexcel_hw_prepare_rings() 581 (sc->sc_config.cd_offset << SAFEXCEL_xDR_DESC_xD_OFFSET) | in safexcel_hw_setup_rings() 588 (SAFEXCEL_FETCH_COUNT * sc->sc_config.cd_offset)); in safexcel_hw_setup_rings() 780 ncdesc * sc->sc_config.cd_offset * sizeof(uint32_t)); in safexcel_execute() 931 size = sizeof(uint32_t) * sc->sc_config.cd_offset * in safexcel_dma_init()
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_support_format_zip.c | 3660 uint32_t cd_size, cd_offset; in read_eocd() local 3664 cd_offset = archive_le32dec(p + 16); in read_eocd() 3678 if ((int64_t)cd_offset + cd_size > current_offset) in read_eocd() 3682 zip->central_directory_offset = cd_offset; in read_eocd()
|