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

  /external/openssl/crypto/ec/
ecp_smpl.c 116 0 /* field_set_to_one */ };
440 if (Z_is_one && (group->meth->field_set_to_one != 0))
442 if (!group->meth->field_set_to_one(group, &point->Z, ctx)) goto err;
1319 if (group->meth->field_set_to_one != 0)
1321 if (!group->meth->field_set_to_one(group, &p->Z, ctx)) goto err;
    [all...]
ec_lcl.h 178 int (*field_set_to_one)(const EC_GROUP *, BIGNUM *r, BN_CTX *); member in struct:ec_method_st

Completed in 41 milliseconds