HomeSort by relevance Sort by last modified time
    Searched defs:expanded_key (Results 1 - 4 of 4) sorted by null

  /external/srtp/crypto/include/
aes_cbc.h 20 aes_expanded_key_t expanded_key; /* the cipher key */ member in struct:__anon15511
aes_icm.h 21 aes_expanded_key_t expanded_key; /* the cipher key */ member in struct:__anon15512
  /external/srtp/srtp/
ekt.c 151 aes_expanded_key_t expanded_key; local
153 aes_expand_decryption_key(key, expanded_key);
154 aes_decrypt(ciphertext, expanded_key);
  /external/srtp/tables/
aes_tables.c 322 aes_expanded_key_t expanded_key, decrypt_key; local
336 aes_expand_encryption_key(k, expanded_key);
338 aes_encrypt(&x, expanded_key);

Completed in 125 milliseconds