Searched refs:crv_len (Results 1 – 3 of 3) sorted by relevance
287 size_t crv_len = 0, n = 0; in test_builtin() local313 crv_len = EC_get_builtin_curves(NULL, 0); in test_builtin()315 curves = OPENSSL_malloc(sizeof(EC_builtin_curve) * crv_len); in test_builtin()323 if (!EC_get_builtin_curves(curves, crv_len)) in test_builtin()330 for (n = 0; n < crv_len; n++) in test_builtin()
346 size_t crv_len = 0; in MAIN() local349 crv_len = EC_get_builtin_curves(NULL, 0); in MAIN()351 curves = OPENSSL_malloc((int)(sizeof(EC_builtin_curve) * crv_len)); in MAIN()356 if (!EC_get_builtin_curves(curves, crv_len)) in MAIN()363 for (n = 0; n < crv_len; n++) in MAIN()
1256 size_t crv_len = 0, n = 0; in internal_curve_test() local1259 crv_len = EC_get_builtin_curves(NULL, 0); in internal_curve_test()1261 curves = OPENSSL_malloc(sizeof(EC_builtin_curve) * crv_len); in internal_curve_test()1266 if (!EC_get_builtin_curves(curves, crv_len)) in internal_curve_test()1274 for (n = 0; n < crv_len; n++) in internal_curve_test()