Home
last modified time | relevance | path

Searched refs:BLOCK_MODE (Results 1 – 21 of 21) sorted by relevance

/hardware/interfaces/keymaster/4.0/support/fuzzer/
Dkeymaster4_common.h58 BLOCK_MODE, enumerator
59 kMaxValue = BLOCK_MODE
174 case BLOCK_MODE: { in createAuthorizationSet()
Dkeymaster4_authSet_fuzzer.cpp29 Tag::BLOCK_MODE,
DREADME.md24 …INVALID` 2.`Tag::PURPOSE` 3.`Tag::ALGORITHM` 4.`Tag::KEY_SIZE` 5.`Tag::BLOCK_MODE` 6.`Tag::DIGEST`…
/hardware/interfaces/security/keymint/support/fuzzer/
Dkeymint_common.h78 BLOCK_MODE, enumerator
126 dataProvider->ConsumeIntegralInRange<uint32_t>(AuthSet::RSA_KEY, AuthSet::BLOCK_MODE); in createAuthorizationSet()
243 case BLOCK_MODE: { in createAuthorizationSet()
Dkeymint_authSet_fuzzer.cpp31 Tag::BLOCK_MODE,
/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/current/android/hardware/security/keymint/
DTag.aidl42 BLOCK_MODE = 536870916, enumConstant
/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/1/android/hardware/security/keymint/
DTag.aidl42 BLOCK_MODE = 536870916, enumConstant
/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/2/android/hardware/security/keymint/
DTag.aidl42 BLOCK_MODE = 536870916, enumConstant
/hardware/interfaces/keymaster/4.0/support/
Dkey_param_output.cpp55 case Tag::BLOCK_MODE: in operator <<()
/hardware/interfaces/security/keymint/aidl/android/hardware/security/keymint/
DTag.aidl80 BLOCK_MODE = TagType.ENUM_REP | 4, enumConstant
/hardware/interfaces/keymaster/3.0/vts/functional/
Dkey_param_output.cpp83 case Tag::BLOCK_MODE: in operator <<()
Dkeymaster_tags.h151 DECLARE_TYPED_TAG(BLOCK_MODE);
Dkeymaster_hidl_hal_test.cpp135 case Tag::BLOCK_MODE: in operator ==()
/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/3/android/hardware/security/keymint/
DTag.aidl42 BLOCK_MODE = (android.hardware.security.keymint.TagType.ENUM_REP | 4) /* 536870916 */, enumConstant
/hardware/nxp/keymint/KM200/
DJavacardKeyMintUtils.cpp34 return KeyParameter{Tag::BLOCK_MODE, KeyParameterValue::make<KeyParameterValue::blockMode>( in kmEnumParam2Aidl()
/hardware/nxp/keymint/KM300/
DJavacardKeyMintUtils.cpp36 return KeyParameter{Tag::BLOCK_MODE, KeyParameterValue::make<KeyParameterValue::blockMode>( in kmEnumParam2Aidl()
/hardware/interfaces/security/keymint/support/include/keymint_support/
Dkeymint_tags.h87 DECLARE_TYPED_TAG(BLOCK_MODE);
/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/
Dkeymaster_tags.h125 DECLARE_TYPED_TAG(BLOCK_MODE);
/hardware/interfaces/keymaster/3.0/
Dtypes.hal44 BLOCK_MODE = TagType:ENUM_REP | 4, /** BlockMode. */
/hardware/interfaces/keymaster/4.0/
Dtypes.hal98 * Tag::BLOCK_MODE specifies the block cipher mode(s) with which the key may be used. This tag
102 * must specify a Tag::BLOCK_MODE in the additionalParams argument of begin(). If the mode is
108 BLOCK_MODE = TagType:ENUM_REP | 4, /* BlockMode. */
DIKeymasterDevice.hal457 * If Tag::BLOCK_MODE is specified with value BlockMode::GCM, then the caller must also provide
1016 * AES key operations must specify exactly one block mode (Tag::BLOCK_MODE) and one padding mode