Searched refs:crv_len (Results 1 - 5 of 5) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/crypto/ecdsa/
H A Decdsatest.c287 size_t crv_len = 0, n = 0; local
309 crv_len = EC_get_builtin_curves(NULL, 0);
311 curves = OPENSSL_malloc(sizeof(EC_builtin_curve) * crv_len);
319 if (!EC_get_builtin_curves(curves, crv_len))
326 for (n = 0; n < crv_len; n++)
/barrelfish-master/lib/openssl-1.0.0d/test/
H A Decdsatest.c287 size_t crv_len = 0, n = 0; local
309 crv_len = EC_get_builtin_curves(NULL, 0);
311 curves = OPENSSL_malloc(sizeof(EC_builtin_curve) * crv_len);
319 if (!EC_get_builtin_curves(curves, crv_len))
326 for (n = 0; n < crv_len; n++)
H A Dectest.c1246 size_t crv_len = 0, n = 0; local
1249 crv_len = EC_get_builtin_curves(NULL, 0);
1251 curves = OPENSSL_malloc(sizeof(EC_builtin_curve) * crv_len);
1256 if (!EC_get_builtin_curves(curves, crv_len))
1264 for (n = 0; n < crv_len; n++)
/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Decparam.c346 size_t crv_len = 0; local
349 crv_len = EC_get_builtin_curves(NULL, 0);
351 curves = OPENSSL_malloc((int)(sizeof(EC_builtin_curve) * crv_len));
356 if (!EC_get_builtin_curves(curves, crv_len))
363 for (n = 0; n < crv_len; n++)
/barrelfish-master/lib/openssl-1.0.0d/crypto/ec/
H A Dectest.c1246 size_t crv_len = 0, n = 0; local
1249 crv_len = EC_get_builtin_curves(NULL, 0);
1251 curves = OPENSSL_malloc(sizeof(EC_builtin_curve) * crv_len);
1256 if (!EC_get_builtin_curves(curves, crv_len))
1264 for (n = 0; n < crv_len; n++)

Completed in 93 milliseconds