Home
last modified time | relevance | path

Searched refs:KEY_SIZE (Results 1 – 16 of 16) sorted by relevance

/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/current/android/hardware/security/keymint/
DTag.aidl41 KEY_SIZE = 805306371, enumConstant
/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/1/android/hardware/security/keymint/
DTag.aidl41 KEY_SIZE = 805306371, enumConstant
/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/2/android/hardware/security/keymint/
DTag.aidl41 KEY_SIZE = 805306371, enumConstant
/hardware/interfaces/security/keymint/aidl/android/hardware/security/keymint/
DTag.aidl67 KEY_SIZE = TagType.UINT | 3, enumConstant
/hardware/nxp/weaver/libese_weaver/src/
Dweaver-parser-impl.cpp46 #define KEY_SIZE 16 macro
244 slotInfo.keySize = KEY_SIZE; in ParseSlotInfo()
/hardware/interfaces/security/keymint/support/fuzzer/
Dkeymint_authSet_fuzzer.cpp30 Tag::KEY_SIZE,
/hardware/interfaces/keymaster/4.0/support/fuzzer/
Dkeymaster4_authSet_fuzzer.cpp28 Tag::KEY_SIZE,
DREADME.md24 | `tag` | 1. `Tag::INVALID` 2.`Tag::PURPOSE` 3.`Tag::ALGORITHM` 4.`Tag::KEY_SIZE` 5.`Tag::BLOCK_MOD…
/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/3/android/hardware/security/keymint/
DTag.aidl41 KEY_SIZE = (android.hardware.security.keymint.TagType.UINT | 3) /* 805306371 */, enumConstant
/hardware/interfaces/security/keymint/support/include/keymint_support/
Dkeymint_tags.h101 DECLARE_TYPED_TAG(KEY_SIZE);
/hardware/interfaces/keymaster/3.0/vts/functional/
Dkeymaster_tags.h114 DECLARE_TYPED_TAG(KEY_SIZE);
Dkeymaster_hidl_hal_test.cpp86 case Tag::KEY_SIZE: in operator ==()
/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/
Dkeymaster_tags.h136 DECLARE_TYPED_TAG(KEY_SIZE);
/hardware/interfaces/keymaster/4.0/
Dtypes.hal86 * Tag::KEY_SIZE pecifies the size, in bits, of the key, measuring in the normal way for the
87 * key's algorithm. For example, for RSA keys, Tag::KEY_SIZE specifies the size of the public
91 * Tag::KEY_SIZE must be 168.
95 KEY_SIZE = TagType:UINT | 3,
182 * Tag:EC_CURVE, Tag::KEY_SIZE, or both. If both are provided and the size and curve do not
DIKeymasterDevice.hal446 * Either Tag::KEY_SIZE or Tag::EC_CURVE must be provided to generate an ECDSA key. If neither
447 * is provided, generateKey must return ErrorCode::UNSUPPORTED_KEY_SIZE. If Tag::KEY_SIZE is
454 * Only Tag::KEY_SIZE is required to generate an AES key. If omitted, generateKey must return
479 * o Tag::KEY_SIZE is not necessary in the input parameters. If not provided, the
481 * value to the key characteristics. If Tag::KEY_SIZE is provided, the IKeymasterDevice must
/hardware/interfaces/keymaster/3.0/
Dtypes.hal43 KEY_SIZE = TagType:UINT | 3, /** Key size in bits. */