Home
last modified time | relevance | path

Searched full:intermediary (Results 1 – 13 of 13) sorted by relevance

/Linux-v6.6/crypto/
Djitterentropy-kcapi.c100 u8 intermediary[SHA3_256_DIGEST_SIZE]; in jent_hash_time() local
106 if (sizeof(intermediary) != crypto_shash_digestsize(desc->tfm)) { in jent_hash_time()
126 crypto_shash_update(desc, intermediary, in jent_hash_time()
127 sizeof(intermediary)) ?: in jent_hash_time()
128 crypto_shash_finup(desc, addtl, addtl_len, intermediary); in jent_hash_time()
137 ret = crypto_shash_update(desc, intermediary, sizeof(intermediary)); in jent_hash_time()
157 memzero_explicit(intermediary, sizeof(intermediary)); in jent_hash_time()
/Linux-v6.6/drivers/clk/sunxi-ng/
Dccu-sun8i-de2.h12 /* Intermediary clock dividers are not exported */
Dccu-sun9i-a80-de.h14 /* Intermediary clock dividers are not exported */
/Linux-v6.6/Documentation/devicetree/bindings/display/panel/
Dtpo,tpg110.yaml14 This panel driver is a component that acts as an intermediary
/Linux-v6.6/Documentation/devicetree/bindings/regulator/
Dpwm-regulator.yaml21 Intermediary duty-cycle values which would normally allow finer grained
/Linux-v6.6/Documentation/admin-guide/device-mapper/
Dverity.rst176 of some data block on disk is calculated. If it is an intermediary node,
/Linux-v6.6/arch/um/drivers/
DKconfig118 the UML hostaudio relay, which acts as a intermediary
/Linux-v6.6/kernel/sched/
Dtopology.c1767 * NUMA_GLUELESS_MESH: some nodes reachable through intermediary nodes
1772 * connected nodes goes through intermediary nodes (where programs
1780 * there is an intermediary node C, which is < N hops away from both
1800 /* Is there an intermediary node between a and b? */ in init_numa_topology_type()
/Linux-v6.6/Documentation/powerpc/
Dcxlflash.rst160 this driver and not the CXL kernel services to allow for intermediary
/Linux-v6.6/drivers/pci/
Dof.c75 * Look for a node pointer in either the intermediary device we in pcibios_get_phb_of_node()
/Linux-v6.6/tools/testing/selftests/bpf/
Dtest_lpm_map.c500 /* remove leaf (and intermediary) node */ in test_lpm_delete()
/Linux-v6.6/kernel/bpf/
Dcgroup.c1850 /* We've used bpf_sockopt_kern->buf as an intermediary in __cgroup_bpf_run_filter_setsockopt()
/Linux-v6.6/drivers/block/drbd/
Ddrbd_main.c1012 * want to send each intermediary state in the order it occurred.