Skip to content

Commit 0c9a562

Browse files
committed
add ending newline
1 parent 801d9bf commit 0c9a562

59 files changed

Lines changed: 56 additions & 57 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

doc/dox_comments/header_files-ja/aes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1758,4 +1758,4 @@ int wc_AesCtsDecryptUpdate(Aes* aes, byte* out, word32* outSz,
17581758
\endcode
17591759
\sa wc_AesCtsEncryptFinal
17601760
*/
1761-
int wc_AesCtsDecryptFinal(Aes* aes, byte* out, word32* outSz);
1761+
int wc_AesCtsDecryptFinal(Aes* aes, byte* out, word32* outSz);

doc/dox_comments/header_files-ja/arc4.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ int wc_Arc4Process(Arc4* arc4, byte* out, const byte* in, word32 length);
4848
4949
\sa wc_Arc4Process
5050
*/
51-
int wc_Arc4SetKey(Arc4* arc4, const byte* key, word32 length);
51+
int wc_Arc4SetKey(Arc4* arc4, const byte* key, word32 length);

doc/dox_comments/header_files-ja/ascon.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,4 +449,4 @@ int wc_AsconAEAD128_DecryptUpdate(wc_AsconAEAD128* a, byte* out, const byte* in,
449449
\sa wc_AsconAEAD128_EncryptUpdate
450450
\sa wc_AsconAEAD128_EncryptFinal
451451
*/
452-
int wc_AsconAEAD128_DecryptFinal(wc_AsconAEAD128* a, const byte* tag);
452+
int wc_AsconAEAD128_DecryptFinal(wc_AsconAEAD128* a, const byte* tag);

doc/dox_comments/header_files-ja/asn_public.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2129,4 +2129,4 @@ int wc_Asn1_SetFile(Asn1* asn1, XFILE file);
21292129
\sa wc_Asn1_SetFile
21302130
*/
21312131
int wc_Asn1_PrintAll(Asn1* asn1, Asn1PrintOptions* opts, unsigned char* data,
2132-
word32 len);
2132+
word32 len);

doc/dox_comments/header_files-ja/blake2.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ int wc_Blake2bUpdate(Blake2b* b2b, const byte* data, word32 sz);
8383
\sa wc_InitBlake2b
8484
\sa wc_Blake2bUpdate
8585
*/
86-
int wc_Blake2bFinal(Blake2b* b2b, byte* final, word32 requestSz);
86+
int wc_Blake2bFinal(Blake2b* b2b, byte* final, word32 requestSz);

doc/dox_comments/header_files-ja/bn.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
\sa wolfSSL_BN_free
2626
*/
2727
int wolfSSL_BN_mod_exp(WOLFSSL_BIGNUM *r, const WOLFSSL_BIGNUM *a,
28-
const WOLFSSL_BIGNUM *p, const WOLFSSL_BIGNUM *m, WOLFSSL_BN_CTX *ctx);
28+
const WOLFSSL_BIGNUM *p, const WOLFSSL_BIGNUM *m, WOLFSSL_BN_CTX *ctx);

doc/dox_comments/header_files-ja/camellia.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,4 +161,4 @@ int wc_CamelliaCbcEncrypt(Camellia* cam,
161161
\sa wc_CamelliaCbcEncrypt
162162
*/
163163
int wc_CamelliaCbcDecrypt(Camellia* cam,
164-
byte* out, const byte* in, word32 sz);
164+
byte* out, const byte* in, word32 sz);

doc/dox_comments/header_files-ja/chacha.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ int wc_Chacha_Process(ChaCha* ctx, byte* cipher, const byte* plain,
8282
\sa wc_Chacha_SetIV
8383
\sa wc_Chacha_Process
8484
*/
85-
int wc_Chacha_SetKey(ChaCha* ctx, const byte* key, word32 keySz);
85+
int wc_Chacha_SetKey(ChaCha* ctx, const byte* key, word32 keySz);

doc/dox_comments/header_files-ja/chacha20_poly1305.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,4 @@ int wc_ChaCha20Poly1305_Decrypt(
9898
const byte* inAAD, const word32 inAADLen,
9999
const byte* inCiphertext, const word32 inCiphertextLen,
100100
const byte inAuthTag[CHACHA20_POLY1305_AEAD_AUTHTAG_SIZE],
101-
byte* outPlaintext);
101+
byte* outPlaintext);

doc/dox_comments/header_files-ja/cmac.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,4 +205,4 @@ int wc_AesCmacVerify(const byte* check, word32 checkSz,
205205
ret = wc_CMAC_Grow(cmac, in, inSz)
206206
\endcode
207207
*/
208-
int wc_CMAC_Grow(Cmac* cmac, const byte* in, int inSz);
208+
int wc_CMAC_Grow(Cmac* cmac, const byte* in, int inSz);

0 commit comments

Comments
 (0)