EVP_CIPHER-RC2.pod 929 B

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