Searched refs:secureKey (Results 1 – 4 of 4) sorted by relevance
/hardware/nxp/keymint/KM200/ |
D | JavacardKeyMintDevice.cpp | 167 std::vector<uint8_t> secureKey; in importWrappedKey() local 172 keymaster_error_t errorCode = parseWrappedKey(wrappedKeyData, iv, transitKey, secureKey, tag, in importWrappedKey() 188 authList, keyFormat, secureKey, tag, iv, wrappedKeyDescription, passwordSid, biometricSid); in importWrappedKey() 218 const std::vector<uint8_t>& secureKey, const std::vector<uint8_t>& tag, in sendFinishImportWrappedKeyCmd() argument 224 request.add(std::vector<uint8_t>(secureKey)); in sendFinishImportWrappedKeyCmd() 413 std::vector<uint8_t>& secureKey, std::vector<uint8_t>& tag, in parseWrappedKey() argument 436 secureKey = km_utils::kmBlob2vector(kmSecureKey); in parseWrappedKey()
|
D | JavacardKeyMintDevice.h | 118 std::vector<uint8_t>& secureKey, std::vector<uint8_t>& tag, 128 const std::vector<uint8_t>& secureKey,
|
/hardware/nxp/keymint/KM300/ |
D | JavacardKeyMintDevice.cpp | 190 std::vector<uint8_t> secureKey; in importWrappedKey() local 195 keymaster_error_t errorCode = parseWrappedKey(wrappedKeyData, iv, transitKey, secureKey, tag, in importWrappedKey() 211 authList, keyFormat, secureKey, tag, iv, wrappedKeyDescription, passwordSid, biometricSid); in importWrappedKey() 245 const std::vector<uint8_t>& secureKey, const std::vector<uint8_t>& tag, in sendFinishImportWrappedKeyCmd() argument 251 request.add(std::vector<uint8_t>(secureKey)); in sendFinishImportWrappedKeyCmd() 434 std::vector<uint8_t>& secureKey, std::vector<uint8_t>& tag, in parseWrappedKey() argument 457 secureKey = km_utils::kmBlob2vector(kmSecureKey); in parseWrappedKey()
|
D | JavacardKeyMintDevice.h | 123 std::vector<uint8_t>& secureKey, std::vector<uint8_t>& tag, 133 const std::vector<uint8_t>& secureKey,
|