HomeSort by: relevance | last modified time | path
    Searched refs:r_point (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/crypto/ec/curve448/
eddsa.c 253 curve448_point_t pk_point, r_point; local
289 curve448_point_decode_like_eddsa_and_mul_by_ratio(r_point, signature);
325 return c448_succeed_if(curve448_point_eq(pk_point, r_point));
  /src/crypto/external/apache2/openssl/dist/crypto/ec/curve448/
eddsa.c 295 curve448_point_t pk_point, r_point; local
329 error = ossl_curve448_point_decode_like_eddsa_and_mul_by_ratio(r_point, signature);
365 return c448_succeed_if(ossl_curve448_point_eq(pk_point, r_point));
  /src/crypto/external/bsd/openssl/dist/crypto/ec/curve448/
eddsa.c 288 curve448_point_t pk_point, r_point; local
324 ossl_curve448_point_decode_like_eddsa_and_mul_by_ratio(r_point, signature);
360 return c448_succeed_if(ossl_curve448_point_eq(pk_point, r_point));

Completed in 22 milliseconds