Searched refs:intermediary (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/crypto/ |
D | jitterentropy-kcapi.c | 100 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/Documentation/admin-guide/device-mapper/ |
D | verity.rst | 176 of some data block on disk is calculated. If it is an intermediary node,
|
/Linux-v6.6/arch/um/drivers/ |
D | Kconfig | 118 the UML hostaudio relay, which acts as a intermediary
|
/Linux-v6.6/Documentation/powerpc/ |
D | cxlflash.rst | 160 this driver and not the CXL kernel services to allow for intermediary
|