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

  /system/core/include/mincrypt/
p256_ecdsa.h 40 // public key {key_x,key_y}.
44 int p256_ecdsa_verify(const p256_int* key_x,
  /system/core/libmincrypt/
p256_ecdsa.c 32 int p256_ecdsa_verify(const p256_int* key_x, const p256_int* key_y,
38 if (!p256_is_valid_point(key_x, key_y)) return 0;
50 key_x, key_y,
  /system/core/libmincrypt/test/
ecdsa_test.c 52 p256_int key_x = { variable
271 if (result) { result = p256_ecdsa_verify(&key_x, &key_y, &hash, &r, &s); } \
  /external/opencv3/modules/features2d/src/
brisk.cpp 119 const cv::Mat& integral,const float key_x,
450 BRISK_Impl::smoothedIntensity(const cv::Mat& image, const cv::Mat& integral, const float key_x,
457 const float xf = briskPoint.x + key_x;
    [all...]

Completed in 125 milliseconds