/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:__anon22791
|
aes_icm.h | 21 aes_expanded_key_t expanded_key; /* the cipher key */ member in struct:__anon22792
|
/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/crypto/cipher/ |
aes.c | [all...] |
aes_cbc.c | 120 aes_expand_encryption_key(&tmp_key, c->expanded_key); 123 aes_expand_decryption_key(&tmp_key, c->expanded_key); 184 aes_encrypt(&c->state, c->expanded_key); 239 aes_decrypt(&state, c->expanded_key);
|
aes_icm.c | 190 aes_expand_encryption_key(&tmp_key, c->expanded_key); 236 aes_encrypt(&c->keystream_buffer, c->expanded_key); 292 aes_encrypt(&c->keystream_buffer, c->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);
|