Searched refs:keystream_buffer (Results 1 - 2 of 2) sorted by relevance

/external/srtp/crypto/cipher/
H A Daes_icm.c192 /* 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,
[all...]
/external/srtp/crypto/include/
H A Daes_icm.h20 v128_t keystream_buffer; /* buffers bytes of keystream */ member in struct:__anon9938

Completed in 303 milliseconds