On Mon, Feb 10, 2025 at 12:40:39PM -0800, Eric Biggers wrote: > On Fri, Jan 17, 2025 at 11:23:36PM -0800, Eric Biggers wrote: > > From: Eric Biggers <ebiggers@xxxxxxxxxx> > > > > Update the KDF contexts to match those actually used on SM8650. This > > turns out to be needed for the hardware-wrapped key tests generic/368 > > and generic/369 to pass on the SM8650 HDK (now that I have one to > > actually test it). Apparently the contexts changed between the > > prototype version I tested a couple years ago and the final version. > > > > Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx> > > --- > > src/fscrypt-crypt-util.c | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > Ping. Zorro, could you apply this please? Thanks! Sure Eric. I don't have a hardware to give it a test, but other cases which use fscrypt-crypt-util test passed. And I trust you much on this change, so Reviewed-by: Zorro Lang <zlang@xxxxxxxxxx> > > - Eric >