Searched refs:DT (Results 1 - 4 of 4) sorted by relevance

/linux-master/crypto/
H A Dansi_cprng.c31 * Note: DT is our counter value
43 unsigned char DT[DEFAULT_BLK_SZ]; member in struct:prng_context
91 hexdump("Input DT: ", ctx->DT, DEFAULT_BLK_SZ);
106 memcpy(tmp, ctx->DT, DEFAULT_BLK_SZ);
161 * Now update our DT value
164 ctx->DT[i] += 1;
165 if (ctx->DT[i] != 0)
172 hexdump("Output DT: ", ctx->DT, DEFAULT_BLK_S
276 reset_prng_context(struct prng_context *ctx, const unsigned char *key, size_t klen, const unsigned char *V, const unsigned char *DT) argument
[all...]
/linux-master/drivers/comedi/drivers/
H A Ddt3000.c718 { 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 },
/linux-master/scripts/dtc/
H A Ddtx_diff44 If DTx is a directory, it is treated as a DT subtree, such as
/linux-master/arch/arm/boot/compressed/
H A Dhead.S1454 mov r8, r1 @ preserve DT pointer
1513 mov r0, r8 @ DT start
1514 add r1, r8, r2 @ DT end

Completed in 217 milliseconds