Skip to content

Commit

Permalink
Bug 1613235 - Clang-format for: POWER ChaCha20 stream cipher vector a…
Browse files Browse the repository at this point in the history
…cceleration r=beurdouche

Depends on D107221

Differential Revision: https://phabricator.services.mozilla.com/D107788

--HG--
extra : moz-landing-system : lando
  • Loading branch information
beurdouche committed Mar 10, 2021
1 parent 983a014 commit 4a0ac18
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion cmd/bltest/blapitest.c
Expand Up @@ -1164,7 +1164,6 @@ chacha20_Encrypt(void *cx, unsigned char *output, unsigned int *outputLen,
*outputLen = inputLen;
return ChaCha20_Xor(output, input, inputLen, ctx->key, ctx->nonce,
ctx->counter);

}

SECStatus
Expand Down
1 change: 0 additions & 1 deletion lib/freebl/blapi.h
Expand Up @@ -1061,7 +1061,6 @@ extern ChaCha20Context *ChaCha20_CreateContext(const unsigned char *key,

extern void ChaCha20_DestroyContext(ChaCha20Context *ctx, PRBool freeit);


/******************************************/
/*
** ChaCha20+Poly1305 AEAD
Expand Down
Empty file modified lib/freebl/chacha20poly1305-ppc.c
Whitespace-only changes.
Empty file modified lib/freebl/chacha20poly1305.c
Whitespace-only changes.
Empty file modified lib/freebl/loader.c
Whitespace-only changes.

0 comments on commit 4a0ac18

Please sign in to comment.