OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crv_len
(Results
1 - 3
of
3
) sorted by null
/external/openssl/crypto/ecdsa/
ecdsatest.c
286
size_t
crv_len
= 0, n = 0;
local
308
crv_len
= EC_get_builtin_curves(NULL, 0);
310
curves = OPENSSL_malloc(sizeof(EC_builtin_curve) *
crv_len
);
318
if (!EC_get_builtin_curves(curves,
crv_len
))
325
for (n = 0; n <
crv_len
; n++)
/external/openssl/apps/
ecparam.c
346
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++)
/external/openssl/crypto/ec/
ectest.c
1246
size_t
crv_len
= 0, n = 0;
local
[
all
...]
Completed in 64 milliseconds