Searched refs:generateKey (Results 1 – 7 of 7) sorted by relevance
/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/ |
D | Keymaster4.h | 68 Return<void> generateKey(const hidl_vec<KeyParameter>& keyParams, in generateKey() function 70 return dev_->generateKey(keyParams, _hidl_cb); in generateKey()
|
D | Keymaster3.h | 74 Return<void> generateKey(const hidl_vec<KeyParameter>& keyParams,
|
/hardware/interfaces/keymaster/3.0/ |
D | IKeymasterDevice.hal | 88 generateKey(vec<KeyParameter> keyParams) 118 * @param keyBlob The opaque descriptor returned by generateKey() or importKey(); 143 * @param keyBlob The opaque descriptor returned by generateKey() or importKey(). The 170 * @param keyToAttest The opaque descriptor returned by generateKey() or importKey(). The 187 * @param keyBlobToUpgrade The opaque descriptor returned by generateKey() or importKey(); 204 * @param keyBlobToUpgrade The opaque descriptor returned by generateKey() or importKey(); 254 * @param keyBlob The opaque key descriptor returned by generateKey() or importKey(). The key
|
/hardware/interfaces/keymaster/4.0/ |
D | IKeymasterDevice.hal | 392 * values. In addition, the characteristics returned by generateKey places parameters correctly 396 * In addition to the parameters provided, generateKey must add the following to the returned 411 * The parameters provided to generateKey depend on the type of key being generated. This 419 * o Tag::Key_SIZE specifies the size of the public modulus, in bits. If omitted, generateKey 424 * o Tag::RSA_PUBLIC_EXPONENT specifies the RSA public exponent value. If omitted, generateKey 427 * generateKey must return ErrorCode::INVALID_ARGUMENT. 429 * The following parameters are not necessary to generate a usable RSA key, but generateKey must 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 458 * Tag::MIN_MAC_LENGTH. If omitted, generateKey must return ErrorCode::MISSING_MIN_MAC_LENGTH. [all …]
|
D | types.hal | 78 * must be provided to generateKey and importKey, and must be specified in the wrapped key 172 * generateKey() or importKey() must return ErrorCode::UNSUPPORTED_KEY_SIZE. 490 * Tag::APPLICATION_ID. When provided to generateKey or importKey, this tag specifies data 511 * Tag::APPLICATION_DATA. When provided to generateKey or importKey, this tag specifies data 1170 * KeyCharacteristics objects are returned by generateKey, importKey, importWrappedKey and
|
/hardware/interfaces/keymaster/4.0/vts/functional/ |
D | KeymasterHidlTest.cpp | 93 ->generateKey(key_desc.hidl_data(), in GenerateKey()
|
/hardware/interfaces/keymaster/3.0/vts/functional/ |
D | keymaster_hidl_hal_test.cpp | 480 ->generateKey(key_desc.hidl_data(), in GenerateKey()
|