Home
last modified time | relevance | path

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

/hardware/nxp/keymint/KM300/
DJavacardKeyMintDevice.cpp334 auto optOpHandle = cbor_.getUint64(item, 2); in begin() local
338 if (!keyParams || !optOpHandle || !optBufMode || !optMacLength) { in begin()
343 result->challenge = optOpHandle.value(); in begin()
345 static_cast<keymaster_operation_handle_t>(optOpHandle.value()), in begin()