Searched refs:xor_block (Results 1 – 1 of 1) sorted by relevance
1120 static void xor_block(uint8_t *b1, uint8_t *b2, size_t size) in xor_block() function1206 xor_block(block, data + processed, data_size - processed); in stm32_saes_cmac_prf_128()1208 xor_block(block, k1, AES_BLOCK_SIZE); in stm32_saes_cmac_prf_128()1212 xor_block(block, k2, AES_BLOCK_SIZE); in stm32_saes_cmac_prf_128()