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

  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
aes.h 60 } aes_expanded_key_t; typedef in typeref:struct:__anon16450
65 aes_expanded_key_t *expanded_key);
70 aes_expanded_key_t *expanded_key);
73 aes_encrypt(v128_t *plaintext, const aes_expanded_key_t *exp_key);
76 aes_decrypt(v128_t *plaintext, const aes_expanded_key_t *exp_key);
prng.h 60 aes_expanded_key_t key; /* secret key */
aes_cbc.h 55 aes_expanded_key_t expanded_key; /* the cipher key */
aes_icm.h 56 aes_expanded_key_t expanded_key; /* the cipher key */
  /external/srtp/crypto/include/
aes.h 56 typedef v128_t aes_expanded_key_t[11]; typedef
60 aes_expanded_key_t expanded_key);
64 aes_expanded_key_t expanded_key);
67 aes_encrypt(v128_t *plaintext, const aes_expanded_key_t exp_key);
70 aes_decrypt(v128_t *plaintext, const aes_expanded_key_t exp_key);
prng.h 25 aes_expanded_key_t key; /* secret key */
aes_cbc.h 20 aes_expanded_key_t expanded_key; /* the cipher key */
aes_icm.h 21 aes_expanded_key_t expanded_key; /* the cipher key */
  /external/chromium_org/third_party/libsrtp/srtp/include/
ekt.h 106 aes_expanded_key_t ekt_enc_key;
107 aes_expanded_key_t ekt_dec_key;
  /external/srtp/include/
ekt.h 106 aes_expanded_key_t ekt_enc_key;
107 aes_expanded_key_t ekt_dec_key;
  /external/chromium_org/third_party/libsrtp/srtp/crypto/test/
aes_calc.c 72 aes_expanded_key_t exp_key;
  /external/srtp/crypto/test/
aes_calc.c 36 aes_expanded_key_t exp_key;
  /external/chromium_org/third_party/libsrtp/srtp/srtp/
ekt.c 151 aes_expanded_key_t expanded_key;
186 /* FIX!? It's also passing to ekt_dec_key (which is an aes_expanded_key_t)
  /external/srtp/srtp/
ekt.c 151 aes_expanded_key_t expanded_key;
  /external/chromium_org/third_party/libsrtp/srtp/tables/
aes_tables.c 318 aes_expanded_key_t expanded_key, decrypt_key;
  /external/srtp/tables/
aes_tables.c 322 aes_expanded_key_t expanded_key, decrypt_key;
  /external/chromium_org/third_party/libsrtp/srtp/crypto/cipher/
aes.c     [all...]
  /external/srtp/crypto/cipher/
aes.c     [all...]

Completed in 1593 milliseconds