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/ |
D | Tag.aidl | 41 KEY_SIZE = 805306371, enumConstant
|
/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/1/android/hardware/security/keymint/ |
D | Tag.aidl | 41 KEY_SIZE = 805306371, enumConstant
|
/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/2/android/hardware/security/keymint/ |
D | Tag.aidl | 41 KEY_SIZE = 805306371, enumConstant
|
/hardware/interfaces/security/keymint/aidl/android/hardware/security/keymint/ |
D | Tag.aidl | 67 KEY_SIZE = TagType.UINT | 3, enumConstant
|
/hardware/nxp/weaver/libese_weaver/src/ |
D | weaver-parser-impl.cpp | 46 #define KEY_SIZE 16 macro 244 slotInfo.keySize = KEY_SIZE; in ParseSlotInfo()
|
/hardware/interfaces/security/keymint/support/fuzzer/ |
D | keymint_authSet_fuzzer.cpp | 30 Tag::KEY_SIZE,
|
/hardware/interfaces/keymaster/4.0/support/fuzzer/ |
D | keymaster4_authSet_fuzzer.cpp | 28 Tag::KEY_SIZE,
|
D | README.md | 24 | `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/ |
D | Tag.aidl | 41 KEY_SIZE = (android.hardware.security.keymint.TagType.UINT | 3) /* 805306371 */, enumConstant
|
/hardware/interfaces/security/keymint/support/include/keymint_support/ |
D | keymint_tags.h | 101 DECLARE_TYPED_TAG(KEY_SIZE);
|
/hardware/interfaces/keymaster/3.0/vts/functional/ |
D | keymaster_tags.h | 114 DECLARE_TYPED_TAG(KEY_SIZE);
|
D | keymaster_hidl_hal_test.cpp | 86 case Tag::KEY_SIZE: in operator ==()
|
/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/ |
D | keymaster_tags.h | 136 DECLARE_TYPED_TAG(KEY_SIZE);
|
/hardware/interfaces/keymaster/4.0/ |
D | types.hal | 86 * 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
|
D | IKeymasterDevice.hal | 446 * 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/ |
D | types.hal | 43 KEY_SIZE = TagType:UINT | 3, /** Key size in bits. */
|