Searched refs:x25519_ge_p1p1_to_p3 (Results 1 – 3 of 3) sorted by relevance
/external/boringssl/src/crypto/curve25519/ |
D | curve25519.c | 1080 void x25519_ge_p1p1_to_p3(ge_p3 *r, const ge_p1p1 *p) { in x25519_ge_p1p1_to_p3() function 1090 x25519_ge_p1p1_to_p3(&t, p); in ge_p1p1_to_cached() 1243 x25519_ge_p1p1_to_p3(h, &r); in x25519_ge_scalarmult_small_precomp() 1246 x25519_ge_p1p1_to_p3(h, &r); in x25519_ge_scalarmult_small_precomp() 3526 x25519_ge_p1p1_to_p3(h, &r); in x25519_ge_scalarmult_base() 3536 x25519_ge_p1p1_to_p3(h, &r); in x25519_ge_scalarmult_base() 3541 x25519_ge_p1p1_to_p3(h, &r); in x25519_ge_scalarmult_base() 3590 x25519_ge_p1p1_to_p3(&u, &t); in x25519_ge_scalarmult() 3728 x25519_ge_p1p1_to_p3(&A2, &t); in ge_double_scalarmult_vartime() 3730 x25519_ge_p1p1_to_p3(&u, &t); in ge_double_scalarmult_vartime() [all …]
|
D | internal.h | 95 void x25519_ge_p1p1_to_p3(ge_p3 *r, const ge_p1p1 *p);
|
D | spake25519.c | 428 x25519_ge_p1p1_to_p3(&Q_ext, &Q_compl); in SPAKE2_process_msg()
|