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

  /external/chromium_org/third_party/libsrtp/srtp/tables/
aes_tables.c 52 unsigned char aes_inv_sbox[256]; variable
87 aes_inv_sbox[x] = i;
141 extern uint8_t aes_inv_sbox[256];
151 x = aes_inv_sbox[i];
  /external/chromium_org/third_party/libsrtp/srtp/crypto/cipher/
aes.c 1183 aes_inv_sbox[256] = { variable
    [all...]

Completed in 77 milliseconds