Searched full:derive (Results 1 – 25 of 280) sorted by relevance
12345678910>>...12
/linux-6.15/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_binding.h | 86 * @bi: struct vmw_ctx_bindinfo we derive from. 97 * @bi: struct vmw_ctx_bindinfo we derive from. 108 * @bi: struct vmw_ctx_bindinfo we derive from. 125 * @bi: struct vmw_ctx_bindinfo we derive from. 138 * @bi: struct vmw_ctx_bindinfo we derive from. 153 * @bi: struct vmw_ctx_bindinfo we derive from. 168 * @bi: struct vmw_ctx_bindinfo we derive from. 209 * @bi: struct vmw_ctx_bindinfo we derive from.
|
/linux-6.15/crypto/krb5/ |
D | krb5_kdf.c | 76 * krb5_derive_Kc - Derive key Kc and install into a hash 83 * Derive the Kerberos Kc checksumming key. The key is stored into the 100 * krb5_derive_Ke - Derive key Ke and install into an skcipher 107 * Derive the Kerberos Ke encryption key. The key is stored into the prepared 124 * krb5_derive_Ki - Derive key Ki and install into a hash 131 * Derive the Kerberos Ki integrity checksum key. The key is stored into the
|
D | internal.h | 45 /* Derive the keys needed for an encryption AEAD object. */ 59 /* Derive the key needed for a checksum hash object. */
|
/linux-6.15/drivers/gpu/nova-core/ |
D | gpu.rs | 16 #[derive(fmt::Debug)] 35 // TODO replace with something like derive(FromPrimitive) 91 // Hence, replace with something like strum_macros derive(Display). 101 #[derive(fmt::Debug)]
|
D | regs.rs | 32 #[derive(Copy, Clone)]
|
/linux-6.15/rust/pin-init/examples/ |
D | big_struct_in_place.rs | 6 #[derive(Debug)] 16 #[derive(Debug)]
|
D | linked_list.rs | 22 #[derive(Debug)] 93 #[derive(Clone, Debug)]
|
D | error.rs | 10 #[derive(Debug)]
|
/linux-6.15/Documentation/devicetree/bindings/pwm/ |
D | pwm-rockchip.yaml | 75 - description: Used to derive the functional clock for the device. 92 Used both to derive the functional clock
|
/linux-6.15/Documentation/devicetree/bindings/sound/ |
D | fsl,esai.yaml | 44 derive HCK, SCK and FS. 47 derive HCK, SCK and FS.
|
/linux-6.15/Documentation/devicetree/bindings/i2c/ |
D | i2c-rk3x.yaml | 58 there is one clock that is used both to derive the functional clock 60 For newer hardware (rk3399) this clock is used to derive
|
/linux-6.15/drivers/md/dm-vdo/ |
D | funnel-queue.h | 27 * in the queue must all be the same so the client can derive their structure pointer from the 78 * structure. The caller must be able to derive the address of the start of their data structure
|
/linux-6.15/Documentation/devicetree/bindings/clock/ |
D | xgene.txt | 21 - clock-output-names : shall be the name of the PLL referenced by derive 30 - clock-output-names : shall be the name of the clock referenced by derive
|
D | cirrus,cs2000-cp.yaml | 60 If not given, the static mode shall be used to derive the
|
/linux-6.15/rust/kernel/ |
D | alloc.rs | 29 #[derive(Copy, Clone, PartialEq, Eq, Debug)] 38 #[derive(Clone, Copy, PartialEq)] 126 /// In order to be able to support `#[derive(CoercePointee)]` later on, we need to avoid a design
|
D | time.rs | 32 #[derive(Copy, Clone)] 95 #[derive(Clone, Copy, PartialEq, Eq, Debug)]
|
D | of.rs | 12 #[derive(Clone, Copy)]
|
/linux-6.15/drivers/s390/crypto/ |
D | zcrypt_ccamisc.h | 172 * Derive proteced key from an CCA AES DATA secure key. 185 * Derive proteced key from CCA AES cipher secure key. 197 * Derive proteced key from CCA ECC secure private key.
|
/linux-6.15/Documentation/devicetree/bindings/iio/adc/ |
D | aspeed,ast2400-adc.yaml | 28 Input clock used to derive the sample clock. Expected to be the
|
/linux-6.15/drivers/platform/x86/ |
D | dual_accel_detect.h | 14 * (instead userspace can derive the status itself by directly reading the 2 accels).
|
/linux-6.15/Documentation/crypto/ |
D | krb5.rst | 125 This can be used to derive the transport key from a source key plus additional 185 value used to derive the appropriate subkey(s). They create an appropriate
|
/linux-6.15/rust/pin-init/internal/src/ |
D | lib.rs | 47 zeroable::derive(input.into()).into() in derive_zeroable()
|
/linux-6.15/tools/testing/selftests/bpf/progs/ |
D | test_rdonly_maps.c | 51 /* validate verifier can derive loop termination */ in part_loop()
|
/linux-6.15/rust/kernel/net/phy/ |
D | reg.rs | 55 #[derive(Copy, Clone, Debug)] 138 #[derive(Copy, Clone, Debug)]
|
/linux-6.15/fs/crypto/ |
D | keysetup_v1.c | 41 * derived key can "decrypt" it to get back to the master key, then derive any 267 /* v1 policy, !DIRECT_KEY: derive the file's encryption key */
|
12345678910>>...12