HomeSort by: relevance | last modified time | path
    Searched refs:ChaCha20_ctr32 (Results 1 - 25 of 52) sorted by relevancy

1 2 3

  /src/crypto/external/bsd/openssl.old/dist/include/crypto/
chacha.h 16 * ChaCha20_ctr32 encrypts |len| bytes from |inp| with the given key and
26 void ChaCha20_ctr32(unsigned char *out, const unsigned char *inp,
  /src/crypto/external/apache2/openssl/dist/include/crypto/
chacha.h 17 * ChaCha20_ctr32 encrypts |len| bytes from |inp| with the given key and
27 void ChaCha20_ctr32(unsigned char *out, const unsigned char *inp,
31 /* The fallback implementation for `ChaCha20_ctr32`. */
  /src/crypto/external/bsd/openssl/dist/include/crypto/
chacha.h 17 * ChaCha20_ctr32 encrypts |len| bytes from |inp| with the given key and
27 void ChaCha20_ctr32(unsigned char *out, const unsigned char *inp,
  /src/crypto/external/apache2/openssl/dist/crypto/chacha/
chacha_ppc.c 29 void ChaCha20_ctr32(unsigned char *out, const unsigned char *inp,
chacha_riscv.c 54 void ChaCha20_ctr32(unsigned char *out, const unsigned char *inp, size_t len,
chacha_enc.c 97 void ChaCha20_ctr32(unsigned char *out, const unsigned char *inp, size_t len,
  /src/crypto/external/bsd/openssl/dist/crypto/chacha/
chacha_ppc.c 26 void ChaCha20_ctr32(unsigned char *out, const unsigned char *inp,
chacha_enc.c 71 void ChaCha20_ctr32(unsigned char *out, const unsigned char *inp,
  /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
cipher_chacha20_hw.c 81 * As ChaCha20_ctr32 operates on 32-bit counter, caller
92 ChaCha20_ctr32(out, in, blocks, ctx->key.d, ctx->counter);
104 ChaCha20_ctr32(ctx->buf, ctx->buf, CHACHA_BLK_SIZE,
cipher_chacha20_poly1305_hw.c 136 ChaCha20_ctr32(buf, zero, buf_len, ctx->chacha.key.d, ctx->chacha.counter);
160 ChaCha20_ctr32(buf, zero, (buf_len = 2 * CHACHA_BLK_SIZE),
192 ChaCha20_ctr32(buf, zero, (buf_len = CHACHA_BLK_SIZE),
204 ChaCha20_ctr32(out, in, plen, ctx->chacha.key.d, ctx->chacha.counter);
208 ChaCha20_ctr32(out, in, plen, ctx->chacha.key.d, ctx->chacha.counter);
288 ChaCha20_ctr32(ctx->chacha.buf, zero, CHACHA_BLK_SIZE,
  /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
cipher_chacha20_hw.c 81 * As ChaCha20_ctr32 operates on 32-bit counter, caller
92 ChaCha20_ctr32(out, in, blocks, ctx->key.d, ctx->counter);
103 ChaCha20_ctr32(ctx->buf, ctx->buf, CHACHA_BLK_SIZE,
cipher_chacha20_poly1305_hw.c 137 ChaCha20_ctr32(buf, zero, buf_len, ctx->chacha.key.d, ctx->chacha.counter);
161 ChaCha20_ctr32(buf, zero, (buf_len = 2 * CHACHA_BLK_SIZE),
193 ChaCha20_ctr32(buf, zero, (buf_len = CHACHA_BLK_SIZE),
205 ChaCha20_ctr32(out, in, plen, ctx->chacha.key.d, ctx->chacha.counter);
209 ChaCha20_ctr32(out, in, plen, ctx->chacha.key.d, ctx->chacha.counter);
289 ChaCha20_ctr32(ctx->chacha.buf, zero, CHACHA_BLK_SIZE,
  /src/crypto/external/apache2/openssl/dist/crypto/evp/
e_chacha20_poly1305.c 96 * As ChaCha20_ctr32 operates on 32-bit counter, caller
107 ChaCha20_ctr32(out, inp, blocks, key->key.d, key->counter);
119 ChaCha20_ctr32(key->buf, key->buf, CHACHA_BLK_SIZE,
234 ChaCha20_ctr32(buf, zero, buf_len, actx->key.key.d,
259 ChaCha20_ctr32(buf, zero, (buf_len = 2 * CHACHA_BLK_SIZE),
291 ChaCha20_ctr32(buf, zero, (buf_len = CHACHA_BLK_SIZE),
303 ChaCha20_ctr32(out, in, plen, actx->key.key.d, actx->key.counter);
307 ChaCha20_ctr32(out, in, plen, actx->key.key.d, actx->key.counter);
378 ChaCha20_ctr32(actx->key.buf, zero, CHACHA_BLK_SIZE,
  /src/crypto/external/bsd/openssl/dist/crypto/evp/
e_chacha20_poly1305.c 96 * As ChaCha20_ctr32 operates on 32-bit counter, caller
107 ChaCha20_ctr32(out, inp, blocks, key->key.d, key->counter);
118 ChaCha20_ctr32(key->buf, key->buf, CHACHA_BLK_SIZE,
232 ChaCha20_ctr32(buf, zero, buf_len, actx->key.key.d,
257 ChaCha20_ctr32(buf, zero, (buf_len = 2 * CHACHA_BLK_SIZE),
289 ChaCha20_ctr32(buf, zero, (buf_len = CHACHA_BLK_SIZE),
301 ChaCha20_ctr32(out, in, plen, actx->key.key.d, actx->key.counter);
305 ChaCha20_ctr32(out, in, plen, actx->key.key.d, actx->key.counter);
376 ChaCha20_ctr32(actx->key.buf, zero, CHACHA_BLK_SIZE,
  /src/crypto/external/bsd/openssl.old/dist/crypto/evp/
e_chacha20_poly1305.c 95 * As ChaCha20_ctr32 operates on 32-bit counter, caller
106 ChaCha20_ctr32(out, inp, blocks, key->key.d, key->counter);
117 ChaCha20_ctr32(key->buf, key->buf, CHACHA_BLK_SIZE,
230 ChaCha20_ctr32(buf, zero, buf_len, actx->key.key.d,
255 ChaCha20_ctr32(buf, zero, (buf_len = 2 * CHACHA_BLK_SIZE),
287 ChaCha20_ctr32(buf, zero, (buf_len = CHACHA_BLK_SIZE),
299 ChaCha20_ctr32(out, in, plen, actx->key.key.d, actx->key.counter);
303 ChaCha20_ctr32(out, in, plen, actx->key.key.d, actx->key.counter);
377 ChaCha20_ctr32(actx->key.buf, zero, CHACHA_BLK_SIZE,
  /src/crypto/external/bsd/openssl.old/dist/crypto/chacha/asm/
chacha-s390x.pl 146 .globl ChaCha20_ctr32
147 .type ChaCha20_ctr32,\@function
149 ChaCha20_ctr32:
312 .size ChaCha20_ctr32,.-ChaCha20_ctr32
  /src/crypto/external/apache2/openssl/dist/crypto/chacha/asm/
chacha-riscv64-v-zbb.pl 67 # void ChaCha20_ctr32@{[$isaext]}(unsigned char *out, const unsigned char *inp,
245 .globl ChaCha20_ctr32@{[$isaext]}
246 .type ChaCha20_ctr32@{[$isaext]},\@function
247 ChaCha20_ctr32@{[$isaext]}:
513 .size ChaCha20_ctr32@{[$isaext]},.-ChaCha20_ctr32@{[$isaext]}
chacha-ia64.pl 39 .global ChaCha20_ctr32#
40 .proc ChaCha20_ctr32#
42 ChaCha20_ctr32:
288 .endp ChaCha20_ctr32#
chacha-armv4.pl 207 .globl ChaCha20_ctr32
208 .type ChaCha20_ctr32,%function
210 ChaCha20_ctr32:
215 sub r14,pc,#16 @ ChaCha20_ctr32
634 .size ChaCha20_ctr32,.-ChaCha20_ctr32
  /src/crypto/external/bsd/openssl/dist/crypto/chacha/asm/
chacha-ia64.pl 39 .global ChaCha20_ctr32#
40 .proc ChaCha20_ctr32#
42 ChaCha20_ctr32:
288 .endp ChaCha20_ctr32#
  /src/crypto/external/bsd/openssl.old/dist/crypto/chacha/
chacha_enc.c 73 void ChaCha20_ctr32(unsigned char *out, const unsigned char *inp,
  /src/crypto/external/apache2/openssl/lib/libcrypto/arch/i386/
chacha-x86.S 3 .globl ChaCha20_ctr32
4 .type ChaCha20_ctr32,@function
6 ChaCha20_ctr32:
380 .size ChaCha20_ctr32,.-.L_ChaCha20_ctr32_begin
  /src/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/
chacha-x86.S 3 .globl ChaCha20_ctr32
4 .type ChaCha20_ctr32,@function
6 ChaCha20_ctr32:
380 .size ChaCha20_ctr32,.-.L_ChaCha20_ctr32_begin
  /src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/i386/
chacha-x86.S 3 .globl ChaCha20_ctr32
4 .type ChaCha20_ctr32,@function
6 ChaCha20_ctr32:
375 .size ChaCha20_ctr32,.-.L_ChaCha20_ctr32_begin
  /src/crypto/external/bsd/openssl.old/dist/crypto/
ppccap.c 104 void ChaCha20_ctr32(unsigned char *out, const unsigned char *inp,

Completed in 43 milliseconds

1 2 3