2
0

EVP_CIPHER-ARIA.pod 1.3 KB

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