HomeSort by relevance Sort by last modified time
    Searched full:add_round_key (Results 1 - 1 of 1) sorted by null

  /external/bluetooth/bluedroid/stack/smp/
aes.c 399 static void add_round_key( uint_8t d[N_BLOCK], const uint_8t k[N_BLOCK] ) function
572 add_round_key( s1, ctx->ksch + r * N_BLOCK);
623 add_round_key( s1, ctx->ksch + r * N_BLOCK );
697 add_round_key( s1, o_key );
751 add_round_key( s1, o_key );
820 add_round_key( s1, o_key + 16 );
824 add_round_key( s1, o_key );
905 add_round_key( s1, o_key + 16 );
908 add_round_key( s1, o_key );

Completed in 64 milliseconds