diff options
Diffstat (limited to 'Documentation/crypto/async-tx-api.txt')
-rw-r--r-- | Documentation/crypto/async-tx-api.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/crypto/async-tx-api.txt b/Documentation/crypto/async-tx-api.txt index 6b15e488c0e7..0e48e054d69a 100644 --- a/Documentation/crypto/async-tx-api.txt +++ b/Documentation/crypto/async-tx-api.txt | |||
@@ -64,6 +64,9 @@ xor - xor a series of source buffers and write the result to a | |||
64 | xor_val - xor a series of source buffers and set a flag if the | 64 | xor_val - xor a series of source buffers and set a flag if the |
65 | result is zero. The implementation attempts to prevent | 65 | result is zero. The implementation attempts to prevent |
66 | writes to memory | 66 | writes to memory |
67 | pq - generate the p+q (raid6 syndrome) from a series of source buffers | ||
68 | pq_val - validate that a p and or q buffer are in sync with a given series of | ||
69 | sources | ||
67 | 70 | ||
68 | 3.3 Descriptor management: | 71 | 3.3 Descriptor management: |
69 | The return value is non-NULL and points to a 'descriptor' when the operation | 72 | The return value is non-NULL and points to a 'descriptor' when the operation |