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

  /external/srtp/crypto/include/
aes.h 60 aes_expanded_key_t expanded_key);
64 aes_expanded_key_t expanded_key);
aes_cbc.h 20 aes_expanded_key_t expanded_key; /* the cipher key */ member in struct:__anon28371
aes_icm.h 21 aes_expanded_key_t expanded_key; /* the cipher key */ member in struct:__anon28372
  /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);