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

  /external/chromium_org/third_party/openssl/openssl/ssl/
s3_cbc.c 79 /* constant_time_lt returns 0xff if a<b and 0x00 otherwise. */
80 static unsigned constant_time_lt(unsigned a, unsigned b) function
303 j &= constant_time_lt(j,md_size);
314 rotate_offset &= constant_time_lt(rotate_offset,md_size);
319 rotate_offset &= constant_time_lt(rotate_offset,md_size);
325 rotate_offset &= constant_time_lt(rotate_offset,md_size);
  /external/openssl/ssl/
s3_cbc.c 79 /* constant_time_lt returns 0xff if a<b and 0x00 otherwise. */
80 static unsigned constant_time_lt(unsigned a, unsigned b) function
303 j &= constant_time_lt(j,md_size);
314 rotate_offset &= constant_time_lt(rotate_offset,md_size);
319 rotate_offset &= constant_time_lt(rotate_offset,md_size);
325 rotate_offset &= constant_time_lt(rotate_offset,md_size);

Completed in 43 milliseconds