Searched refs:poly_key (Results 1 – 1 of 1) sorted by relevance
119 uint32_t poly_key[CC3XX_CHACHA_BLOCK_SIZE / sizeof(uint32_t)] = {0}; in cc3xx_lowlevel_chacha20_init() local162 cc3xx_lowlevel_dma_set_output(poly_key, sizeof(poly_key)); in cc3xx_lowlevel_chacha20_init()163 cc3xx_lowlevel_dma_buffered_input_data(poly_key, sizeof(poly_key), true); in cc3xx_lowlevel_chacha20_init()169 cc3xx_lowlevel_poly1305_init(poly_key, in cc3xx_lowlevel_chacha20_init()170 poly_key + (POLY1305_KEY_SIZE / sizeof(uint32_t))); in cc3xx_lowlevel_chacha20_init()