/third_party/fsverity-utils/common/ |
H A D | fsverity_uapi.h | 24 __u32 block_size; member
|
/third_party/fsverity-utils/include/ |
H A D | libfsverity.h | 53 uint32_t block_size; member
|
/third_party/alsa-lib/src/topology/ |
H A D | builder.c | 78 size_t total_size = 0, count = 0, block_size = 0; in write_elem_block() local
|
/third_party/backends/backend/ |
H A D | gt68xx_gt6816.c | 89 SANE_Word block_size = MAX_DOWNLOAD_BLOCK_SIZE; in gt6816_download_firmware() local
|
/third_party/mbedtls/programs/psa/ |
H A D | crypto_examples.c | 161 block_size = PSA_BLOCK_CIPHER_BLOCK_LENGTH(PSA_KEY_TYPE_AES), in cipher_example_encrypt_decrypt_aes_cbc_nopad_1_block() enumerator 209 block_size = PSA_BLOCK_CIPHER_BLOCK_LENGTH(PSA_KEY_TYPE_AES), in cipher_example_encrypt_decrypt_aes_cbc_pkcs7_multi() enumerator 257 block_size = PSA_BLOCK_CIPHER_BLOCK_LENGTH(PSA_KEY_TYPE_AES), cipher_example_encrypt_decrypt_aes_ctr_multi() enumerator [all...] |
/third_party/mbedtls/library/ |
H A D | psa_crypto_mac.c | 40 size_t block_size = PSA_HASH_BLOCK_LENGTH(hash_alg); in psa_hmac_setup_internal() local 119 size_t block_size = PSA_HASH_BLOCK_LENGTH(hash_alg); psa_hmac_finish_internal() local [all...] |
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfscat.c | 342 u32 block_size; in cat() local
|
/third_party/mesa3d/src/util/format/ |
H A D | u_format_latc.c | 62 int block_size = 8; in util_format_latc1_unorm_unpack_rgba_float() local 136 int block_size = 8; in util_format_latc1_snorm_unpack_rgba_float() local 203 int block_size = 16; in util_format_latc2_unorm_unpack_rgba_float() local 268 int block_size = 16; in util_format_latc2_snorm_unpack_rgba_float() local
|
/third_party/ltp/testcases/kernel/syscalls/fallocate/ |
H A D | fallocate01.c | 116 loff_t block_size; variable
|
H A D | fallocate03.c | 135 int block_size; variable [all...] |
H A D | fallocate04.c | 23 static size_t block_size; variable [all...] |
/third_party/node/deps/openssl/openssl/ssl/record/ |
H A D | tls_pad.c | 68 ssl3_cbc_remove_padding_and_mac(size_t *reclen, size_t origreclen, unsigned char *recdata, unsigned char **mac, int *alloced, size_t block_size, size_t mac_size, OSSL_LIB_CTX *libctx) ssl3_cbc_remove_padding_and_mac() argument 113 tls1_cbc_remove_padding_and_mac(size_t *reclen, size_t origreclen, unsigned char *recdata, unsigned char **mac, int *alloced, size_t block_size, size_t mac_size, int aead, OSSL_LIB_CTX *libctx) tls1_cbc_remove_padding_and_mac() argument 197 ssl3_cbc_copy_mac(size_t *reclen, size_t origreclen, unsigned char *recdata, unsigned char **mac, int *alloced, size_t block_size, size_t mac_size, size_t good, OSSL_LIB_CTX *libctx) ssl3_cbc_copy_mac() argument [all...] |
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | cmeth_lib.c | 23 EVP_CIPHER *EVP_CIPHER_meth_new(int cipher_type, int block_size, int key_len) in EVP_CIPHER_meth_new() argument
|
/third_party/pulseaudio/src/modules/ |
H A D | module-null-source.c | 71 size_t block_size; member
|
/third_party/openssl/crypto/evp/ |
H A D | cmeth_lib.c | 23 EVP_CIPHER *EVP_CIPHER_meth_new(int cipher_type, int block_size, int key_len) in EVP_CIPHER_meth_new() argument
|
/third_party/openssl/ssl/record/ |
H A D | tls_pad.c | 68 ssl3_cbc_remove_padding_and_mac(size_t *reclen, size_t origreclen, unsigned char *recdata, unsigned char **mac, int *alloced, size_t block_size, size_t mac_size, OSSL_LIB_CTX *libctx) ssl3_cbc_remove_padding_and_mac() argument 113 tls1_cbc_remove_padding_and_mac(size_t *reclen, size_t origreclen, unsigned char *recdata, unsigned char **mac, int *alloced, size_t block_size, size_t mac_size, int aead, OSSL_LIB_CTX *libctx) tls1_cbc_remove_padding_and_mac() argument 197 ssl3_cbc_copy_mac(size_t *reclen, size_t origreclen, unsigned char *recdata, unsigned char **mac, int *alloced, size_t block_size, size_t mac_size, size_t good, OSSL_LIB_CTX *libctx) ssl3_cbc_copy_mac() argument [all...] |
/third_party/unity/extras/memory/src/ |
H A D | unity_memory.c | 124 size_t block_size; in release_memory() local
|
/third_party/protobuf/src/google/protobuf/io/ |
H A D | zero_copy_stream_impl_lite.cc | 58 ArrayInputStream::ArrayInputStream(const void* data, int size, int block_size) in ArrayInputStream() argument 105 ArrayOutputStream::ArrayOutputStream(void* data, int size, int block_size) in ArrayOutputStream() argument 201 CopyingInputStreamAdaptor( CopyingInputStream* copying_stream, int block_size) CopyingInputStreamAdaptor() argument 303 CopyingOutputStreamAdaptor( CopyingOutputStream* copying_stream, int block_size) CopyingOutputStreamAdaptor() argument [all...] |
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/ |
H A D | sgl.c | 59 u32 sgl_size, block_size, sgl_num_per_block, block_num, remain_sgl = 0; in hisi_acc_create_sgl_pool() local
|
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | coh901318_lli.c | 199 size_t block_size = MAX_DMA_PACKET_SIZE; in coh901318_lli_fill_single() local
|
/kernel/linux/linux-5.10/drivers/crypto/ccp/ |
H A D | ccp-crypto-sha.c | 64 unsigned int block_size = in ccp_do_sha_update() local 188 unsigned int block_size = in ccp_sha_init() local 276 unsigned int block_size = crypto_shash_blocksize(shash); in ccp_sha_setkey() local 364 u32 block_size; global() member [all...] |
H A D | ccp-crypto-aes-cmac.c | 62 unsigned int block_size = in ccp_do_cmac_update() local
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | mmhub_v1_0.c | 235 unsigned num_level, block_size; in mmhub_v1_0_setup_vmid_config() local
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_fw_update.c | 385 u32 block_size; in ice_write_nvm_module() local 272 ice_write_one_nvm_block(struct ice_pf *pf, u16 module, u32 offset, u16 block_size, u8 *block, bool last_cmd, struct netlink_ext_ack *extack) ice_write_one_nvm_block() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/ |
H A D | intel_bios.c | 139 u16 *block_ptr, block_size; in get_blocksize() local 330 u16 block_size; in parse_sdvo_device_mapping() local 443 u16 block_size; in parse_device_mapping() local
|