Searched refs:add_round_key (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Bluetooth/system/gd/crypto_toolbox/ |
D | aes.cc | 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() function 584 add_round_key(s1, ctx->ksch + r * N_BLOCK); 633 add_round_key(s1, ctx->ksch + r * N_BLOCK); 708 add_round_key(s1, o_key); 762 add_round_key(s1, o_key); 828 add_round_key(s1, o_key + 16); 831 add_round_key(s1, o_key); 907 add_round_key(s1, o_key + 16); 909 add_round_key(s1, o_key);
|