Home
last modified time | relevance | path

Searched refs:ChaCha20_ctr32 (Results 1 – 8 of 8) sorted by relevance

/third_party/openssl/crypto/evp/
De_chacha20_poly1305.c107 ChaCha20_ctr32(out, inp, blocks, key->key.d, key->counter); in chacha_cipher()
118 ChaCha20_ctr32(key->buf, key->buf, CHACHA_BLK_SIZE, in chacha_cipher()
232 ChaCha20_ctr32(buf, zero, buf_len, actx->key.key.d, in chacha20_poly1305_tls_cipher()
257 ChaCha20_ctr32(buf, zero, (buf_len = 2 * CHACHA_BLK_SIZE), in chacha20_poly1305_tls_cipher()
289 ChaCha20_ctr32(buf, zero, (buf_len = CHACHA_BLK_SIZE), in chacha20_poly1305_tls_cipher()
301 ChaCha20_ctr32(out, in, plen, actx->key.key.d, actx->key.counter); in chacha20_poly1305_tls_cipher()
305 ChaCha20_ctr32(out, in, plen, actx->key.key.d, actx->key.counter); in chacha20_poly1305_tls_cipher()
376 ChaCha20_ctr32(actx->key.buf, zero, CHACHA_BLK_SIZE, in chacha20_poly1305_cipher()
/third_party/openssl/providers/implementations/ciphers/
Dcipher_chacha20_poly1305_hw.c139 ChaCha20_ctr32(buf, zero, buf_len, ctx->chacha.key.d, ctx->chacha.counter); in chacha20_poly1305_tls_cipher()
163 ChaCha20_ctr32(buf, zero, (buf_len = 2 * CHACHA_BLK_SIZE), in chacha20_poly1305_tls_cipher()
195 ChaCha20_ctr32(buf, zero, (buf_len = CHACHA_BLK_SIZE), in chacha20_poly1305_tls_cipher()
207 ChaCha20_ctr32(out, in, plen, ctx->chacha.key.d, ctx->chacha.counter); in chacha20_poly1305_tls_cipher()
211 ChaCha20_ctr32(out, in, plen, ctx->chacha.key.d, ctx->chacha.counter); in chacha20_poly1305_tls_cipher()
291 ChaCha20_ctr32(ctx->chacha.buf, zero, CHACHA_BLK_SIZE, in chacha20_poly1305_aead_cipher()
Dcipher_chacha20_hw.c92 ChaCha20_ctr32(out, in, blocks, ctx->key.d, ctx->counter); in chacha20_cipher()
103 ChaCha20_ctr32(ctx->buf, ctx->buf, CHACHA_BLK_SIZE, in chacha20_cipher()
/third_party/openssl/ohos_lite/include/crypto/
Dchacha.h26 void ChaCha20_ctr32(unsigned char *out, const unsigned char *inp,
/third_party/openssl/include/crypto/
Dchacha.h27 void ChaCha20_ctr32(unsigned char *out, const unsigned char *inp,
/third_party/openssl/test/
Dchacha_internal_test.c168 ChaCha20_ctr32(buf, buf, i, key, ivp); in test_cha_cha_internal()
/third_party/openssl/crypto/chacha/
Dchacha_ppc.c26 void ChaCha20_ctr32(unsigned char *out, const unsigned char *inp, in ChaCha20_ctr32() function
Dchacha_enc.c71 void ChaCha20_ctr32(unsigned char *out, const unsigned char *inp, in ChaCha20_ctr32() function