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

  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
aes.h 65 aes_expanded_key_t *expanded_key);
70 aes_expanded_key_t *expanded_key);
aes_cbc.h 55 aes_expanded_key_t expanded_key; /* the cipher key */ member in struct:__anon17432
aes_icm.h 56 aes_expanded_key_t expanded_key; /* the cipher key */ member in struct:__anon17433
  /external/chromium_org/third_party/libsrtp/srtp/crypto/cipher/
aes.c     [all...]
aes_icm.c 197 status = aes_expand_encryption_key(key, base_key_len, &c->expanded_key);
248 aes_encrypt(&c->keystream_buffer, &c->expanded_key);
304 aes_encrypt(&c->keystream_buffer, &c->expanded_key);
aes_cbc.c 117 status = aes_expand_encryption_key(key, key_len, &c->expanded_key);
122 status = aes_expand_decryption_key(key, key_len, &c->expanded_key);
185 aes_encrypt(&c->state, &c->expanded_key);
240 aes_decrypt(&state, &c->expanded_key);
  /external/chromium_org/third_party/libsrtp/srtp/srtp/
ekt.c 151 aes_expanded_key_t expanded_key; local
153 aes_expand_decryption_key(key, key_len, &expanded_key);
154 aes_decrypt(ciphertext, &expanded_key);
  /external/chromium_org/third_party/libsrtp/srtp/tables/
aes_tables.c 318 aes_expanded_key_t expanded_key, decrypt_key; local
332 aes_expand_encryption_key(k, expanded_key);
334 aes_encrypt(&x, expanded_key);

Completed in 227 milliseconds