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

  /external/srtp/crypto/cipher/
aes_icm.c 209 int tail_num = low32(octet_num) & 0x0f; local
215 int tail_num = (int)(octet_num % 16);
234 if (tail_num) {
245 c->bytes_in_buffer = sizeof(v128_t) - tail_num;
  /external/srtp/googlepatches/
vidyo-1-srtp-win.patch 20 - int tail_num = octet_num % 16;
21 + int tail_num = (int)(octet_num % 16);

Completed in 144 milliseconds