OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

virtio-comment message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [PATCH v2 1/1] virtio-crypto: fix missing conjunction and verb


The condition sentences were incomplete:
"guarantee THAT the size IS within the max_len".

Signed-off-by: Gaetan Harter <gaetan.harter@opensynergy.com>
---
 virtio-crypto.tex | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/virtio-crypto.tex b/virtio-crypto.tex
index 4a15e14..74746f9 100644
--- a/virtio-crypto.tex
+++ b/virtio-crypto.tex
@@ -275,13 +275,13 @@ \subsection{Device configuration layout}\label{sec:Device Types / Crypto Device
 \item The driver MUST read the detailed algorithms fields based on \field{crypto_services} field.
 \item The driver SHOULD read \field{max_size} to discover the maximum size of the variable-length
     parameters of data operation of the crypto request's content the device supports and MUST
-    guarantee the size of each crypto request's content within the \field{max_size}, otherwise
+    guarantee that the size of each crypto request's content is within the \field{max_size}, otherwise
     the request will fail and the driver MUST reset the device.
 \item The driver SHOULD read \field{max_cipher_key_len} to discover the maximum length of cipher key
-    the device supports and MUST guarantee the \field{key_len} (CIPHER service or AEAD service) within
+    the device supports and MUST guarantee that the \field{key_len} (CIPHER service or AEAD service) is within
     the \field{max_cipher_key_len} of the device configuration, otherwise the request will fail.
 \item The driver SHOULD read \field{max_auth_key_len} to discover the maximum length of authenticated
-    key the device supports and MUST guarantee the \field{auth_key_len} (MAC service) within the
+    key the device supports and MUST guarantee that the \field{auth_key_len} (MAC service) is within the
     \field{max_auth_key_len} of the device configuration, otherwise the request will fail.
 \end{itemize*}

--
2.25.1


Please mind our privacy notice<https://www.opensynergy.com/datenschutzerklaerung/privacy-notice-for-business-partners-pursuant-to-article-13-of-the-general-data-protection-regulation-gdpr/> pursuant to Art. 13 GDPR. // Unsere Hinweise zum Datenschutz gem. Art. 13 DSGVO finden Sie hier.<https://www.opensynergy.com/de/datenschutzerklaerung/datenschutzhinweise-fuer-geschaeftspartner-gem-art-13-dsgvo/>


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]