OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:key_x
(Results
1 - 3
of
3
) 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); } \
Completed in 39 milliseconds