HomeSort by relevance Sort by last modified time
    Searched refs:group_set_curve (Results 1 - 5 of 5) sorted by null

  /external/openssl/crypto/ec/
ec_lib.c 409 if (group->meth->group_set_curve == 0)
414 return group->meth->group_set_curve(group, p, a, b, ctx);
431 if (group->meth->group_set_curve == 0)
436 return group->meth->group_set_curve(group, p, a, b, ctx);
ec_lcl.h 105 int (*group_set_curve)(EC_GROUP *, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *); member in struct:ec_method_st
ec_curve.c     [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/ec/
internal.h 98 int (*group_set_curve)(EC_GROUP *, const BIGNUM *p, const BIGNUM *a, member in struct:ec_method_st
ec.c 270 if (ret->meth->group_set_curve == 0) {
275 if (!ret->meth->group_set_curve(ret, p, a, b, ctx)) {
312 (!(group->meth->group_set_curve(group, p, a, b, ctx)))) {

Completed in 76 milliseconds