Home
last modified time | relevance | path

Searched defs:block_mode (Results 1 – 25 of 26) sorted by relevance

12

/aosp_15_r20/external/swiftshader/third_party/astc-encoder/Source/
H A Dastc_codec_internals.h89 struct block_mode struct
106 block_mode block_modes[MAX_WEIGHT_MODES]; argument
221 int block_mode; // 0 to 2047. Negative value marks constant-color block (-1: FP16, -2:UINT16) member
H A Dastc_symbolic_physical.cpp61 int block_mode = read_bits(11, 0, pb.data); in physical_to_symbolic() local
/aosp_15_r20/hardware/interfaces/keymaster/4.0/vts/functional/
H A DKeymasterHidlTest.cpp446 void KeymasterHidlTest::CheckAesIncrementalEncryptOperation(BlockMode block_mode, in CheckAesIncrementalEncryptOperation()
579 void KeymasterHidlTest::CheckTripleDesTestVector(KeyPurpose purpose, BlockMode block_mode, in CheckTripleDesTestVector()
649 string KeymasterHidlTest::EncryptMessage(const string& message, BlockMode block_mode, in EncryptMessage()
659 string KeymasterHidlTest::EncryptMessage(const string& message, BlockMode block_mode, in EncryptMessage()
672 string KeymasterHidlTest::EncryptMessage(const string& message, BlockMode block_mode, in EncryptMessage()
684 string KeymasterHidlTest::EncryptMessage(const string& message, BlockMode block_mode, in EncryptMessage()
713 string KeymasterHidlTest::DecryptMessage(const string& ciphertext, BlockMode block_mode, in DecryptMessage()
H A Dkeymaster_hidl_hal_test.cpp3910 const BlockMode block_mode; member
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_internal.h400 struct block_mode struct
403 uint16_t mode_index;
406 uint8_t decimation_mode;
409 uint8_t quant_mode;
412 uint8_t weight_bits;
415 uint8_t is_dual_plane : 1;
422 inline quant_method get_weight_quant_mode() const in get_weight_quant_mode()
1068 uint16_t block_mode; member
Dastcenc_block_sizes.cpp37 unsigned int block_mode, in decode_block_mode_2d()
153 unsigned int block_mode, in decode_block_mode_3d()
Dastcenc_symbolic_physical.cpp294 int block_mode = read_bits(11, 0, pcb.data); in physical_to_symbolic() local
/aosp_15_r20/hardware/interfaces/security/keymint/aidl/vts/functional/
H A DKeyMintAidlTestBase.cpp841 void KeyMintAidlTestBase::CheckAesIncrementalEncryptOperation(BlockMode block_mode, in CheckAesIncrementalEncryptOperation()
916 void KeyMintAidlTestBase::AesCheckEncryptOneByteAtATime(const string& key, BlockMode block_mode, in AesCheckEncryptOneByteAtATime()
934 void KeyMintAidlTestBase::CheckEncryptOneByteAtATime(BlockMode block_mode, const int block_size, in CheckEncryptOneByteAtATime()
1048 void KeyMintAidlTestBase::CheckTripleDesTestVector(KeyPurpose purpose, BlockMode block_mode, in CheckTripleDesTestVector()
1337 string KeyMintAidlTestBase::EncryptMessage(const string& message, BlockMode block_mode, in EncryptMessage()
1347 string KeyMintAidlTestBase::EncryptMessage(const string& message, BlockMode block_mode, in EncryptMessage()
1360 string KeyMintAidlTestBase::EncryptMessage(const string& message, BlockMode block_mode, in EncryptMessage()
1372 string KeyMintAidlTestBase::EncryptMessage(const string& message, BlockMode block_mode, in EncryptMessage()
1386 string KeyMintAidlTestBase::EncryptMessage(const string& message, BlockMode block_mode, in EncryptMessage()
1415 string KeyMintAidlTestBase::DecryptMessage(const string& ciphertext, BlockMode block_mode, in DecryptMessage()
H A DKeyMintTest.cpp685 for (auto block_mode : ValidBlockModes(Algorithm::AES)) { in TEST_P() local
724 for (auto block_mode : ValidBlockModes(Algorithm::AES)) { in TEST_P() local
744 for (auto block_mode : ValidBlockModes(Algorithm::AES)) { in TEST_P() local
772 for (auto block_mode : ValidBlockModes(Algorithm::AES)) { in TEST_P() local
816 BlockMode block_mode = BlockMode::GCM; in TEST_P() local
843 BlockMode block_mode = BlockMode::GCM; in TEST_P() local
870 for (auto block_mode : ValidBlockModes(Algorithm::TRIPLE_DES)) { in TEST_P() local
910 for (auto block_mode : ValidBlockModes(Algorithm::TRIPLE_DES)) { in TEST_P() local
953 for (auto block_mode : ValidBlockModes(Algorithm::TRIPLE_DES)) { in TEST_P() local
972 for (auto block_mode : ValidBlockModes(Algorithm::TRIPLE_DES)) { in TEST_P() local
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/lz4_flex/src/frame/
Dheader.rs142 pub block_mode: BlockMode, field
171 pub fn block_mode(mut self, block_mode: BlockMode) -> Self { in block_mode() method
319 let block_mode = if flg_byte & FLG_INDEPENDENT_BLOCKS != 0 { in read() localVariable
/aosp_15_r20/system/keymaster/km_openssl/
H A Dblock_cipher_operation.h122 BlockCipherEvpEncryptOperation(keymaster_block_mode_t block_mode, keymaster_padding_t padding, in BlockCipherEvpEncryptOperation()
142 BlockCipherEvpDecryptOperation(keymaster_block_mode_t block_mode, keymaster_padding_t padding, in BlockCipherEvpDecryptOperation()
H A Dblock_cipher_operation.cpp39 inline bool allows_padding(keymaster_block_mode_t block_mode) { in allows_padding()
83 keymaster_block_mode_t block_mode; in CreateOperation() local
147 keymaster_block_mode_t block_mode, in BlockCipherEvpOperation()
H A Daes_operation.cpp31 keymaster_block_mode_t block_mode, in GetCipherInstance()
H A Dtriple_des_operation.cpp30 TripleDesEvpCipherDescription::GetCipherInstance(size_t key_size, keymaster_block_mode_t block_mode, in GetCipherInstance()
/aosp_15_r20/external/freetype/src/lzw/
H A Dftzopen.h125 FT_Int block_mode; /* block mode flag, from file header */ member
/aosp_15_r20/external/mesa3d/src/intel/vulkan/
H A Danv_astc_emu.c118 nir_def *block_mode = nir_iand_imm(b, nir_channel(b, val, 0), 0xfff); in astc_emu_init_flush_denorm_shader() local
/aosp_15_r20/hardware/interfaces/keymaster/3.0/vts/functional/
H A Dauthorization_set.h398 for (auto block_mode : block_modes) { in BlockMode() local
H A Dkeymaster_hidl_hal_test.cpp3076 for (auto block_mode : block_modes) { in TEST_P() local
/aosp_15_r20/hardware/google/graphics/common/libhwjpeg/
DExynosJpegEncoderForCamera.cpp380 bool block_mode = !TestState(STATE_HWFC_ENABLED); in encode() local
Dhwjpeg-v4l2.cpp412 ssize_t CHWJpegV4L2Compressor::Compress(size_t *secondary_stream_size, bool block_mode) { in Compress()
/aosp_15_r20/system/security/keystore2/test_utils/
H A Dauthorizations.rs100 pub fn block_mode(mut self, b: BlockMode) -> Self { in block_mode() method
H A Dkey_generations.rs117 pub block_mode: Option<BlockMode>, field
/aosp_15_r20/system/keymaster/include/keymaster/km_openssl/
H A Dattestation_record.h81 ASN1_INTEGER_SET* block_mode; member
/aosp_15_r20/external/coreboot/src/vendorcode/cavium/include/bdk/libbdk-arch/
H A Dbdk-csrs-mio_tws.h616 …uint64_t block_mode : 1; /**< [ 2: 2](R/W) Block transfer mode in HLC, only valid in… member
712 …uint64_t block_mode : 1; /**< [ 2: 2](R/W) Block transfer mode in HLC, only valid in… member
/aosp_15_r20/system/keymint/common/src/
H A Dtag.rs937 block_mode: bool, field

12