Home
last modified time | relevance | path

Searched refs:xor_block (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/gd/crypto_toolbox/
Daes.cc338 static void xor_block(void* d, const void* s) { in xor_block() function
389 xor_block(d, k); in copy_and_key()
393 static void add_round_key(uint_8t d[N_BLOCK], const uint_8t k[N_BLOCK]) { xor_block(d, k); } in add_round_key()
606 xor_block(iv, in);
661 xor_block(out, iv);