Home
last modified time | relevance | path

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

/openssl/crypto/ec/
H A Decp_mont.c88 group->field_data1 = NULL; in ossl_ec_GFp_mont_group_init()
96 group->field_data1 = NULL; in ossl_ec_GFp_mont_group_finish()
105 group->field_data1 = NULL; in ossl_ec_GFp_mont_group_clear_finish()
114 dest->field_data1 = NULL; in ossl_ec_GFp_mont_group_copy()
121 if (src->field_data1 != NULL) { in ossl_ec_GFp_mont_group_copy()
125 if (!BN_MONT_CTX_copy(dest->field_data1, src->field_data1)) in ossl_ec_GFp_mont_group_copy()
138 dest->field_data1 = NULL; in ossl_ec_GFp_mont_group_copy()
152 group->field_data1 = NULL; in ossl_ec_GFp_mont_group_set_curve()
175 group->field_data1 = mont; in ossl_ec_GFp_mont_group_set_curve()
184 group->field_data1 = NULL; in ossl_ec_GFp_mont_group_set_curve()
[all …]
H A Dec_local.h253 void *field_data1; member
H A Decp_nistz256.c1500 group->field_data1 = mont; in ecp_nistz256group_full_init()
/openssl/test/
H A Dec_internal_test.c473 if (group->field_data1 != NULL) { in montgomery_correctness_test()
474 if (!TEST_true(check_bn_mont_ctx(group->field_data1, group->field, ctx))) in montgomery_correctness_test()

Completed in 16 milliseconds