HomeSort by relevance Sort by last modified time
    Searched full:aes_expand_encryption_key (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/libsrtp/srtp/
srtp.def 80 aes_expand_encryption_key
  /external/srtp/
srtp.def 79 aes_expand_encryption_key
  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
aes.h 63 aes_expand_encryption_key(const uint8_t *key,
  /external/srtp/crypto/include/
aes.h 59 aes_expand_encryption_key(const v128_t *key,
  /external/srtp/crypto/test/
aes_calc.c 98 aes_expand_encryption_key(&key, exp_key);
  /external/chromium_org/third_party/libsrtp/srtp/crypto/rng/
prng.c 69 aes_expand_encryption_key(tmp_key, 16, &x917_prng.key);
  /external/chromium_org/third_party/libsrtp/srtp/crypto/test/
aes_calc.c 136 status = aes_expand_encryption_key(key, key_len, &exp_key);
  /external/srtp/crypto/rng/
prng.c 69 aes_expand_encryption_key(&tmp_key, x917_prng.key);
  /external/chromium_org/third_party/libsrtp/srtp/tables/
aes_tables.c 332 aes_expand_encryption_key(k, expanded_key);
  /external/srtp/tables/
aes_tables.c 336 aes_expand_encryption_key(k, expanded_key);
  /external/chromium_org/third_party/libsrtp/srtp/crypto/cipher/
aes_cbc.c 117 status = aes_expand_encryption_key(key, key_len, &c->expanded_key);
aes_icm.c 197 status = aes_expand_encryption_key(key, base_key_len, &c->expanded_key);
aes.c 1477 aes_expand_encryption_key(const uint8_t *key, function
    [all...]
  /external/srtp/crypto/cipher/
aes_cbc.c 120 aes_expand_encryption_key(&tmp_key, c->expanded_key);
aes_icm.c 190 aes_expand_encryption_key(&tmp_key, c->expanded_key);
aes.c 1362 aes_expand_encryption_key(const v128_t *key, function
    [all...]

Completed in 257 milliseconds