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

  /external/boringssl/src/crypto/ec/
internal.h 91 int (*group_set_curve)(EC_GROUP *, const BIGNUM *p, const BIGNUM *a, member in struct:ec_method_st
ec.c 363 if (ret->meth->group_set_curve == 0) {
367 if (!ret->meth->group_set_curve(ret, p, a, b, ctx)) {
440 (!(group->meth->group_set_curve(group, p, a, b, ctx)))) {

Completed in 35 milliseconds