Home
last modified time | relevance | path

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

/linux/crypto/
H A Djitterentropy-kcapi.c110 u8 intermediary[SHA3_256_DIGEST_SIZE]; in jent_hash_time() local
116 if (sizeof(intermediary) != crypto_shash_digestsize(desc->tfm)) { in jent_hash_time()
136 crypto_shash_update(desc, intermediary, in jent_hash_time()
137 sizeof(intermediary)) ?: in jent_hash_time()
138 crypto_shash_finup(desc, addtl, addtl_len, intermediary); in jent_hash_time()
147 ret = crypto_shash_update(hash_state_desc, intermediary, sizeof(intermediary)); in jent_hash_time()
168 memzero_explicit(intermediary, sizeof(intermediary)); in jent_hash_time()
/linux/drivers/clk/sunxi-ng/
H A Dccu-sun8i-de2.h12 /* Intermediary clock dividers are not exported */
H A Dccu-sun9i-a80-de.h14 /* Intermediary clock dividers are not exported */
/linux/Documentation/devicetree/bindings/regulator/
H A Dpwm-regulator.yaml21 Intermediary duty-cycle values which would normally allow finer grained
/linux/arch/um/drivers/
H A DKconfig118 the UML hostaudio relay, which acts as a intermediary
/linux/Documentation/admin-guide/device-mapper/
H A Dverity.rst192 of some data block on disk is calculated. If it is an intermediary node,
/linux/fs/btrfs/
H A Dfiemap.c33 * - Store extents ready to be written to the fiemap buffer in an intermediary
34 * buffer. This intermediary buffer is to ensure that in case the fiemap
/linux/kernel/sched/
H A Dtopology.c1835 * NUMA_GLUELESS_MESH: some nodes reachable through intermediary nodes
1840 * connected nodes goes through intermediary nodes (where programs
1848 * there is an intermediary node C, which is < N hops away from both
1868 /* Is there an intermediary node between a and b? */ in init_numa_topology_type()
/linux/Documentation/security/
H A Dipe.rst135 intermediary format.
/linux/scripts/
H A Dgenerate_builtin_ranges.awk317 # If linking was done using vmlinux.a as intermediary, we will need to process
/linux/drivers/pci/
H A Dof.c81 * Look for a node pointer in either the intermediary device we in pcibios_get_phb_of_node()
/linux/tools/testing/selftests/bpf/map_tests/
H A Dlpm_trie_map_basic_ops.c518 /* remove leaf (and intermediary) node */ in test_lpm_delete()
/linux/kernel/bpf/
H A Dcgroup.c2063 /* We've used bpf_sockopt_kern->buf as an intermediary in __cgroup_bpf_run_filter_setsockopt()
/linux/drivers/block/drbd/
H A Ddrbd_main.c988 * want to send each intermediary state in the order it occurred.