Home
last modified time | relevance | path

Searched refs:last_block (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/drivers/crypto/qat/
H A Dqat_sym.h93 uint8_t *last_block, *dst, *iv; in qat_bpicipher_postprocess() local
98 last_block = (uint8_t *) rte_pktmbuf_mtod_offset(sym_op->m_src, in qat_bpicipher_postprocess()
106 dst = last_block; in qat_bpicipher_postprocess()
118 last_block, last_block_len); in qat_bpicipher_postprocess()
124 bpi_cipher_encrypt(last_block, dst, iv, block_len, in qat_bpicipher_postprocess()
128 last_block, last_block_len); in qat_bpicipher_postprocess()
H A Dqat_sym.c59 uint8_t *last_block, *dst, *iv; in qat_bpicipher_preprocess() local
62 last_block = (uint8_t *) rte_pktmbuf_mtod_offset(sym_op->m_src, in qat_bpicipher_preprocess()
71 dst = last_block; in qat_bpicipher_preprocess()
75 iv = last_block - block_len; in qat_bpicipher_preprocess()
83 last_block, last_block_len); in qat_bpicipher_preprocess()
88 bpi_cipher_decrypt(last_block, dst, iv, block_len, in qat_bpicipher_preprocess()
92 last_block, last_block_len); in qat_bpicipher_preprocess()
/f-stack/freebsd/crypto/aesni/
H A Daesni_ghash.c330 tmp1 = last_block; in AES_GCM_encrypt()
372 last_block = _mm_setzero_si128(); in AES_GCM_encrypt()
375 tmp1 = last_block; in AES_GCM_encrypt()
509 last_block = tmp1; in AES_GCM_encrypt()
514 tmp1 = last_block; in AES_GCM_encrypt()
590 tmp1 = last_block; in AES_GCM_decrypt()
633 last_block = _mm_setzero_si128(); in AES_GCM_decrypt()
636 tmp1 = last_block; in AES_GCM_decrypt()
665 last_block = _mm_setzero_si128(); in AES_GCM_decrypt()
668 tmp1 = last_block; in AES_GCM_decrypt()
[all …]
/f-stack/freebsd/contrib/zstd/doc/educational_decoder/
H A Dzstd_decompress.c593 int last_block = 0; in decompress_data() local
604 last_block = (int)IO_read_bits(in, 1); in decompress_data()
652 } while (!last_block); in decompress_data()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzio.h703 const zbookmark_phys_t *subtree_root, const zbookmark_phys_t *last_block);
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzio.c4957 const zbookmark_phys_t *subtree_root, const zbookmark_phys_t *last_block) in zbookmark_subtree_completed() argument
4961 ASSERT(last_block->zb_level == 0); in zbookmark_subtree_completed()
4984 last_block) <= 0); in zbookmark_subtree_completed()