hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/Documentation/ABI/testing/debugfs-pfo-nx-crypto
....@@ -4,42 +4,42 @@
44 Contact: Kent Yoder <key@linux.vnet.ibm.com>
55 Description:
66
7
- These debugfs interfaces are built by the nx-crypto driver, built in
7
+These debugfs interfaces are built by the nx-crypto driver, built in
88 arch/powerpc/crypto/nx.
99
1010 Error Detection
1111 ===============
1212
1313 errors:
14
-- A u32 providing a total count of errors since the driver was loaded. The
15
-only errors counted here are those returned from the hcall, H_COP_OP.
14
+ A u32 providing a total count of errors since the driver was loaded. The
15
+ only errors counted here are those returned from the hcall, H_COP_OP.
1616
1717 last_error:
18
-- The most recent non-zero return code from the H_COP_OP hcall. -EBUSY is not
19
-recorded here (the hcall will retry until -EBUSY goes away).
18
+ The most recent non-zero return code from the H_COP_OP hcall. -EBUSY is not
19
+ recorded here (the hcall will retry until -EBUSY goes away).
2020
2121 last_error_pid:
22
-- The process ID of the process who received the most recent error from the
23
-hcall.
22
+ The process ID of the process who received the most recent error from the
23
+ hcall.
2424
2525 Device Use
2626 ==========
2727
2828 aes_bytes:
29
-- The total number of bytes encrypted using AES in any of the driver's
30
-supported modes.
29
+ The total number of bytes encrypted using AES in any of the driver's
30
+ supported modes.
3131
3232 aes_ops:
33
-- The total number of AES operations submitted to the hardware.
33
+ The total number of AES operations submitted to the hardware.
3434
3535 sha256_bytes:
36
-- The total number of bytes hashed by the hardware using SHA-256.
36
+ The total number of bytes hashed by the hardware using SHA-256.
3737
3838 sha256_ops:
39
-- The total number of SHA-256 operations submitted to the hardware.
39
+ The total number of SHA-256 operations submitted to the hardware.
4040
4141 sha512_bytes:
42
-- The total number of bytes hashed by the hardware using SHA-512.
42
+ The total number of bytes hashed by the hardware using SHA-512.
4343
4444 sha512_ops:
45
-- The total number of SHA-512 operations submitted to the hardware.
45
+ The total number of SHA-512 operations submitted to the hardware.