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

  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
null_cipher.h 73 unsigned char *buf, unsigned int *bytes_to_encr);
78 unsigned char *buf, int bytes_to_encr);
aes_icm.h 71 unsigned char *buf, unsigned int *bytes_to_encr);
  /external/chromium_org/third_party/libsrtp/srtp/crypto/cipher/
aes_icm.c 333 * bytes_to_encr < bytes_in_buffer
336 * bytes_to_encr > bytes_in_buffer
347 unsigned int bytes_to_encr = *enc_len; local
352 if (!forIsmacryp && (bytes_to_encr + htons(c->counter.v16[7])) > 0xffff)
357 if (bytes_to_encr <= (unsigned int)c->bytes_in_buffer) {
359 /* deal with odd case of small bytes_to_encr */
361 i < (sizeof(v128_t) - c->bytes_in_buffer + bytes_to_encr); i++)
366 c->bytes_in_buffer -= bytes_to_encr;
377 bytes_to_encr -= c->bytes_in_buffer;
383 for (i=0; i < (bytes_to_encr/sizeof(v128_t)); i++)
    [all...]
null_cipher.c 116 unsigned char *buf, unsigned int *bytes_to_encr) {
aes_cbc.c 157 int bytes_to_encr = *bytes_in_data; local
176 while (bytes_to_encr > 0) {
194 bytes_to_encr -= 16;
208 int bytes_to_encr = *bytes_in_data; local
229 while (bytes_to_encr > 0) {
256 bytes_to_encr -= 16;

Completed in 561 milliseconds