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

/external/chromium_org/third_party/libsrtp/srtp/crypto/include/
H A Daes.h73 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);
/external/srtp/crypto/include/
H A Daes.h67 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/test/
H A Daes_calc.c72 aes_expanded_key_t exp_key; local
136 status = aes_expand_encryption_key(key, key_len, &exp_key);
143 aes_encrypt(&data, &exp_key);
/external/srtp/crypto/test/
H A Daes_calc.c36 aes_expanded_key_t exp_key; local
98 aes_expand_encryption_key(&key, exp_key);
100 aes_encrypt(&data, exp_key);
/external/chromium_org/third_party/libsrtp/srtp/crypto/cipher/
H A Daes.c2002 aes_encrypt(v128_t *plaintext, const aes_expanded_key_t *exp_key) { argument
2005 v128_xor_eq(plaintext, &exp_key->round[0]);
2008 aes_round(plaintext, &exp_key->round[1]);
2009 aes_round(plaintext, &exp_key->round[2]);
2010 aes_round(plaintext, &exp_key->round[3]);
2011 aes_round(plaintext, &exp_key->round[4]);
2012 aes_round(plaintext, &exp_key->round[5]);
2013 aes_round(plaintext, &exp_key->round[6]);
2014 aes_round(plaintext, &exp_key->round[7]);
2015 aes_round(plaintext, &exp_key
2035 aes_decrypt(v128_t *plaintext, const aes_expanded_key_t *exp_key) argument
[all...]
/external/srtp/crypto/cipher/
H A Daes.c1913 aes_encrypt(v128_t *plaintext, const aes_expanded_key_t exp_key) { argument
1916 v128_xor_eq(plaintext, exp_key + 0);
1919 aes_round(plaintext, exp_key + 1);
1920 aes_round(plaintext, exp_key + 2);
1921 aes_round(plaintext, exp_key + 3);
1922 aes_round(plaintext, exp_key + 4);
1923 aes_round(plaintext, exp_key + 5);
1924 aes_round(plaintext, exp_key + 6);
1925 aes_round(plaintext, exp_key + 7);
1926 aes_round(plaintext, exp_key
1934 aes_decrypt(v128_t *plaintext, const aes_expanded_key_t exp_key) argument
[all...]
/external/chromium_org/third_party/openssl/openssl/ssl/
H A Ds3_enc.c219 unsigned char exp_key[EVP_MAX_KEY_LENGTH]; local
361 EVP_DigestFinal_ex(&md,&(exp_key[0]),NULL);
362 key= &(exp_key[0]);
378 OPENSSL_cleanse(&(exp_key[0]),sizeof(exp_key));
/external/openssl/ssl/
H A Ds3_enc.c219 unsigned char exp_key[EVP_MAX_KEY_LENGTH]; local
361 EVP_DigestFinal_ex(&md,&(exp_key[0]),NULL);
362 key= &(exp_key[0]);
378 OPENSSL_cleanse(&(exp_key[0]),sizeof(exp_key));
/external/chromium_org/chrome/installer/util/
H A Dinstallation_validator.cc176 const base::string16 exp_key; member in struct:installer::__anon5697
194 bool expected = flags_exp.find(check_list[i].exp_key) != flags_exp.end();

Completed in 232 milliseconds