Searched refs:all_zero_input (Results 1 – 2 of 2) sorted by relevance
186 uint8_t all_zero_input[CHACHA_BLOCK_SIZE_BYTES] = {0}; in cc3xx_chacha20_update() local187 status = chacha_block(ctx, all_zero_input, ctx->state.keystream, in cc3xx_chacha20_update()
498 const uint8_t all_zero_input[CC3XX_CHACHA_BLOCK_SIZE] = {0}; in cc3xx_internal_cipher_stream_post_update() local502 err = stream->update(all_zero_input, sizeof(all_zero_input)); in cc3xx_internal_cipher_stream_post_update()