Home | History | Annotate | Download | only in curve25519

Lines Matching refs:rcheck

4681   uint8_t rcheck[32];
4682 ge_tobytes(rcheck, &R);
4684 return CRYPTO_memcmp(rcheck, rcopy, sizeof(rcheck)) == 0;