diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2018-10-19 17:43:42 -0400 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2018-10-19 17:44:43 -0400 |
commit | ec2e25359fd40bde1189753053412ac3f2112bf0 (patch) | |
tree | 70f0ae77ae7047edae89333cc1fd422dcebdf0f2 /conformance.tex | |
parent | 7e4d8df4099944a0c5cacd868c9af8a9ca72a816 (diff) | |
download | virtio-spec-ec2e25359fd40bde1189753053412ac3f2112bf0.tar.gz |
crypto: fix label name typos
fixes undefined reference errors
Diffstat (limited to 'conformance.tex')
-rw-r--r-- | conformance.tex | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/conformance.tex b/conformance.tex index 62234e3..24bd8b2 100644 --- a/conformance.tex +++ b/conformance.tex @@ -156,10 +156,10 @@ A Crypto driver MUST conform to the following normative statements: \item \ref{drivernormative:Device Types / Crypto Device / Device Initialization} \item \ref{drivernormative:Device Types / Crypto Device / Device Operation / Control Virtqueue / Session operation / Session operation: create session} \item \ref{drivernormative:Device Types / Crypto Device / Device Operation / Control Virtqueue / Session operation / Session operation: destroy session} -\item \ref{drivernormative:Device Types / Crypto Device / Device Operation / HASH Service operation} -\item \ref{drivernormative:Device Types / Crypto Device / Device Operation / MAC Service operation} +\item \ref{drivernormative:Device Types / Crypto Device / Device Operation / HASH Service Operation} +\item \ref{drivernormative:Device Types / Crypto Device / Device Operation / MAC Service Operation} \item \ref{drivernormative:Device Types / Crypto Device / Device Operation / Symmetric algorithms Operation} -\item \ref{drivernormative:Device Types / Crypto Device / Device Operation / AEAD Service operation} +\item \ref{drivernormative:Device Types / Crypto Device / Device Operation / AEAD Service Operation} \end{itemize} \section{Device Conformance}\label{sec:Conformance / Device Conformance} @@ -291,10 +291,10 @@ A Crypto device MUST conform to the following normative statements: \item \ref{devicenormative:Device Types / Crypto Device / Device configuration layout} \item \ref{devicenormative:Device Types / Crypto Device / Device Operation / Control Virtqueue / Session operation / Session operation: create session} \item \ref{devicenormative:Device Types / Crypto Device / Device Operation / Control Virtqueue / Session operation / Session operation: destroy session} -\item \ref{devicenormative:Device Types / Crypto Device / Device Operation / HASH Service operation} -\item \ref{devicenormative:Device Types / Crypto Device / Device Operation / MAC Service operation} +\item \ref{devicenormative:Device Types / Crypto Device / Device Operation / HASH Service Operation} +\item \ref{devicenormative:Device Types / Crypto Device / Device Operation / MAC Service Operation} \item \ref{devicenormative:Device Types / Crypto Device / Device Operation / Symmetric algorithms Operation} -\item \ref{devicenormative:Device Types / Crypto Device / Device Operation / AEAD Service operation} +\item \ref{devicenormative:Device Types / Crypto Device / Device Operation / AEAD Service Operation} \end{itemize} \section{Legacy Interface: Transitional Device and |