Home | Sort by: relevance | last modified time | path |
/src/sys/external/isc/libsodium/dist/test/default/ | |
scalarmult_ed25519.c | 4 static const unsigned char non_canonical_p[32] = { variable in typeref:typename:const unsigned char[32] 60 if (crypto_scalarmult_ed25519(q, n, non_canonical_p) != -1) { |
core_ed25519.c | 4 static const unsigned char non_canonical_p[32] = { variable in typeref:typename:const unsigned char[32] 114 assert(crypto_core_ed25519_is_valid_point(non_canonical_p) == 0); 125 assert(crypto_core_ed25519_add(p3, p2, non_canonical_p) == 0); 128 assert(crypto_core_ed25519_add(p3, non_canonical_p, p3) == 0); 132 assert(crypto_core_ed25519_sub(p3, p2, non_canonical_p) == 0); 135 assert(crypto_core_ed25519_sub(p3, non_canonical_p, p3) == 0); |
sign.c | 1044 static const unsigned char non_canonical_p[32] = { variable in typeref:typename:const unsigned char[32] [all...] |