HomeSort by relevance Sort by last modified time
    Searched refs:exp_key (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
aes.h 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);
  /external/srtp/crypto/include/
aes.h 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/test/
aes_calc.c 72 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/
aes_calc.c 36 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/
aes.c     [all...]
  /external/srtp/crypto/cipher/
aes.c     [all...]
  /external/openssl/ssl/
s3_enc.c 219 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/third_party/boringssl/src/ssl/
s3_enc.c 219 unsigned char exp_key[EVP_MAX_KEY_LENGTH]; local
320 OPENSSL_cleanse(&(exp_key[0]),sizeof(exp_key));
  /external/chromium_org/chrome/installer/util/
installation_validator.cc 176 const base::string16 exp_key; member in struct:installer::__anon10397
194 bool expected = flags_exp.find(check_list[i].exp_key) != flags_exp.end();

Completed in 341 milliseconds