• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/

Lines Matching refs:BN_CTX

252  *  \param  ctx    BN_CTX object (optional)
255 int EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx);
260 * \param ctx BN_CTX object (optional)
264 BN_CTX *ctx);
294 * \param ctx BN_CTX object (optional)
298 const BIGNUM *b, BN_CTX *ctx);
305 * \param ctx BN_CTX object (optional)
309 BIGNUM *b, BN_CTX *ctx);
317 * \param ctx BN_CTX object (optional)
321 const BIGNUM *b, BN_CTX *ctx);
328 * \param ctx BN_CTX object (optional)
332 BIGNUM *b, BN_CTX *ctx);
342 * \param ctx BN_CTX object (optional)
345 int EC_GROUP_check(const EC_GROUP *group, BN_CTX *ctx);
349 * \param ctx BN_CTX object (optional)
352 int EC_GROUP_check_discriminant(const EC_GROUP *group, BN_CTX *ctx);
357 * \param ctx BN_CTX object (optional)
360 int EC_GROUP_cmp(const EC_GROUP *a, const EC_GROUP *b, BN_CTX *ctx);
372 * \param ctx BN_CTX object (optional)
376 const BIGNUM *b, BN_CTX *ctx);
383 * \param ctx BN_CTX object (optional)
387 const BIGNUM *b, BN_CTX *ctx);
470 * \param ctx BN_CTX object (optional)
476 BN_CTX *ctx);
484 * \param ctx BN_CTX object (optional)
490 BN_CTX *ctx);
497 * \param ctx BN_CTX object (optional)
502 BN_CTX *ctx);
509 * \param ctx BN_CTX object (optional)
514 BIGNUM *y, BN_CTX *ctx);
521 * \param ctx BN_CTX object (optional)
526 int y_bit, BN_CTX *ctx);
533 * \param ctx BN_CTX object (optional)
538 BN_CTX *ctx);
545 * \param ctx BN_CTX object (optional)
550 BIGNUM *y, BN_CTX *ctx);
557 * \param ctx BN_CTX object (optional)
562 int y_bit, BN_CTX *ctx);
571 * \param ctx BN_CTX object (optional)
576 unsigned char *buf, size_t len, BN_CTX *ctx);
583 * \param ctx BN_CTX object (optional)
587 const unsigned char *buf, size_t len, BN_CTX *ctx);
591 point_conversion_form_t form, BIGNUM *, BN_CTX *);
593 EC_POINT *, BN_CTX *);
595 point_conversion_form_t form, BN_CTX *);
597 EC_POINT *, BN_CTX *);
608 * \param ctx BN_CTX object (optional)
612 const EC_POINT *b, BN_CTX *ctx);
618 * \param ctx BN_CTX object (optional)
622 BN_CTX *ctx);
627 * \param ctx BN_CTX object (optional)
630 int EC_POINT_invert(const EC_GROUP *group, EC_POINT *a, BN_CTX *ctx);
642 * \param ctx BN_CTX object (optional)
646 BN_CTX *ctx);
652 * \param ctx BN_CTX object (optional)
656 BN_CTX *ctx);
658 int EC_POINT_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx);
660 EC_POINT *points[], BN_CTX *ctx);
669 * \param ctx BN_CTX object (optional)
674 BN_CTX *ctx);
682 * \param ctx BN_CTX object (optional)
686 const EC_POINT *q, const BIGNUM *m, BN_CTX *ctx);
690 * \param ctx BN_CTX object (optional)
693 int EC_GROUP_precompute_mult(EC_GROUP *group, BN_CTX *ctx);
862 * \param ctx BN_CTX object (optional)
865 int EC_KEY_precompute_mult(EC_KEY *key, BN_CTX *ctx);