OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ge25519_frombytes
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/
core_ed25519.c
13
ge25519_frombytes
(&p_p3, p) != 0 ||
29
if (
ge25519_frombytes
(&p_p3, p) != 0 || ge25519_is_on_curve(&p_p3) == 0 ||
30
ge25519_frombytes
(&q_p3, q) != 0 || ge25519_is_on_curve(&q_p3) == 0) {
49
if (
ge25519_frombytes
(&p_p3, p) != 0 || ge25519_is_on_curve(&p_p3) == 0 ||
50
ge25519_frombytes
(&q_p3, q) != 0 || ge25519_is_on_curve(&q_p3) == 0) {
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_scalarmult/ed25519/ref10/
scalarmult_ed25519_ref10.c
41
ge25519_frombytes
(&P, p) != 0 || ge25519_is_on_main_subgroup(&P) == 0) {
/src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/private/
ed25519_ref10.h
80
int
ge25519_frombytes
(ge25519_p3 *h, const unsigned char *s);
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/ref10/
ed25519_ref10.c
232
ge25519_frombytes
(ge25519_p3 *h, const unsigned char *s)
function in typeref:typename:int
2032
if (
ge25519_frombytes
(&p3, s) != 0) {
Completed in 47 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025