Searched refs:aes_expand_encryption_key (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/libsrtp/srtp/crypto/include/
H A Daes.h63 aes_expand_encryption_key(const uint8_t *key,
/external/srtp/crypto/include/
H A Daes.h59 aes_expand_encryption_key(const v128_t *key,
/external/chromium_org/third_party/libsrtp/srtp/crypto/test/
H A Daes_calc.c136 status = aes_expand_encryption_key(key, key_len, &exp_key);
/external/srtp/crypto/test/
H A Daes_calc.c98 aes_expand_encryption_key(&key, exp_key);
/external/chromium_org/third_party/libsrtp/srtp/crypto/rng/
H A Dprng.c69 aes_expand_encryption_key(tmp_key, 16, &x917_prng.key);
/external/srtp/crypto/rng/
H A Dprng.c69 aes_expand_encryption_key(&tmp_key, x917_prng.key);
/external/chromium_org/third_party/libsrtp/srtp/tables/
H A Daes_tables.c332 aes_expand_encryption_key(k, expanded_key);
/external/srtp/tables/
H A Daes_tables.c336 aes_expand_encryption_key(k, expanded_key);
/external/srtp/crypto/cipher/
H A Daes_cbc.c120 aes_expand_encryption_key(&tmp_key, c->expanded_key);
H A Daes_icm.c190 aes_expand_encryption_key(&tmp_key, c->expanded_key);
H A Daes.c1362 aes_expand_encryption_key(const v128_t *key, function
1419 aes_expand_encryption_key(key, expanded_key);
/external/chromium_org/third_party/libsrtp/srtp/crypto/cipher/
H A Daes_icm.c197 status = aes_expand_encryption_key(key, base_key_len, &c->expanded_key);
H A Daes_cbc.c117 status = aes_expand_encryption_key(key, key_len, &c->expanded_key);
H A Daes.c1477 aes_expand_encryption_key(const uint8_t *key, function
1504 status = aes_expand_encryption_key(key, key_len, expanded_key);

Completed in 183 milliseconds