Searched refs:xor_block (Results 1 – 3 of 3) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/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()
|
/third_party/ffmpeg/libavformat/ |
D | vividas.c | 123 static void xor_block(void *p1, void *p2, unsigned size, int key, unsigned *key_ptr) in xor_block() function 163 xor_block(tmp, tmp, 4, key, &tmpkey); in decode_block() 169 xor_block(src + a2, dest + a2, s & ~3, in decode_block() 177 xor_block(&tmp, &tmp, 4, key, key_ptr); in decode_block()
|