EVP_camellia_128_ecb.3ossl 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  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_CAMELLIA_128_ECB 3ossl"
  58. .TH EVP_CAMELLIA_128_ECB 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_camellia_128_cbc,
  65. EVP_camellia_192_cbc,
  66. EVP_camellia_256_cbc,
  67. EVP_camellia_128_cfb,
  68. EVP_camellia_192_cfb,
  69. EVP_camellia_256_cfb,
  70. EVP_camellia_128_cfb1,
  71. EVP_camellia_192_cfb1,
  72. EVP_camellia_256_cfb1,
  73. EVP_camellia_128_cfb8,
  74. EVP_camellia_192_cfb8,
  75. EVP_camellia_256_cfb8,
  76. EVP_camellia_128_cfb128,
  77. EVP_camellia_192_cfb128,
  78. EVP_camellia_256_cfb128,
  79. EVP_camellia_128_ctr,
  80. EVP_camellia_192_ctr,
  81. EVP_camellia_256_ctr,
  82. EVP_camellia_128_ecb,
  83. EVP_camellia_192_ecb,
  84. EVP_camellia_256_ecb,
  85. EVP_camellia_128_ofb,
  86. EVP_camellia_192_ofb,
  87. EVP_camellia_256_ofb
  88. \&\- EVP Camellia cipher
  89. .SH SYNOPSIS
  90. .IX Header "SYNOPSIS"
  91. .Vb 1
  92. \& #include <openssl/evp.h>
  93. \&
  94. \& const EVP_CIPHER *EVP_ciphername(void)
  95. .Ve
  96. .PP
  97. \&\fIEVP_ciphername\fR is used a placeholder for any of the described cipher
  98. functions, such as \fIEVP_camellia_128_cbc\fR.
  99. .SH DESCRIPTION
  100. .IX Header "DESCRIPTION"
  101. The Camellia encryption algorithm for EVP.
  102. .IP "\fBEVP_camellia_128_cbc()\fR, \fBEVP_camellia_192_cbc()\fR, \fBEVP_camellia_256_cbc()\fR, \fBEVP_camellia_128_cfb()\fR, \fBEVP_camellia_192_cfb()\fR, \fBEVP_camellia_256_cfb()\fR, \fBEVP_camellia_128_cfb1()\fR, \fBEVP_camellia_192_cfb1()\fR, \fBEVP_camellia_256_cfb1()\fR, \fBEVP_camellia_128_cfb8()\fR, \fBEVP_camellia_192_cfb8()\fR, \fBEVP_camellia_256_cfb8()\fR, \fBEVP_camellia_128_cfb128()\fR, \fBEVP_camellia_192_cfb128()\fR, \fBEVP_camellia_256_cfb128()\fR, \fBEVP_camellia_128_ctr()\fR, \fBEVP_camellia_192_ctr()\fR, \fBEVP_camellia_256_ctr()\fR, \fBEVP_camellia_128_ecb()\fR, \fBEVP_camellia_192_ecb()\fR, \fBEVP_camellia_256_ecb()\fR, \fBEVP_camellia_128_ofb()\fR, \fBEVP_camellia_192_ofb()\fR, \fBEVP_camellia_256_ofb()\fR" 4
  103. .IX Item "EVP_camellia_128_cbc(), EVP_camellia_192_cbc(), EVP_camellia_256_cbc(), EVP_camellia_128_cfb(), EVP_camellia_192_cfb(), EVP_camellia_256_cfb(), EVP_camellia_128_cfb1(), EVP_camellia_192_cfb1(), EVP_camellia_256_cfb1(), EVP_camellia_128_cfb8(), EVP_camellia_192_cfb8(), EVP_camellia_256_cfb8(), EVP_camellia_128_cfb128(), EVP_camellia_192_cfb128(), EVP_camellia_256_cfb128(), EVP_camellia_128_ctr(), EVP_camellia_192_ctr(), EVP_camellia_256_ctr(), EVP_camellia_128_ecb(), EVP_camellia_192_ecb(), EVP_camellia_256_ecb(), EVP_camellia_128_ofb(), EVP_camellia_192_ofb(), EVP_camellia_256_ofb()"
  104. Camellia for 128, 192 and 256 bit keys in the following modes: CBC, CFB with
  105. 128\-bit shift, CFB with 1\-bit shift, CFB with 8\-bit shift, CTR, ECB and OFB.
  106. .SH NOTES
  107. .IX Header "NOTES"
  108. Developers should be aware of the negative performance implications of
  109. calling these functions multiple times and should consider using
  110. \&\fBEVP_CIPHER_fetch\fR\|(3) with \fBEVP_CIPHER\-CAMELLIA\fR\|(7) instead.
  111. See "Performance" in \fBcrypto\fR\|(7) for further information.
  112. .SH "RETURN VALUES"
  113. .IX Header "RETURN VALUES"
  114. These functions return an \fBEVP_CIPHER\fR structure that contains the
  115. implementation of the symmetric cipher. See \fBEVP_CIPHER_meth_new\fR\|(3) for
  116. details of the \fBEVP_CIPHER\fR structure.
  117. .SH "SEE ALSO"
  118. .IX Header "SEE ALSO"
  119. \&\fBevp\fR\|(7),
  120. \&\fBEVP_EncryptInit\fR\|(3),
  121. \&\fBEVP_CIPHER_meth_new\fR\|(3)
  122. .SH COPYRIGHT
  123. .IX Header "COPYRIGHT"
  124. Copyright 2017\-2023 The OpenSSL Project Authors. All Rights Reserved.
  125. .PP
  126. Licensed under the Apache License 2.0 (the "License"). You may not use
  127. this file except in compliance with the License. You can obtain a copy
  128. in the file LICENSE in the source distribution or at
  129. <https://www.openssl.org/source/license.html>.