Searched refs:xor_block (Results 1 – 2 of 2) sorted by relevance
/external/wpa_supplicant_8/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()
|
/external/boringssl/src/crypto/evp/ |
D | scrypt.c | 85 static void xor_block(block_t *out, const block_t *a, const block_t *b) { in xor_block() function 100 xor_block(&X, &X, &B[i]); in scryptBlockMix() 128 xor_block(&T[k], &B[k], &V[2 * r * j + k]); in scryptROMix()
|