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

  /external/chromium/crypto/
rsa_private_key_unittest.cc 191 const uint8 short_integer_with_high_bit[] = { local
360 input1.resize(sizeof(short_integer_with_high_bit));
363 memcpy(&input1.front(), short_integer_with_high_bit,
364 sizeof(short_integer_with_high_bit));
  /external/chromium_org/crypto/
rsa_private_key_unittest.cc 210 const uint8 short_integer_with_high_bit[] = { local
379 input1.resize(sizeof(short_integer_with_high_bit));
382 memcpy(&input1.front(), short_integer_with_high_bit,
383 sizeof(short_integer_with_high_bit));

Completed in 75 milliseconds