Home
last modified time | relevance | path

Searched refs:keyMaterial (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/keymaster/4.1/support/
DKeymaster3.cpp187 auto cb = [&](V3_0::ErrorCode error, const hidl_vec<uint8_t>& keyMaterial) { in exportKey() argument
188 _hidl_cb(convert(error), keyMaterial); in exportKey()
/hardware/nxp/keymint/KM200/
DJavacardKeyMintDevice.cpp426 keymaster_key_blob_t keyMaterial = {keyData, keyDataLen}; in parseWrappedKey() local
428 parse_wrapped_key(KeymasterKeyBlob(keyMaterial), &kmIv, &kmTransitKey, &kmSecureKey, &kmTag, in parseWrappedKey()
/hardware/nxp/keymint/KM300/
DJavacardKeyMintDevice.cpp447 keymaster_key_blob_t keyMaterial = {keyData, keyDataLen}; in parseWrappedKey() local
449 parse_wrapped_key(KeymasterKeyBlob(keyMaterial), &kmIv, &kmTransitKey, &kmSecureKey, &kmTag, in parseWrappedKey()
/hardware/interfaces/keymaster/3.0/
DIKeymasterDevice.hal159 * @return keyMaterial The public key material in PKCS#8 format.
162 vec<uint8_t> appData) generates(ErrorCode error, vec<uint8_t> keyMaterial);
/hardware/interfaces/keymaster/4.0/
DIKeymasterDevice.hal642 * @return keyMaterial The public key material in X.509 format.
645 vec<uint8_t> appData) generates (ErrorCode error, vec<uint8_t> keyMaterial);