Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Linux/fs/crypto/   (Linux Kernel Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 335 B image not shown  

Quelle  Makefile   Sprache: unbekannt

 
# SPDX-License-Identifier: GPL-2.0-only
obj-$(CONFIG_FS_ENCRYPTION) += fscrypto.o

fscrypto-y := crypto.o \
       fname.o \
       hkdf.o \
       hooks.o \
       keyring.o \
       keysetup.o \
       keysetup_v1.o \
       policy.o

fscrypto-$(CONFIG_BLOCK) += bio.o
fscrypto-$(CONFIG_FS_ENCRYPTION_INLINE_CRYPT) += inline_crypt.o

[Dauer der Verarbeitung: 0.14 Sekunden, vorverarbeitet 2026-06-04]