Lines Matching refs:EC_POINT_point2oct

245         EC_POINT_point2oct(group, Q, POINT_CONVERSION_COMPRESSED, buf,  in prime_field_tests()
254 len = EC_POINT_point2oct(group, Q, POINT_CONVERSION_UNCOMPRESSED, in prime_field_tests()
263 len = EC_POINT_point2oct(group, Q, POINT_CONVERSION_HYBRID, in prime_field_tests()
1031 len = EC_POINT_point2oct(group, Q, POINT_CONVERSION_COMPRESSED, in char2_field_tests()
1041 len = EC_POINT_point2oct(group, Q, POINT_CONVERSION_UNCOMPRESSED, in char2_field_tests()
1053 EC_POINT_point2oct(group, Q, POINT_CONVERSION_HYBRID, buf, sizeof(buf), in char2_field_tests()
1101 || !TEST_size_t_ne(0, (len = EC_POINT_point2oct(group, in hybrid_point_encoding_test()
1108 || !TEST_size_t_eq(len, EC_POINT_point2oct(group, in hybrid_point_encoding_test()
2125 || !TEST_size_t_gt(bsize = EC_POINT_point2oct( in ossl_parameter_test()
2129 || !TEST_size_t_eq(EC_POINT_point2oct( in ossl_parameter_test()
2758 || !TEST_int_eq(EC_POINT_point2oct(group, Q1, in custom_generator_test()
2762 || !TEST_int_eq(EC_POINT_point2oct(group, Q1, in custom_generator_test()
2775 || !TEST_int_eq(EC_POINT_point2oct(group, Q2, in custom_generator_test()
2779 || !TEST_int_eq(EC_POINT_point2oct(group, Q2, in custom_generator_test()
2868 || !TEST_int_eq(EC_POINT_point2oct(group, G2, in custom_params_test()
2872 || !TEST_int_eq(EC_POINT_point2oct(group, G2, in custom_params_test()
2913 || !TEST_int_eq(EC_POINT_point2oct(group, Q1, in custom_params_test()
2916 || !TEST_int_eq(EC_POINT_point2oct(group, Q1, in custom_params_test()
2924 || !TEST_int_eq(EC_POINT_point2oct(altgroup, Q2, in custom_params_test()
2928 || !TEST_int_eq(EC_POINT_point2oct(altgroup, Q2, in custom_params_test()
2955 || !TEST_int_eq(EC_POINT_point2oct(group, Q1, in custom_params_test()
2959 || !TEST_int_eq(EC_POINT_point2oct(group, Q1, in custom_params_test()
2966 || !TEST_int_eq(EC_POINT_point2oct(altgroup, Q, in custom_params_test()
2970 || !TEST_int_eq(EC_POINT_point2oct(altgroup, Q, in custom_params_test()