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

  /external/srtp/crypto/cipher/
aes_icm.c 192 /* indicate that the keystream_buffer is empty */
235 v128_copy(&c->keystream_buffer, &c->counter);
236 aes_encrypt(&c->keystream_buffer, c->expanded_key);
242 v128_hex_string(&c->keystream_buffer));
244 /* indicate number of bytes in keystream_buffer */
249 /* indicate that keystream_buffer is empty */
273 /* indicate that the keystream_buffer is empty */
282 * aes_icm_advance(...) refills the keystream_buffer and
291 v128_copy(&c->keystream_buffer, &c->counter);
292 aes_encrypt(&c->keystream_buffer, c->expanded_key)
    [all...]
  /external/srtp/crypto/include/
aes_icm.h 20 v128_t keystream_buffer; /* buffers bytes of keystream */ member in struct:__anon11419
  /external/srtp/googlepatches/
google-10-srtp-ios-fixes.pack 55 v128_copy(&c->keystream_buffer, &c->counter);

Completed in 446 milliseconds