Searched refs:field_data1 (Results 1 – 2 of 2) sorted by relevance
81 group->field_data1 = NULL; in ec_GFp_mont_group_init()89 group->field_data1 = NULL; in ec_GFp_mont_group_finish()98 group->field_data1 = NULL; in ec_GFp_mont_group_clear_finish()107 dest->field_data1 = NULL; in ec_GFp_mont_group_copy()114 if (src->field_data1 != NULL) { in ec_GFp_mont_group_copy()118 if (!BN_MONT_CTX_copy(dest->field_data1, src->field_data1)) in ec_GFp_mont_group_copy()131 dest->field_data1 = NULL; in ec_GFp_mont_group_copy()144 group->field_data1 = NULL; in ec_GFp_mont_group_set_curve()167 group->field_data1 = mont; in ec_GFp_mont_group_set_curve()176 group->field_data1 = NULL; in ec_GFp_mont_group_set_curve()[all …]
247 void *field_data1; member