OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ctx_new
(Results
1 - 2
of
2
) sorted by null
/external/openssl/crypto/ec/
ecp_nist.c
165
BN_CTX *
ctx_new
=NULL;
local
173
if ((
ctx_new
= ctx = BN_CTX_new()) == NULL) goto err;
181
if (
ctx_new
)
182
BN_CTX_free(
ctx_new
);
191
BN_CTX *
ctx_new
=NULL;
local
199
if ((
ctx_new
= ctx = BN_CTX_new()) == NULL) goto err;
207
if (
ctx_new
)
208
BN_CTX_free(
ctx_new
);
ec_lib.c
477
BN_CTX *
ctx_new
= NULL;
local
489
ctx_new
= ctx = BN_CTX_new();
503
if (
ctx_new
)
532
if (
ctx_new
)
541
if (
ctx_new
)
Completed in 517 milliseconds