Searched refs:EC_GROUP_new (Results 1 - 7 of 7) sorted by relevance

/external/openssl/crypto/ec/
H A Dec_cvt.c108 ret = EC_GROUP_new(meth);
136 ret = EC_GROUP_new(meth);
158 ret = EC_GROUP_new(meth);
H A Dectest.c300 group = EC_GROUP_new(EC_GFp_mont_method()); /* applications should use EC_GROUP_new_curve_GFp
308 tmp = EC_GROUP_new(EC_GROUP_method_of(group));
462 if (!(P_160 = EC_GROUP_new(EC_GROUP_method_of(group)))) ABORT;
496 if (!(P_192 = EC_GROUP_new(EC_GROUP_method_of(group)))) ABORT;
530 if (!(P_224 = EC_GROUP_new(EC_GROUP_method_of(group)))) ABORT;
565 if (!(P_256 = EC_GROUP_new(EC_GROUP_method_of(group)))) ABORT;
605 if (!(P_384 = EC_GROUP_new(EC_GROUP_method_of(group)))) ABORT;
651 if (!(P_521 = EC_GROUP_new(EC_GROUP_method_of(group)))) ABORT;
813 if (!(_variable = EC_GROUP_new(EC_GROUP_method_of(group)))) ABORT; \
845 group = EC_GROUP_new(EC_GF2m_simple_metho
[all...]
H A Dec_key.c158 dest->group = EC_GROUP_new(meth);
H A Dec_lib.c76 EC_GROUP *EC_GROUP_new(const EC_METHOD *meth) function
257 if ((t = EC_GROUP_new(a->meth)) == NULL) return(NULL);
H A Dec.h192 EC_GROUP *EC_GROUP_new(const EC_METHOD *meth);
353 /* EC_GROUP_new_GF*() calls EC_GROUP_new() and EC_GROUP_set_GF*()
H A Dec_curve.c1970 if (((group = EC_GROUP_new(meth)) == NULL) ||
/external/openssl/include/openssl/
H A Dec.h192 EC_GROUP *EC_GROUP_new(const EC_METHOD *meth);
353 /* EC_GROUP_new_GF*() calls EC_GROUP_new() and EC_GROUP_set_GF*()

Completed in 444 milliseconds