Vietnamese (machine translation)

Lưu ý

Mục đích của file này là để độc giả tiếng Việt có thể đọc và hiểu tài liệu nhân kernel dễ dàng hơn, không phải để tạo ra một nhánh tài liệu riêng. Nếu bạn có bất kỳ nhận xét hoặc cập nhật nào cho file này, vui lòng thử cập nhật file tiếng Anh gốc trước. Nếu bạn thấy có sự khác biệt giữa bản dịch và bản gốc, hoặc có vấn đề về bản dịch, vui lòng gửi góp ý hoặc patch cho người dịch của file này, hoặc nhờ người bảo trì và người review tài liệu tiếng Việt giúp đỡ.

Bản gốc:

/proc/sys/crypto/

Người dịch:

Google Translate (machine translation)

Phiên bản gốc:

8541d8f725c6

Cảnh báo

Tài liệu này được dịch tự động bằng máy và chưa được review bởi người dịch. Nội dung có thể không chính xác hoặc khó hiểu ở một số chỗ. Khi có sự khác biệt với bản gốc, bản gốc luôn là chuẩn. Bản dịch chất lượng cao (được review) được đặt trong thư mục vi_VN/.

/proc/sys/crypto/

These files show up in /proc/sys/crypto/, depending on the kernel configuration:

fips_enabled

Read-only flag that indicates whether FIPS mode is enabled.

  • 0: FIPS mode is disabled (default).

  • 1: FIPS mode is enabled.

This value is set at boot time via the fips=1 kernel command line parameter. When enabled, the cryptographic API will restrict the use of certain algorithms and perform self-tests to ensure compliance with FIPS (Federal Information Processing Standards) requirements, such as FIPS 140-2 and the newer FIPS 140-3, depending on the kernel configuration and the module in use.

fips_name

Read-only file that contains the name of the FIPS module currently in use. The value is typically configured via the CONFIG_CRYPTO_FIPS_NAME kernel configuration option.

fips_version

Read-only file that contains the version string of the FIPS module. If CONFIG_CRYPTO_FIPS_CUSTOM_VERSION is set, it uses the value from CONFIG_CRYPTO_FIPS_VERSION. Otherwise, it defaults to the kernel release version (UTS_RELEASE).

Copyright (c) 2026, Shubham Chakraborty <chakrabortyshubham66@gmail.com>

For general info and legal blurb, please look in Documentation for /proc/sys.