EVP_CIPHER-RC5.pod 930 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. =pod
  2. =head1 NAME
  3. EVP_CIPHER-RC5 - The RC5 EVP_CIPHER implementations
  4. =head1 DESCRIPTION
  5. Support for RC5 symmetric encryption using the B<EVP_CIPHER> API.
  6. Disabled by default. Use the I<enable-rc5> configuration option to enable.
  7. =head2 Algorithm Names
  8. The following algorithms are available in the legacy provider:
  9. =over 4
  10. =item "RC5-CBC" or "RC5"
  11. =item "RC5-ECB"
  12. =item "RC5-OFB"
  13. =item "RC5-CFB"
  14. =back
  15. =head2 Parameters
  16. This implementation supports the parameters described in
  17. L<EVP_EncryptInit(3)/PARAMETERS>.
  18. =head1 SEE ALSO
  19. L<provider-cipher(7)>, L<OSSL_PROVIDER-legacy(7)>
  20. =head1 COPYRIGHT
  21. Copyright 2021 The OpenSSL Project Authors. All Rights Reserved.
  22. Licensed under the Apache License 2.0 (the "License"). You may not use
  23. this file except in compliance with the License. You can obtain a copy
  24. in the file LICENSE in the source distribution or at
  25. L<https://www.openssl.org/source/license.html>.
  26. =cut