Searched refs:field_decode (Results 1 – 4 of 4) sorted by relevance
| /src/crypto/openssl/crypto/ec/ |
| H A D | ecp_oct.c | 56 if (group->meth->field_decode == 0) { in ossl_ec_GFp_simple_set_compressed_coordinates() 78 if (group->meth->field_decode) { in ossl_ec_GFp_simple_set_compressed_coordinates() 79 if (!group->meth->field_decode(group, tmp2, group->a, ctx)) in ossl_ec_GFp_simple_set_compressed_coordinates() 94 if (group->meth->field_decode) { in ossl_ec_GFp_simple_set_compressed_coordinates() 95 if (!group->meth->field_decode(group, tmp2, group->b, ctx)) in ossl_ec_GFp_simple_set_compressed_coordinates()
|
| H A D | ecp_smpl.c | 212 if (group->meth->field_decode != NULL) { in ossl_ec_GFp_simple_group_get_curve() 219 if (!group->meth->field_decode(group, a, group->a, ctx)) in ossl_ec_GFp_simple_group_get_curve() 223 if (!group->meth->field_decode(group, b, group->b, ctx)) in ossl_ec_GFp_simple_group_get_curve() 274 if (group->meth->field_decode != NULL) { in ossl_ec_GFp_simple_group_check_discriminant() 275 if (!group->meth->field_decode(group, a, group->a, ctx)) in ossl_ec_GFp_simple_group_check_discriminant() 277 if (!group->meth->field_decode(group, b, group->b, ctx)) in ossl_ec_GFp_simple_group_check_discriminant() 442 if (group->meth->field_decode != NULL) { in ossl_ec_GFp_simple_get_Jprojective_coordinates_GFp() 450 if (!group->meth->field_decode(group, x, point->X, ctx)) in ossl_ec_GFp_simple_get_Jprojective_coordinates_GFp() 454 if (!group->meth->field_decode(group, y, point->Y, ctx)) in ossl_ec_GFp_simple_get_Jprojective_coordinates_GFp() 458 if (!group->meth->field_decode(group, z, point->Z, ctx)) in ossl_ec_GFp_simple_get_Jprojective_coordinates_GFp() [all …]
|
| H A D | ec_local.h | 163 int (*field_decode)(const EC_GROUP *, BIGNUM *r, const BIGNUM *a, member
|
| /src/crypto/openssl/test/ |
| H A D | ec_internal_test.c | 48 || (group->meth->field_decode && !TEST_true(group->meth->field_decode(group, c, c, ctx))) in group_field_tests()
|