Searched refs:xor_block (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/crypto/ |
D | aes-gcm.c | 25 static void xor_block(u8 *dst, const u8 *src) in xor_block() function 77 xor_block(z, v); in gf_mult() 113 xor_block(y, xpos); in ghash() 130 xor_block(y, tmp); in ghash() 159 xor_block(ypos, xpos); in aes_gctr()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/ |
D | aes.c | 348 static void xor_block( void *d, const void *s ) in xor_block() function 401 xor_block(d, k); in copy_and_key() 407 xor_block(d, k); in add_round_key() 607 xor_block(iv, in); 663 xor_block(out, iv);
|