Searched refs:x25519_ge_p3_to_cached (Results 1 – 3 of 3) sorted by relevance
/external/boringssl/src/crypto/curve25519/ |
D | spake25519.c | 370 x25519_ge_p3_to_cached(&mask_cached, &mask); in SPAKE2_generate_msg() 423 x25519_ge_p3_to_cached(&peers_mask_cached, &peers_mask); in SPAKE2_process_msg()
|
D | internal.h | 93 void x25519_ge_p3_to_cached(ge_cached *r, const ge_p3 *p);
|
D | curve25519.c | 1065 void x25519_ge_p3_to_cached(ge_cached *r, const ge_p3 *p) { in x25519_ge_p3_to_cached() function 1091 x25519_ge_p3_to_cached(r, &t); in ge_p1p1_to_cached() 1241 x25519_ge_p3_to_cached(&cached, h); in x25519_ge_scalarmult_small_precomp() 3562 x25519_ge_p3_to_cached(&Ai[1], A); in x25519_ge_scalarmult() 3726 x25519_ge_p3_to_cached(&Ai[0], A); in ge_double_scalarmult_vartime() 3731 x25519_ge_p3_to_cached(&Ai[1], &u); in ge_double_scalarmult_vartime() 3734 x25519_ge_p3_to_cached(&Ai[2], &u); in ge_double_scalarmult_vartime() 3737 x25519_ge_p3_to_cached(&Ai[3], &u); in ge_double_scalarmult_vartime() 3740 x25519_ge_p3_to_cached(&Ai[4], &u); in ge_double_scalarmult_vartime() 3743 x25519_ge_p3_to_cached(&Ai[5], &u); in ge_double_scalarmult_vartime() [all …]
|