Home
last modified time | relevance | path

Searched refs:EC_GROUP_new_curve_GF2m (Results 1 – 4 of 4) sorted by relevance

/dragonfly/crypto/libressl/crypto/ec/
H A Dec_cvt.c149 EC_GROUP_new_curve_GF2m(const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, in EC_GROUP_new_curve_GF2m() function
H A Dec_curve.c3361 if ((group = EC_GROUP_new_curve_GF2m(p, a, b, ctx)) == NULL) { in ec_group_new_from_data()
H A Dec_asn1.c1146 ret = EC_GROUP_new_curve_GF2m(p, a, b, NULL); in ec_asn1_parameters2group()
/dragonfly/crypto/libressl/include/openssl/
H A Dec.h382 EC_GROUP *EC_GROUP_new_curve_GF2m(const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);