Searched refs:aes_expanded_key_t (Results 1 - 9 of 9) sorted by relevance

/external/srtp/crypto/include/
H A Daes.h56 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);
H A Dprng.h25 aes_expanded_key_t key; /* secret key */
H A Daes_cbc.h20 aes_expanded_key_t expanded_key; /* the cipher key */
H A Daes_icm.h21 aes_expanded_key_t expanded_key; /* the cipher key */
/external/srtp/include/
H A Dekt.h106 aes_expanded_key_t ekt_enc_key;
107 aes_expanded_key_t ekt_dec_key;
/external/srtp/crypto/test/
H A Daes_calc.c36 aes_expanded_key_t exp_key;
/external/srtp/srtp/
H A Dekt.c151 aes_expanded_key_t expanded_key;
/external/srtp/tables/
H A Daes_tables.c322 aes_expanded_key_t expanded_key, decrypt_key;
/external/srtp/crypto/cipher/
H A Daes.c1363 aes_expanded_key_t expanded_key) {
1416 aes_expanded_key_t expanded_key) {
1913 aes_encrypt(v128_t *plaintext, const aes_expanded_key_t exp_key) {
1934 aes_decrypt(v128_t *plaintext, const aes_expanded_key_t exp_key) {

Completed in 1151 milliseconds