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 86 int (*group_set_curve)(EC_GROUP *, const BIGNUM *p, const BIGNUM *a, member in struct:ec_method_st
ec.c 373 if (ret->meth->group_set_curve == 0) {
377 if (!ret->meth->group_set_curve(ret, p, a, b, ctx)) {
430 !group->meth->group_set_curve(group, p, a, b, ctx)) {

Completed in 99 milliseconds