Home
last modified time | relevance | path

Searched refs:SupportedBlockModes (Results 1 – 13 of 13) sorted by relevance

/aosp12/system/keymaster/km_openssl/
H A Dblock_cipher_operation.h34 virtual const keymaster_block_mode_t* SupportedBlockModes(size_t* block_mode_count) const = 0;
57 const keymaster_block_mode_t* SupportedBlockModes(size_t* block_mode_count) const override { in SupportedBlockModes() function
58 return GetCipherDescription().SupportedBlockModes(block_mode_count); in SupportedBlockModes()
H A Dtriple_des_operation.h30 const keymaster_block_mode_t* SupportedBlockModes(size_t* block_mode_count) const override;
H A Daes_operation.h30 const keymaster_block_mode_t* SupportedBlockModes(size_t* block_mode_count) const override;
H A Dtriple_des_operation.cpp24 TripleDesEvpCipherDescription::SupportedBlockModes(size_t* block_mode_count) const { in SupportedBlockModes() function in keymaster::TripleDesEvpCipherDescription
H A Daes_operation.cpp25 AesEvpCipherDescription::SupportedBlockModes(size_t* block_mode_count) const { in SupportedBlockModes() function in keymaster::AesEvpCipherDescription
/aosp12/system/core/trusty/keymaster/include/trusty_keymaster/
H A DTrustyKeymaster.h32 void SupportedBlockModes(const SupportedBlockModesRequest& request,
/aosp12/system/keymaster/include/keymaster/
H A Dandroid_keymaster.h57 void SupportedBlockModes(const SupportedBlockModesRequest& request,
H A Doperation.h64 virtual const keymaster_block_mode_t* SupportedBlockModes(size_t* block_mode_count) const { in SupportedBlockModes() function
/aosp12/system/keymaster/android_keymaster/
H A Doperation.cpp33 const keymaster_block_mode_t* supported_block_modes = SupportedBlockModes(&block_mode_count); in supported()
H A Dandroid_keymaster.cpp215 void AndroidKeymaster::SupportedBlockModes(const SupportedBlockModesRequest& request, in SupportedBlockModes() function in keymaster::AndroidKeymaster
218 &OperationFactory::SupportedBlockModes, response); in SupportedBlockModes()
/aosp12/system/keymaster/legacy_support/
H A Dkeymaster_passthrough_operation.h122 const keymaster_block_mode_t* SupportedBlockModes(size_t* block_mode_count) const override { in SupportedBlockModes() function
/aosp12/system/core/trusty/keymaster/
H A DTrustyKeymaster.cpp120 void TrustyKeymaster::SupportedBlockModes(const SupportedBlockModesRequest& request, in SupportedBlockModes() function in keymaster::TrustyKeymaster
/aosp12/system/keymaster/contexts/
H A Dsoft_keymaster_device.cpp419 impl_->SupportedBlockModes(request, &response); in get_supported_block_modes()