Searched refs:ChaCha20_ctr32 (Results 1 – 8 of 8) sorted by relevance
/openssl/crypto/evp/ |
H A D | e_chacha20_poly1305.c | 107 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()
|
/openssl/providers/implementations/ciphers/ |
H A D | cipher_chacha20_hw.c | 92 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()
|
H A D | cipher_chacha20_poly1305_hw.c | 137 ChaCha20_ctr32(buf, zero, buf_len, ctx->chacha.key.d, ctx->chacha.counter); in chacha20_poly1305_tls_cipher() 161 ChaCha20_ctr32(buf, zero, (buf_len = 2 * CHACHA_BLK_SIZE), in chacha20_poly1305_tls_cipher() 193 ChaCha20_ctr32(buf, zero, (buf_len = CHACHA_BLK_SIZE), in chacha20_poly1305_tls_cipher() 205 ChaCha20_ctr32(out, in, plen, ctx->chacha.key.d, ctx->chacha.counter); in chacha20_poly1305_tls_cipher() 209 ChaCha20_ctr32(out, in, plen, ctx->chacha.key.d, ctx->chacha.counter); in chacha20_poly1305_tls_cipher() 289 ChaCha20_ctr32(ctx->chacha.buf, zero, CHACHA_BLK_SIZE, in chacha20_poly1305_aead_cipher()
|
/openssl/include/crypto/ |
H A D | chacha.h | 27 void ChaCha20_ctr32(unsigned char *out, const unsigned char *inp,
|
/openssl/crypto/chacha/ |
H A D | chacha_riscv.c | 51 void ChaCha20_ctr32(unsigned char *out, const unsigned char *inp, size_t len, in ChaCha20_ctr32() function
|
H A D | chacha_ppc.c | 29 void ChaCha20_ctr32(unsigned char *out, const unsigned char *inp, in ChaCha20_ctr32() function
|
H A D | chacha_enc.c | 97 void ChaCha20_ctr32(unsigned char *out, const unsigned char *inp, size_t len, in ChaCha20_ctr32_c()
|
/openssl/test/ |
H A D | chacha_internal_test.c | 168 ChaCha20_ctr32(buf, buf, i, key, ivp); in test_cha_cha_internal()
|
Completed in 14 milliseconds