ObjFW  Diff

Differences From Artifact [3a131dec1c]:

To Artifact [a85912ca13]:


263
264
265
266
267
268
269
270

271
272

273
274

275
276
277
278

279
280

281
282

283
284
285
286
287
288
289
263
264
265
266
267
268
269

270
271

272
273

274
275
276
277

278
279

280
281

282
283
284
285
286
287
288
289







-
+

-
+

-
+



-
+

-
+

-
+







	M68K_ARG(OFOnceControl *_Nonnull, control, a0)
	M68K_ARG(OFOnceFunction _Nonnull, func, a1)

	OFOnce(control, func);
}

void __saveds
glue_OFPBKDF2 PPC_PARAMS(OFPBKDF2Parameters parameters)
glue_OFPBKDF2Wrapper PPC_PARAMS(const OFPBKDF2Parameters *_Nonnull parameters)
{
	M68K_ARG(OFPBKDF2Parameters, parameters, a0)
	M68K_ARG(const OFPBKDF2Parameters *_Nonnull, parameters, a0)

	OFPBKDF2(parameters);
	OFPBKDF2Wrapper(parameters);
}

void __saveds
glue_OFScrypt PPC_PARAMS(OFScryptParameters parameters)
glue_OFScryptWrapper PPC_PARAMS(const OFScryptParameters *_Nonnull parameters)
{
	M68K_ARG(OFScryptParameters, parameters, a0)
	M68K_ARG(const OFScryptParameters *_Nonnull, parameters, a0)

	OFScrypt(parameters);
	OFScryptWrapper(parameters);
}

void __saveds
glue_OFSalsa20_8Core PPC_PARAMS(uint32_t *_Nonnull buffer)
{
	M68K_ARG(uint32_t *_Nonnull, buffer, a0)