Home
last modified time | relevance | path

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

/hardware/interfaces/keymaster/4.0/vts/functional/
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()
Dkeymaster_hidl_hal_test.cpp3910 const BlockMode block_mode; member
/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
/hardware/interfaces/security/keymint/aidl/vts/functional/
DKeyMintAidlTestBase.cpp735 void KeyMintAidlTestBase::CheckAesIncrementalEncryptOperation(BlockMode block_mode, in CheckAesIncrementalEncryptOperation()
810 void KeyMintAidlTestBase::AesCheckEncryptOneByteAtATime(const string& key, BlockMode block_mode, in AesCheckEncryptOneByteAtATime()
828 void KeyMintAidlTestBase::CheckEncryptOneByteAtATime(BlockMode block_mode, const int block_size, in CheckEncryptOneByteAtATime()
942 void KeyMintAidlTestBase::CheckTripleDesTestVector(KeyPurpose purpose, BlockMode block_mode, in CheckTripleDesTestVector()
1232 string KeyMintAidlTestBase::EncryptMessage(const string& message, BlockMode block_mode, in EncryptMessage()
1242 string KeyMintAidlTestBase::EncryptMessage(const string& message, BlockMode block_mode, in EncryptMessage()
1255 string KeyMintAidlTestBase::EncryptMessage(const string& message, BlockMode block_mode, in EncryptMessage()
1267 string KeyMintAidlTestBase::EncryptMessage(const string& message, BlockMode block_mode, in EncryptMessage()
1281 string KeyMintAidlTestBase::EncryptMessage(const string& message, BlockMode block_mode, in EncryptMessage()
1310 string KeyMintAidlTestBase::DecryptMessage(const string& ciphertext, BlockMode block_mode, in DecryptMessage()
DKeyMintTest.cpp684 for (auto block_mode : ValidBlockModes(Algorithm::AES)) { in TEST_P() local
723 for (auto block_mode : ValidBlockModes(Algorithm::AES)) { in TEST_P() local
743 for (auto block_mode : ValidBlockModes(Algorithm::AES)) { in TEST_P() local
771 for (auto block_mode : ValidBlockModes(Algorithm::AES)) { in TEST_P() local
815 BlockMode block_mode = BlockMode::GCM; in TEST_P() local
842 BlockMode block_mode = BlockMode::GCM; in TEST_P() local
869 for (auto block_mode : ValidBlockModes(Algorithm::TRIPLE_DES)) { in TEST_P() local
909 for (auto block_mode : ValidBlockModes(Algorithm::TRIPLE_DES)) { in TEST_P() local
952 for (auto block_mode : ValidBlockModes(Algorithm::TRIPLE_DES)) { in TEST_P() local
971 for (auto block_mode : ValidBlockModes(Algorithm::TRIPLE_DES)) { in TEST_P() local
[all …]
/hardware/interfaces/keymaster/3.0/vts/functional/
Dauthorization_set.h398 for (auto block_mode : block_modes) { in BlockMode() local
Dkeymaster_hidl_hal_test.cpp3076 for (auto block_mode : block_modes) { in TEST_P() local
/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()