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

  /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);
  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
aes.h 60 } aes_expanded_key_t; typedef in typeref:struct:__anon17431
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);

Completed in 191 milliseconds