EVP_aria_128_gcm.3ossl 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. .\" -*- mode: troff; coding: utf-8 -*-
  2. .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43)
  3. .\"
  4. .\" Standard preamble:
  5. .\" ========================================================================
  6. .de Sp \" Vertical space (when we can't use .PP)
  7. .if t .sp .5v
  8. .if n .sp
  9. ..
  10. .de Vb \" Begin verbatim text
  11. .ft CW
  12. .nf
  13. .ne \\$1
  14. ..
  15. .de Ve \" End verbatim text
  16. .ft R
  17. .fi
  18. ..
  19. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>.
  20. .ie n \{\
  21. . ds C` ""
  22. . ds C' ""
  23. 'br\}
  24. .el\{\
  25. . ds C`
  26. . ds C'
  27. 'br\}
  28. .\"
  29. .\" Escape single quotes in literal strings from groff's Unicode transform.
  30. .ie \n(.g .ds Aq \(aq
  31. .el .ds Aq '
  32. .\"
  33. .\" If the F register is >0, we'll generate index entries on stderr for
  34. .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
  35. .\" entries marked with X<> in POD. Of course, you'll have to process the
  36. .\" output yourself in some meaningful fashion.
  37. .\"
  38. .\" Avoid warning from groff about undefined register 'F'.
  39. .de IX
  40. ..
  41. .nr rF 0
  42. .if \n(.g .if rF .nr rF 1
  43. .if (\n(rF:(\n(.g==0)) \{\
  44. . if \nF \{\
  45. . de IX
  46. . tm Index:\\$1\t\\n%\t"\\$2"
  47. ..
  48. . if !\nF==2 \{\
  49. . nr % 0
  50. . nr F 2
  51. . \}
  52. . \}
  53. .\}
  54. .rr rF
  55. .\" ========================================================================
  56. .\"
  57. .IX Title "EVP_ARIA_128_GCM 3ossl"
  58. .TH EVP_ARIA_128_GCM 3ossl 2025-01-17 3.4.0 OpenSSL
  59. .\" For nroff, turn off justification. Always turn off hyphenation; it makes
  60. .\" way too many mistakes in technical documents.
  61. .if n .ad l
  62. .nh
  63. .SH NAME
  64. EVP_aria_128_cbc,
  65. EVP_aria_192_cbc,
  66. EVP_aria_256_cbc,
  67. EVP_aria_128_cfb,
  68. EVP_aria_192_cfb,
  69. EVP_aria_256_cfb,
  70. EVP_aria_128_cfb1,
  71. EVP_aria_192_cfb1,
  72. EVP_aria_256_cfb1,
  73. EVP_aria_128_cfb8,
  74. EVP_aria_192_cfb8,
  75. EVP_aria_256_cfb8,
  76. EVP_aria_128_cfb128,
  77. EVP_aria_192_cfb128,
  78. EVP_aria_256_cfb128,
  79. EVP_aria_128_ctr,
  80. EVP_aria_192_ctr,
  81. EVP_aria_256_ctr,
  82. EVP_aria_128_ecb,
  83. EVP_aria_192_ecb,
  84. EVP_aria_256_ecb,
  85. EVP_aria_128_ofb,
  86. EVP_aria_192_ofb,
  87. EVP_aria_256_ofb,
  88. EVP_aria_128_ccm,
  89. EVP_aria_192_ccm,
  90. EVP_aria_256_ccm,
  91. EVP_aria_128_gcm,
  92. EVP_aria_192_gcm,
  93. EVP_aria_256_gcm,
  94. \&\- EVP ARIA cipher
  95. .SH SYNOPSIS
  96. .IX Header "SYNOPSIS"
  97. .Vb 1
  98. \& #include <openssl/evp.h>
  99. \&
  100. \& const EVP_CIPHER *EVP_ciphername(void)
  101. .Ve
  102. .PP
  103. \&\fIEVP_ciphername\fR is used a placeholder for any of the described cipher
  104. functions, such as \fIEVP_aria_128_cbc\fR.
  105. .SH DESCRIPTION
  106. .IX Header "DESCRIPTION"
  107. The ARIA encryption algorithm for EVP.
  108. .IP "\fBEVP_aria_128_cbc()\fR, \fBEVP_aria_192_cbc()\fR, \fBEVP_aria_256_cbc()\fR, \fBEVP_aria_128_cfb()\fR, \fBEVP_aria_192_cfb()\fR, \fBEVP_aria_256_cfb()\fR, \fBEVP_aria_128_cfb1()\fR, \fBEVP_aria_192_cfb1()\fR, \fBEVP_aria_256_cfb1()\fR, \fBEVP_aria_128_cfb8()\fR, \fBEVP_aria_192_cfb8()\fR, \fBEVP_aria_256_cfb8()\fR, \fBEVP_aria_128_cfb128()\fR, \fBEVP_aria_192_cfb128()\fR, \fBEVP_aria_256_cfb128()\fR, \fBEVP_aria_128_ctr()\fR, \fBEVP_aria_192_ctr()\fR, \fBEVP_aria_256_ctr()\fR, \fBEVP_aria_128_ecb()\fR, \fBEVP_aria_192_ecb()\fR, \fBEVP_aria_256_ecb()\fR, \fBEVP_aria_128_ofb()\fR, \fBEVP_aria_192_ofb()\fR, \fBEVP_aria_256_ofb()\fR" 4
  109. .IX Item "EVP_aria_128_cbc(), EVP_aria_192_cbc(), EVP_aria_256_cbc(), EVP_aria_128_cfb(), EVP_aria_192_cfb(), EVP_aria_256_cfb(), EVP_aria_128_cfb1(), EVP_aria_192_cfb1(), EVP_aria_256_cfb1(), EVP_aria_128_cfb8(), EVP_aria_192_cfb8(), EVP_aria_256_cfb8(), EVP_aria_128_cfb128(), EVP_aria_192_cfb128(), EVP_aria_256_cfb128(), EVP_aria_128_ctr(), EVP_aria_192_ctr(), EVP_aria_256_ctr(), EVP_aria_128_ecb(), EVP_aria_192_ecb(), EVP_aria_256_ecb(), EVP_aria_128_ofb(), EVP_aria_192_ofb(), EVP_aria_256_ofb()"
  110. ARIA for 128, 192 and 256 bit keys in the following modes: CBC, CFB with
  111. 128\-bit shift, CFB with 1\-bit shift, CFB with 8\-bit shift, CTR, ECB and OFB.
  112. .IP "\fBEVP_aria_128_ccm()\fR, \fBEVP_aria_192_ccm()\fR, \fBEVP_aria_256_ccm()\fR, \fBEVP_aria_128_gcm()\fR, \fBEVP_aria_192_gcm()\fR, \fBEVP_aria_256_gcm()\fR," 4
  113. .IX Item "EVP_aria_128_ccm(), EVP_aria_192_ccm(), EVP_aria_256_ccm(), EVP_aria_128_gcm(), EVP_aria_192_gcm(), EVP_aria_256_gcm(),"
  114. ARIA for 128, 192 and 256 bit keys in CBC-MAC Mode (CCM) and Galois Counter
  115. Mode (GCM). These ciphers require additional control operations to function
  116. correctly, see the "AEAD Interface" in \fBEVP_EncryptInit\fR\|(3) section for details.
  117. .SH NOTES
  118. .IX Header "NOTES"
  119. Developers should be aware of the negative performance implications of
  120. calling these functions multiple times and should consider using
  121. \&\fBEVP_CIPHER_fetch\fR\|(3) with \fBEVP_CIPHER\-ARIA\fR\|(7) instead.
  122. See "Performance" in \fBcrypto\fR\|(7) for further information.
  123. .SH "RETURN VALUES"
  124. .IX Header "RETURN VALUES"
  125. These functions return an \fBEVP_CIPHER\fR structure that contains the
  126. implementation of the symmetric cipher. See \fBEVP_CIPHER_meth_new\fR\|(3) for
  127. details of the \fBEVP_CIPHER\fR structure.
  128. .SH "SEE ALSO"
  129. .IX Header "SEE ALSO"
  130. \&\fBevp\fR\|(7),
  131. \&\fBEVP_EncryptInit\fR\|(3),
  132. \&\fBEVP_CIPHER_meth_new\fR\|(3)
  133. .SH COPYRIGHT
  134. .IX Header "COPYRIGHT"
  135. Copyright 2017\-2023 The OpenSSL Project Authors. All Rights Reserved.
  136. .PP
  137. Licensed under the Apache License 2.0 (the "License"). You may not use
  138. this file except in compliance with the License. You can obtain a copy
  139. in the file LICENSE in the source distribution or at
  140. <https://www.openssl.org/source/license.html>.