HomeSort by: relevance | last modified time | path
    Searched refs:tweak (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/sys/crypto/aes/arch/arm/
aes_armv8.c 163 uint8_t out[static 16], size_t nbytes, uint8_t tweak[static 16],
172 aesarmv8_xts_enc1(enc, in, out, nbytes % 128, tweak, nrounds);
180 aesarmv8_xts_enc8(enc, in, out, nbytes, tweak, nrounds);
187 uint8_t out[static 16], size_t nbytes, uint8_t tweak[static 16],
196 aesarmv8_xts_dec1(dec, in, out, nbytes % 128, tweak, nrounds);
204 aesarmv8_xts_dec8(dec, in, out, nbytes, tweak, nrounds);
269 uint8_t tweak[16]; local in function:aesarmv8_xts_update_selftest
272 aesarmv8_xts_update(cases[i].in, tweak);
273 if (memcmp(tweak, cases[i].out, 16))
310 /* Verify that our XTS tweak update logic works. *
    [all...]
aes_neon_subr.c 203 uint8_t out[static 16], size_t nbytes, uint8_t tweak[static 16],
211 t = loadblock(tweak);
235 storeblock(tweak, t);
240 uint8_t out[static 16], size_t nbytes, uint8_t tweak[static 16],
248 t = loadblock(tweak);
272 storeblock(tweak, t);
  /src/sys/crypto/aes/arch/x86/
aes_sse2_impl.c 122 uint8_t out[static 16], size_t nbytes, uint8_t tweak[static 16],
129 aes_sse2_xts_enc(enc, in, out, nbytes, tweak, nrounds);
135 uint8_t out[static 16], size_t nbytes, uint8_t tweak[static 16],
142 aes_sse2_xts_dec(dec, in, out, nbytes, tweak, nrounds);
aes_ssse3_subr.c 173 uint8_t out[static 16], size_t nbytes, uint8_t tweak[static 16],
181 t = loadblock(tweak);
188 storeblock(tweak, t);
193 uint8_t out[static 16], size_t nbytes, uint8_t tweak[static 16],
201 t = loadblock(tweak);
208 storeblock(tweak, t);
aes_ni.c 267 uint8_t tweak[16]; local in function:aesni_xts_update_selftest
270 aesni_xts_update(cases[i].in, tweak);
271 if (memcmp(tweak, cases[i].out, 16))
298 /* Verify that our XTS tweak update logic works. */
aes_sse2_subr.c 347 uint8_t out[static 16], size_t nbytes, uint8_t tweak[static 16],
362 /* Load tweak. */
363 t[0] = _mm_loadu_epi8(tweak);
425 out: /* Store the updated tweak. */
426 _mm_storeu_epi8(tweak, t[0]);
436 uint8_t out[static 16], size_t nbytes, uint8_t tweak[static 16],
451 /* Load tweak. */
452 t[0] = _mm_loadu_epi8(tweak);
514 out: /* Store the updated tweak. */
515 _mm_storeu_epi8(tweak, t[0])
    [all...]
aes_via.c 498 uint8_t out[static 16], size_t nbytes, uint8_t tweak[static 16],
506 memcpy(t, tweak, 16);
519 * from `in', since we have to combine the tweak
579 memcpy(tweak, t, 16);
592 uint8_t out[static 16], size_t nbytes, uint8_t tweak[static 16],
600 memcpy(t, tweak, 16);
613 * from `in', since we have to combine the tweak
673 memcpy(tweak, t, 16);
883 /* Verify that our XTS tweak update logic works. */
  /src/sys/crypto/aes/
aes_bear.c 394 uint8_t out[static 16], size_t nbytes, uint8_t tweak[static 16],
410 /* Load tweak. */
411 t0 = le32dec(tweak + 4*0);
412 t1 = le32dec(tweak + 4*1);
413 t2 = le32dec(tweak + 4*2);
414 t3 = le32dec(tweak + 4*3);
449 /* Compute the upper tweak. */
485 out: /* Store the updated tweak. */
486 le32enc(tweak + 4*0, t0);
487 le32enc(tweak + 4*1, t1)
    [all...]
aes_impl.c 283 uint8_t out[static 16], size_t nbytes, uint8_t tweak[static 16],
288 aes_impl->ai_xts_enc(enc, in, out, nbytes, tweak, nrounds);
293 uint8_t out[static 16], size_t nbytes, uint8_t tweak[static 16],
298 aes_impl->ai_xts_dec(dec, in, out, nbytes, tweak, nrounds);
  /src/sys/arch/vax/vsa/
ncr.c 139 int tweak, target; local in function:si_vsbus_attach
206 tweak = clk_tweak + (va->va_paddr & 0x100 ? 3 : 0);
210 target = (clk_page[0xbc/2] >> tweak) & 7;
  /src/sys/dev/
cgd_crypto.c 265 uint8_t tweak[CGD_AES_BLOCK_SIZE]; local in function:cgd_cipher_aes_xts
267 /* Compute the initial tweak as AES_k(blkno). */
268 aes_enc(&ax->ax_tweakkey, blkno, tweak, ax->ax_nrounds);
272 aes_xts_enc(&ax->ax_enckey, src, dst, nbytes, tweak,
276 aes_xts_dec(&ax->ax_deckey, src, dst, nbytes, tweak,
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
sun8i-h3-nanopi-duo2.dts 3 * Copyright (C) 2019 Karl Palsson <karlp@tweak.net.au>
armada-xp-lenovo-ix4-300d.dts 228 * them up does the tweak) for poweroff to shutdown otherwise it
  /src/sys/arch/mac68k/mac68k/
pramasm.s 338 swap %d1 | now we want to tweak the command
  /src/sys/arch/luna68k/stand/boot/
locore.S 428 clrw %d0 | no, need to tweak BIU
  /src/sys/arch/sun3/sun3/
locore.s 305 clrw %d0 | no, need to tweak BIU
  /src/sys/arch/sun3/sun3x/
locore.s 290 clrw %d0 | no, need to tweak BIU
  /src/sys/arch/virt68k/virt68k/
locore.s 334 clrw %d0 | no, need to tweak BIU
  /src/sys/arch/cesfic/cesfic/
locore.s 460 clrw %d0 | no, need to tweak BIU
  /src/sys/arch/next68k/next68k/
locore.s 470 clrw %d0 | no, need to tweak BIU
  /src/sys/arch/mvme68k/mvme68k/
locore.s 755 clrw %d0 | no, need to tweak BIU
  /src/sys/arch/x68k/x68k/
locore.s 464 clrw %d0 | no, need to tweak BIU
  /src/sys/arch/luna68k/luna68k/
locore.s 395 clrw %d0 | no, need to tweak BIU
  /src/sys/arch/news68k/news68k/
locore.s 488 clrw %d0 | no, need to tweak BIU
  /src/sys/arch/atari/atari/
locore.s 330 clrw %d0 | no, need to tweak BIU

Completed in 28 milliseconds

1 2