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

  /src/crypto/external/apache2/openssl/dist/crypto/ec/curve448/
eddsa.c 278 curve448_point_t pk_point; local
283 return ossl_curve448_point_decode_like_eddsa_and_mul_by_ratio(pk_point, pub);
295 curve448_point_t pk_point, r_point; local
324 error = ossl_curve448_point_decode_like_eddsa_and_mul_by_ratio(pk_point, pubkey);
361 /* pk_point = -c(x(P)) + (cx + k)G = kG */
362 ossl_curve448_base_double_scalarmul_non_secret(pk_point,
364 pk_point, challenge_scalar);
365 return c448_succeed_if(ossl_curve448_point_eq(pk_point, r_point));
  /src/crypto/external/bsd/openssl.old/dist/crypto/ec/curve448/
eddsa.c 253 curve448_point_t pk_point, r_point; local
283 curve448_point_decode_like_eddsa_and_mul_by_ratio(pk_point, pubkey);
321 /* pk_point = -c(x(P)) + (cx + k)G = kG */
322 curve448_base_double_scalarmul_non_secret(pk_point,
324 pk_point, challenge_scalar);
325 return c448_succeed_if(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
318 ossl_curve448_point_decode_like_eddsa_and_mul_by_ratio(pk_point, pubkey);
356 /* pk_point = -c(x(P)) + (cx + k)G = kG */
357 ossl_curve448_base_double_scalarmul_non_secret(pk_point,
359 pk_point, challenge_scalar);
360 return c448_succeed_if(ossl_curve448_point_eq(pk_point, r_point));

Completed in 72 milliseconds