Searched refs:aes_expanded_key_t (Results 1 – 18 of 18) sorted by relevance
/external/srtp/crypto/include/ |
D | 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);
|
D | prng.h | 25 aes_expanded_key_t key; /* secret key */
|
D | aes_cbc.h | 20 aes_expanded_key_t expanded_key; /* the cipher key */
|
D | aes_icm.h | 21 aes_expanded_key_t expanded_key; /* the cipher key */
|
/external/chromium_org/third_party/libsrtp/srtp/crypto/include/ |
D | aes.h | 60 } aes_expanded_key_t; typedef 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);
|
D | prng.h | 60 aes_expanded_key_t key; /* secret key */
|
D | aes_cbc.h | 55 aes_expanded_key_t expanded_key; /* the cipher key */
|
D | aes_icm.h | 56 aes_expanded_key_t expanded_key; /* the cipher key */
|
/external/srtp/include/ |
D | 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/include/ |
D | ekt.h | 106 aes_expanded_key_t ekt_enc_key; 107 aes_expanded_key_t ekt_dec_key;
|
/external/srtp/crypto/test/ |
D | aes_calc.c | 36 aes_expanded_key_t exp_key; in main()
|
/external/chromium_org/third_party/libsrtp/srtp/crypto/test/ |
D | aes_calc.c | 72 aes_expanded_key_t exp_key; in main()
|
/external/chromium_org/third_party/libsrtp/srtp/crypto/cipher/ |
D | aes.c | 1363 aes_expanded_key_t *expanded_key) { in aes_128_expand_encryption_key() 1415 aes_expanded_key_t *expanded_key) { in aes_256_expand_encryption_key() 1479 aes_expanded_key_t *expanded_key) { in aes_expand_encryption_key() 1499 aes_expanded_key_t *expanded_key) { in aes_expand_decryption_key() 2002 aes_encrypt(v128_t *plaintext, const aes_expanded_key_t *exp_key) { in aes_encrypt() 2035 aes_decrypt(v128_t *plaintext, const aes_expanded_key_t *exp_key) { in aes_decrypt()
|
/external/chromium_org/third_party/libsrtp/srtp/srtp/ |
D | ekt.c | 151 aes_expanded_key_t expanded_key; in aes_decrypt_with_raw_key()
|
/external/srtp/srtp/ |
D | ekt.c | 151 aes_expanded_key_t expanded_key; in aes_decrypt_with_raw_key()
|
/external/srtp/crypto/cipher/ |
D | aes.c | 1363 aes_expanded_key_t expanded_key) { in aes_expand_encryption_key() 1416 aes_expanded_key_t expanded_key) { in aes_expand_decryption_key() 1913 aes_encrypt(v128_t *plaintext, const aes_expanded_key_t exp_key) { in aes_encrypt() 1934 aes_decrypt(v128_t *plaintext, const aes_expanded_key_t exp_key) { in aes_decrypt()
|
/external/chromium_org/third_party/libsrtp/srtp/tables/ |
D | aes_tables.c | 318 aes_expanded_key_t expanded_key, decrypt_key; in aes_test_inverse()
|
/external/srtp/tables/ |
D | aes_tables.c | 322 aes_expanded_key_t expanded_key, decrypt_key; in aes_test_inverse()
|