summaryrefslogtreecommitdiffstats
path: root/doc/man7/provider-cipher.pod
diff options
context:
space:
mode:
authorShane Lontis <shane.lontis@oracle.com>2019-11-08 12:14:44 +1000
committerShane Lontis <shane.lontis@oracle.com>2019-11-08 12:14:44 +1000
commiteb173822b2c02122844f4ffe89e38fe8e6d04697 (patch)
treeb4a7e4e9a8a5d9ef96b629eb74dac1120bbbeb16 /doc/man7/provider-cipher.pod
parent1427d33cee59d6fe54efe1b5a322a1d7c8c03c20 (diff)
Add AES SIV ciphers to default provider
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/10120)
Diffstat (limited to 'doc/man7/provider-cipher.pod')
-rw-r--r--doc/man7/provider-cipher.pod7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/man7/provider-cipher.pod b/doc/man7/provider-cipher.pod
index cd9e0fd8a9..c5415a5441 100644
--- a/doc/man7/provider-cipher.pod
+++ b/doc/man7/provider-cipher.pod
@@ -342,6 +342,13 @@ This is used by the RC5 cipher.
Gets or sets the effective keybits used for a RC2 cipher.
The length of the "keybits" parameter should not exceed that of a B<size_t>.
+=item "speed" (B<OSSL_CIPHER_PARAM_SPEED>) <unsigned integer>
+
+Sets the speed option for the associated cipher ctx. This is only supported
+by AES SIV ciphers which disallow multiple operations by default.
+Setting "speed" to 1 allows another encrypt or decrypt operation to be
+performed. This is used for performance testing.
+
=back
=head1 RETURN VALUES