Lines Matching refs:zero
209 static const unsigned char zero[4 * CHACHA_BLK_SIZE] = { 0 }; variable
211 static const unsigned char zero[2 * CHACHA_BLK_SIZE] = { 0 }; variable
219 unsigned char *buf, *tohash, *ctr, storage[sizeof(zero) + 32]; in chacha20_poly1305_tls_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()
311 Poly1305_Update(POLY1305_ctx(actx), zero, tail); in chacha20_poly1305_tls_cipher()
361 static const unsigned char zero[CHACHA_BLK_SIZE] = { 0 }; variable
376 ChaCha20_ctr32(actx->key.buf, zero, CHACHA_BLK_SIZE, in chacha20_poly1305_cipher()
400 Poly1305_Update(POLY1305_ctx(actx), zero, in chacha20_poly1305_cipher()
433 Poly1305_Update(POLY1305_ctx(actx), zero, in chacha20_poly1305_cipher()
439 Poly1305_Update(POLY1305_ctx(actx), zero, in chacha20_poly1305_cipher()