Add AES SIV ciphers to default provider
[openssl.git] / doc / man7 / provider-cipher.pod
index cd9e0fd8a9ee4e11bdb4f25f97eef89838a25328..c5415a5441592814d6d9b6e7a716c34a7cf84c5f 100644 (file)
@@ -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