HomeSort by relevance Sort by last modified time
    Searched refs:n_block (Results 1 - 3 of 3) sorted by null

  /system/bt/stack/smp/
aes.h 55 #define N_BLOCK (N_ROW * N_COL)
69 uint_8t ksch[(N_MAX_ROUNDS + 1) * N_BLOCK];
89 return_type aes_encrypt(const unsigned char in[N_BLOCK],
90 unsigned char out[N_BLOCK], const aes_context ctx[1]);
93 int n_block, unsigned char iv[N_BLOCK],
99 return_type aes_decrypt(const unsigned char in[N_BLOCK],
100 unsigned char out[N_BLOCK], const aes_context ctx[1]);
103 int n_block, unsigned char iv[N_BLOCK],
    [all...]
aes.cc 322 #define block_copy(d, s) memcpy(d, s, N_BLOCK)
415 static void add_round_key(uint_8t d[N_BLOCK], const uint_8t k[N_BLOCK]) {
419 static void shift_sub_rows(uint_8t st[N_BLOCK]) {
447 static void inv_shift_sub_rows(uint_8t st[N_BLOCK]) {
476 static void mix_sub_columns(uint_8t dt[N_BLOCK]) {
477 uint_8t st[N_BLOCK];
480 static void mix_sub_columns(uint_8t dt[N_BLOCK], uint_8t st[N_BLOCK]) {
504 static void inv_mix_sub_columns(uint_8t dt[N_BLOCK]) {
    [all...]
  /external/libxml2/
testapi.c 37647 int n_block; local
    [all...]

Completed in 100 milliseconds