Home
last modified time | relevance | path

Searched refs:EC_GROUP_get_curve_GF2m (Results 1 – 6 of 6) sorted by relevance

/external/openssl/crypto/ec/
Dec.h166 int EC_GROUP_get_curve_GF2m(const EC_GROUP *, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *);
Dec_lib.c440 int EC_GROUP_get_curve_GF2m(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx) in EC_GROUP_get_curve_GF2m() function
Dec_asn1.c461 if (!EC_GROUP_get_curve_GF2m(group, NULL, tmp_1, tmp_2, NULL)) in ec_asn1_group2curve()
Dectest.c860 if (!EC_GROUP_get_curve_GF2m(group, p, a, b, ctx)) ABORT; in char2_field_tests()
/external/openssl/include/openssl/
Dec.h166 int EC_GROUP_get_curve_GF2m(const EC_GROUP *, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *);
/external/openssl/crypto/asn1/
Dt_pkey.c352 if (!EC_GROUP_get_curve_GF2m(x, p, a, b, ctx)) in ECPKParameters_print()