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/
ec_lcl.h 173 int (*field_set_to_one)(const EC_GROUP *, BIGNUM *r, BN_CTX *); member in struct:ec_method_st
ecp_smpl.c 110 0 /* field_set_to_one */ };
433 if (Z_is_one && (group->meth->field_set_to_one != 0))
435 if (!group->meth->field_set_to_one(group, &point->Z, ctx)) goto err;
    [all...]

Completed in 39 milliseconds