Searched refs:protectedData (Results 1 – 4 of 4) sorted by relevance
122 ProtectedData protectedData = new ProtectedData(); in generateCsr() local125 challenge, deviceInfo, protectedData); in generateCsr()139 protectedData.protectedData, in generateCsr()
294 ProtectedData protectedData = new ProtectedData(); in generateCsr() local297 eekResponse.getChallenge(), deviceInfo, protectedData); in generateCsr()306 .add(decodeCbor(protectedData.protectedData)) in generateCsr()
298 byte[] protectedData, byte[] macedKeysToSign, Map unverifiedDeviceInfo) in buildCertificateRequest() argument305 Array protectedDataArray = (Array) decodeCbor(protectedData, "ProtectedData", in buildCertificateRequest()
399 ((ProtectedData) args[5]).protectedData = FAKE_PROTECTED_DATA; in mockSystemInterface()