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

/external/openssl/crypto/ec/
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);

Completed in 43 milliseconds