Searched refs:ge25519_frombytes (Results 1 – 4 of 4) sorted by relevance
13 ge25519_frombytes(&p_p3, p) != 0 || in crypto_core_ed25519_is_valid_point()29 if (ge25519_frombytes(&p_p3, p) != 0 || ge25519_is_on_curve(&p_p3) == 0 || in crypto_core_ed25519_add()30 ge25519_frombytes(&q_p3, q) != 0 || ge25519_is_on_curve(&q_p3) == 0) { in crypto_core_ed25519_add()49 if (ge25519_frombytes(&p_p3, p) != 0 || ge25519_is_on_curve(&p_p3) == 0 || in crypto_core_ed25519_sub()50 ge25519_frombytes(&q_p3, q) != 0 || ge25519_is_on_curve(&q_p3) == 0) { in crypto_core_ed25519_sub()
41 ge25519_frombytes(&P, p) != 0 || ge25519_is_on_main_subgroup(&P) == 0) { in crypto_scalarmult_ed25519()
80 int ge25519_frombytes(ge25519_p3 *h, const unsigned char *s);
232 ge25519_frombytes(ge25519_p3 *h, const unsigned char *s) in ge25519_frombytes() function2018 if (ge25519_frombytes(&p3, s) != 0) { in ge25519_from_uniform()