Home
last modified time | relevance | path

Searched defs:block_size (Results 1 – 25 of 441) sorted by relevance

12345678910>>...18

/external/python/cryptography/src/cryptography/hazmat/primitives/
Dpadding.py31 def _byte_padding_check(block_size): argument
39 def _byte_padding_update(buffer_, data, block_size): argument
58 def _byte_padding_pad(buffer_, block_size, paddingfn): argument
66 def _byte_unpadding_update(buffer_, data, block_size): argument
85 def _byte_unpadding_check(buffer_, block_size, checkfn): argument
102 def __init__(self, block_size): argument
115 def __init__(self, block_size): argument
139 def __init__(self, block_size): argument
159 def __init__(self, block_size): argument
172 def __init__(self, block_size): argument
[all …]
Dhashes.py118 block_size = 64 variable in SHA1
125 block_size = 128 variable in SHA512_224
132 block_size = 128 variable in SHA512_256
139 block_size = 64 variable in SHA224
146 block_size = 64 variable in SHA256
153 block_size = 128 variable in SHA384
160 block_size = 128 variable in SHA512
225 block_size = 64 variable in MD5
233 block_size = 128 variable in BLAKE2b
248 block_size = 64 variable in BLAKE2s
/external/scapy/scapy/layers/tls/crypto/
Dcipher_block.py113 block_size = 16 variable in Cipher_AES_128_CBC
123 block_size = 16 variable in Cipher_CAMELLIA_128_CBC
136 block_size = 8 variable in Cipher_DES_CBC
154 block_size = 8 variable in Cipher_3DES_EDE_CBC
160 block_size = 8 variable in Cipher_IDEA_CBC
166 block_size = 16 variable in Cipher_SEED_CBC
190 block_size = 64 variable in _ARC2
208 block_size = 8 variable in Cipher_RC2_CBC
/external/squashfs-tools/squashfs-tools/
Dcompressor.h47 int block_size, int datablock) in compressor_init()
56 void *dest, void *src, int size, int block_size, int *error) in compressor_compress()
63 void *src, int size, int block_size, int *error) in compressor_uncompress()
83 static inline int compressor_options_post(struct compressor *comp, int block_size) in compressor_options_post()
92 int block_size, int *size) in compressor_dump_options()
101 int block_size, void *buffer, int size) in compressor_extract_options()
110 int block_size, void *buffer, int size) in compressor_check_options()
Dlzo_wrapper.c129 static int lzo_options_post(int block_size) in lzo_options_post()
165 static void *lzo_dump_options(int block_size, int *size) in lzo_dump_options()
210 static int lzo_extract_options(int block_size, void *buffer, int size) in lzo_extract_options()
316 static int squashfs_lzo_init(void **strm, int block_size, int datablock) in squashfs_lzo_init()
341 int block_size, int *error) in lzo_compress()
Dlz4_wrapper.c77 static void *lz4_dump_options(int block_size, int *size) in lz4_dump_options()
110 static int lz4_extract_options(int block_size, void *buffer, int size) in lz4_extract_options()
162 static int lz4_check_options(int block_size, void *buffer, int size) in lz4_check_options()
224 int block_size, int *error) in lz4_compress()
Dzstd_wrapper.c84 static void *zstd_dump_options(int block_size, int *size) in zstd_dump_options()
119 static int zstd_extract_options(int block_size, void *buffer, int size) in zstd_extract_options()
185 static int zstd_init(void **strm, int block_size, int datablock) in zstd_init()
200 int block_size, int *error) in zstd_compress()
Dgzip_wrapper.c150 static int gzip_options_post(int block_size) in gzip_options_post()
172 static void *gzip_dump_options(int block_size, int *size) in gzip_dump_options()
224 static int gzip_extract_options(int block_size, void *buffer, int size) in gzip_extract_options()
338 static int gzip_init(void **strm, int block_size, int datablock) in gzip_init()
396 static int gzip_compress(void *strm, void *d, void *s, int size, int block_size, in gzip_compress()
Dxz_wrapper.c164 static int xz_options_post(int block_size) in xz_options_post()
226 static void *xz_dump_options(int block_size, int *size) in xz_dump_options()
277 static int xz_extract_options(int block_size, void *buffer, int size) in xz_extract_options()
383 static int xz_init(void **strm, int block_size, int datablock) in xz_init()
437 int block_size, int *error) in xz_compress()
/external/libgav1/libgav1/src/tile/bitstream/
Dpartition.cc30 BlockSize block_size) { in PartitionCdfGatherHorizontalAlike()
54 BlockSize block_size) { in PartitionCdfGatherVerticalAlike()
85 BlockSize block_size) { in GetPartitionCdf()
103 bool Tile::ReadPartition(int row4x4, int column4x4, BlockSize block_size, in ReadPartition()
/external/python/cryptography/src/cryptography/hazmat/primitives/ciphers/
Dalgorithms.py33 block_size = 128 variable in AES
49 block_size = 128 variable in Camellia
64 block_size = 64 variable in TripleDES
83 block_size = 64 variable in Blowfish
98 block_size = 64 variable in CAST5
125 block_size = 64 variable in IDEA
140 block_size = 128 variable in SEED
/external/libgav1/libgav1/src/
Dprediction_mask.cc132 int BlockShape(BlockSize block_size) { in BlockShape()
140 uint8_t GetWedgeDirection(BlockSize block_size, int index) { in GetWedgeDirection()
144 uint8_t GetWedgeOffsetX(BlockSize block_size, int index) { in GetWedgeOffsetX()
148 uint8_t GetWedgeOffsetY(BlockSize block_size, int index) { in GetWedgeOffsetY()
193 const auto block_size = static_cast<BlockSize>(size); in GenerateWedgeMask() local
/external/icing/icing/index/main/
Dflash-index-storage-header.h38 int block_size; member
63 const Filesystem* filesystem, int fd, int block_size) { in Read()
72 explicit HeaderBlock(const Filesystem* filesystem, int block_size) in HeaderBlock()
106 std::unique_ptr<uint8_t[]> buffer, int block_size) in HeaderBlock()
Dindex-block.cc36 uint32_t block_size) { in ValidatePostingListBytes()
52 uint32_t block_size, int posting_list_index_bits) { in ApproximateFullPostingListHitsForBlock()
63 uint32_t block_size) { in CreateFromPreexistingIndexBlockRegion()
81 off_t offset, uint32_t block_size, in CreateFromUninitializedRegion()
/external/fsverity-utils/lib/
Dcompute_digest.c29 u32 block_size, const u8 *salt, u32 salt_size) in hash_one_block()
45 static bool block_is_full(const struct block_buffer *block, u32 block_size, in block_is_full()
68 u32 block_size, u64 *level_offset) in report_merkle_tree_block()
105 u32 block_size, const u8 *salt, u32 salt_size, in compute_root_hash()
240 u32 block_size; in libfsverity_compute_digest() local
/external/libaom/libaom/aom_dsp/
Dnoise_util.c23 float aom_noise_psd_get_default_value(int block_size, float factor) { in aom_noise_psd_get_default_value()
33 int block_size; member
38 struct aom_noise_tx_t *aom_noise_tx_malloc(int block_size) { in aom_noise_tx_malloc()
92 const int block_size = noise_tx->block_size; in aom_noise_tx_filter() local
123 const int block_size = noise_tx->block_size; in aom_noise_tx_add_energy() local
/external/python/cryptography/tests/hypothesis/
Dtest_padding.py13 def test_pkcs7(block_size, data): argument
27 def test_ansix923(block_size, data): argument
/external/tensorflow/tensorflow/core/kernels/
Dscan_ops_gpu.h257 const int block_size = 1024; in LaunchScan() local
263 const int block_size = 512; in LaunchScan() local
269 const int block_size = 256; in LaunchScan() local
275 const int block_size = 128; in LaunchScan() local
287 const int block_size = 64; in LaunchScan() local
293 const int block_size = 32; in LaunchScan() local
/external/ComputeLibrary/tests/validation/fixtures/
DHarrisCornersFixture.h50 …void setup(std::string image, int gradient_size, int block_size, BorderMode border_mode, Format fo… in setup()
65 …ArrayType compute_target(std::string image, int gradient_size, int block_size, BorderMode border_m… in compute_target()
96 …std::vector<KeyPoint> compute_reference(std::string image, int gradient_size, int block_size, Bord… in compute_reference()
/external/tensorflow/tensorflow/python/kernel_tests/
Ddepthtospace_op_test.py40 def _testOne(self, inputs, block_size, outputs, dtype=dtypes.float32): argument
263 def depthToSpaceUsingTranspose(self, tensor, block_size, data_format): argument
284 block_size, data_format, use_gpu): argument
340 def _checkGrad(self, x, block_size, data_format): argument
362 def _compare(self, b, h, w, d, block_size, data_format): argument
Dspacetodepth_op_test.py38 def _testOne(self, inputs, block_size, outputs, dtype=dtypes.float32): argument
230 def spaceToDepthUsingTranspose(self, tensor, block_size, data_format): argument
261 block_size, data_format, data_type, use_gpu): argument
340 def _checkGrad(self, x, block_size, data_format): argument
358 def _compare(self, b, h, w, d, block_size, data_format): argument
/external/ComputeLibrary/src/core/
DHOGInfo.cpp37 HOGInfo::HOGInfo(const Size2D &cell_size, const Size2D &block_size, const Size2D &detection_window_… in HOGInfo()
44 void HOGInfo::init(const Size2D &cell_size, const Size2D &block_size, const Size2D &detection_windo… in init()
96 const Size2D &HOGInfo::block_size() const in block_size() function in HOGInfo
/external/XNNPACK/test/
Ddepthtospace-microkernel-tester.h67 inline DepthToSpaceMicrokernelTester& block_size(size_t block_size) { in block_size() function
73 inline size_t block_size() const { in block_size() function
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dtpu_space_to_depth_pass.cc112 LogicalResult HandlePad(TF::PadOp op, int32_t kernel_size, int32_t block_size) { in HandlePad()
161 void HandleConv2DInput(TF::Conv2DOp conv2d, int64_t block_size) { in HandleConv2DInput()
216 void HandleConv2DFilter(TF::Conv2DOp conv2d, int64_t block_size) { in HandleConv2DFilter()
292 int64_t block_size) { in HandleConv2DBackPropFilter()
378 Value input, int32_t block_size, in BuildSpaceToDepth()
395 int32_t block_size, in HandleHostInput()
409 int32_t block_size) { in HandleHostReplicatedInputs()
434 void HandleCluster(tf_device::ClusterFuncOp cluster_func, int32_t block_size, in HandleCluster()
536 void HandleFirstConvolution(TF::Conv2DOp conv2d, int64_t block_size) { in HandleFirstConvolution()
633 int64_t block_size = GetConv2DBlockSize(conv2d); in runOnOperation() local
[all …]
/external/libtextclassifier/native/utils/base/
Darena.h100 size_t block_size() const { return block_size_; } in block_size() function
184 explicit UnsafeArena(const size_t block_size) in UnsafeArena()
186 UnsafeArena(const size_t block_size, bool align) in UnsafeArena()
193 UnsafeArena(char* first_block, const size_t block_size) in UnsafeArena()
195 UnsafeArena(char* first_block, const size_t block_size, bool align) in UnsafeArena()

12345678910>>...18