/kernel/linux/linux-5.10/crypto/ |
H A D | ansi_cprng.c | 30 * Note: DT is our counter value 42 unsigned char DT[DEFAULT_BLK_SZ]; member 90 hexdump("Input DT: ", ctx->DT, DEFAULT_BLK_SZ); in _get_more_prng_bytes() 105 memcpy(tmp, ctx->DT, DEFAULT_BLK_SZ); in _get_more_prng_bytes() 160 * Now update our DT value in _get_more_prng_bytes() 163 ctx->DT[i] += 1; in _get_more_prng_bytes() 164 if (ctx->DT[i] != 0) in _get_more_prng_bytes() 171 hexdump("Output DT: ", ctx->DT, DEFAULT_BLK_S in _get_more_prng_bytes() 275 reset_prng_context(struct prng_context *ctx, const unsigned char *key, size_t klen, const unsigned char *V, const unsigned char *DT) reset_prng_context() argument [all...] |
/kernel/linux/linux-6.6/crypto/ |
H A D | ansi_cprng.c | 31 * Note: DT is our counter value 43 unsigned char DT[DEFAULT_BLK_SZ]; member 91 hexdump("Input DT: ", ctx->DT, DEFAULT_BLK_SZ); in _get_more_prng_bytes() 106 memcpy(tmp, ctx->DT, DEFAULT_BLK_SZ); in _get_more_prng_bytes() 161 * Now update our DT value in _get_more_prng_bytes() 164 ctx->DT[i] += 1; in _get_more_prng_bytes() 165 if (ctx->DT[i] != 0) in _get_more_prng_bytes() 172 hexdump("Output DT: ", ctx->DT, DEFAULT_BLK_S in _get_more_prng_bytes() 276 reset_prng_context(struct prng_context *ctx, const unsigned char *key, size_t klen, const unsigned char *V, const unsigned char *DT) reset_prng_context() argument [all...] |
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ |
H A D | dt3000.c | 719 { PCI_VDEVICE(DT, 0x0022), BOARD_DT3001 }, 720 { PCI_VDEVICE(DT, 0x0023), BOARD_DT3002 }, 721 { PCI_VDEVICE(DT, 0x0024), BOARD_DT3003 }, 722 { PCI_VDEVICE(DT, 0x0025), BOARD_DT3004 }, 723 { PCI_VDEVICE(DT, 0x0026), BOARD_DT3005 }, 724 { PCI_VDEVICE(DT, 0x0027), BOARD_DT3001_PGL }, 725 { PCI_VDEVICE(DT, 0x0028), BOARD_DT3003_PGL },
|
/kernel/linux/linux-6.6/drivers/comedi/drivers/ |
H A D | dt3000.c | 718 { PCI_VDEVICE(DT, 0x0022), BOARD_DT3001 }, 719 { PCI_VDEVICE(DT, 0x0023), BOARD_DT3002 }, 720 { PCI_VDEVICE(DT, 0x0024), BOARD_DT3003 }, 721 { PCI_VDEVICE(DT, 0x0025), BOARD_DT3004 }, 722 { PCI_VDEVICE(DT, 0x0026), BOARD_DT3005 }, 723 { PCI_VDEVICE(DT, 0x0027), BOARD_DT3001_PGL }, 724 { PCI_VDEVICE(DT, 0x0028), BOARD_DT3003_PGL },
|
/kernel/linux/linux-5.10/scripts/dtc/ |
H A D | Makefile | 16 $(error dtc needs libyaml for DT schema validation support. \
|
H A D | dtx_diff | 44 If DTx is a directory, it is treated as a DT subtree, such as
|
/kernel/linux/linux-5.10/arch/nds32/kernel/ |
H A D | head.S | 159 li $r15, #~PSW_clr ! clear WBNA|DME|IME|DT|IT|POM|INTL|GIE
|
/kernel/linux/linux-6.6/scripts/dtc/ |
H A D | dtx_diff | 44 If DTx is a directory, it is treated as a DT subtree, such as
|
/kernel/linux/linux-5.10/arch/arm/boot/compressed/ |
H A D | head.S | 1554 mov r8, r1 @ preserve DT pointer 1613 mov r0, r8 @ DT start 1614 add r1, r8, r2 @ DT end
|
/kernel/linux/linux-6.6/arch/arm/boot/compressed/ |
H A D | head.S | 1454 mov r8, r1 @ preserve DT pointer 1513 mov r0, r8 @ DT start 1514 add r1, r8, r2 @ DT end
|