OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:new_ctx
(Results
1 - 25
of
29
) sorted by null
1
2
/external/chromium_org/third_party/openssl/openssl/crypto/ec/
ec2_oct.c
94
BN_CTX *
new_ctx
= NULL;
local
103
ctx =
new_ctx
= BN_CTX_new();
155
if (
new_ctx
!= NULL)
156
BN_CTX_free(
new_ctx
);
169
BN_CTX *
new_ctx
= NULL;
local
213
ctx =
new_ctx
= BN_CTX_new();
281
if (
new_ctx
!= NULL)
282
BN_CTX_free(
new_ctx
);
288
if (
new_ctx
!= NULL)
289
BN_CTX_free(
new_ctx
);
302
BN_CTX *
new_ctx
= NULL;
local
[
all
...]
ecp_oct.c
73
BN_CTX *
new_ctx
= NULL;
local
82
ctx =
new_ctx
= BN_CTX_new();
193
if (
new_ctx
!= NULL)
194
BN_CTX_free(
new_ctx
);
203
BN_CTX *
new_ctx
= NULL;
local
247
ctx =
new_ctx
= BN_CTX_new();
312
if (
new_ctx
!= NULL)
313
BN_CTX_free(
new_ctx
);
319
if (
new_ctx
!= NULL)
320
BN_CTX_free(
new_ctx
);
330
BN_CTX *
new_ctx
= NULL;
local
[
all
...]
ecp_smpl.c
179
BN_CTX *
new_ctx
= NULL;
local
191
ctx =
new_ctx
= BN_CTX_new();
224
if (
new_ctx
!= NULL)
225
BN_CTX_free(
new_ctx
);
233
BN_CTX *
new_ctx
= NULL;
local
246
ctx =
new_ctx
= BN_CTX_new();
275
if (
new_ctx
)
276
BN_CTX_free(
new_ctx
);
292
BN_CTX *
new_ctx
= NULL;
local
296
ctx =
new_ctx
= BN_CTX_new()
404
BN_CTX *
new_ctx
= NULL;
local
464
BN_CTX *
new_ctx
= NULL;
local
531
BN_CTX *
new_ctx
= NULL;
local
648
BN_CTX *
new_ctx
= NULL;
local
812
BN_CTX *
new_ctx
= NULL;
local
945
BN_CTX *
new_ctx
= NULL;
local
1041
BN_CTX *
new_ctx
= NULL;
local
1144
BN_CTX *
new_ctx
= NULL;
local
1183
BN_CTX *
new_ctx
= NULL;
local
[
all
...]
ec2_smpl.c
270
BN_CTX *
new_ctx
= NULL;
local
274
ctx =
new_ctx
= BN_CTX_new();
297
if (
new_ctx
!= NULL)
298
BN_CTX_free(
new_ctx
);
422
BN_CTX *
new_ctx
= NULL;
local
440
ctx =
new_ctx
= BN_CTX_new();
513
if (
new_ctx
!= NULL)
514
BN_CTX_free(
new_ctx
);
553
BN_CTX *
new_ctx
= NULL;
local
569
ctx =
new_ctx
= BN_CTX_new()
608
BN_CTX *
new_ctx
= NULL;
local
652
BN_CTX *
new_ctx
= NULL;
local
[
all
...]
ec_check.c
63
BN_CTX *
new_ctx
= NULL;
local
68
ctx =
new_ctx
= BN_CTX_new();
118
if (
new_ctx
!= NULL)
119
BN_CTX_free(
new_ctx
);
ecp_mont.c
206
BN_CTX *
new_ctx
= NULL;
local
224
ctx =
new_ctx
= BN_CTX_new();
256
if (
new_ctx
!= NULL)
257
BN_CTX_free(
new_ctx
);
ecp_nist.c
133
BN_CTX *
new_ctx
= NULL;
local
137
if ((ctx =
new_ctx
= BN_CTX_new()) == NULL) return 0;
162
if (
new_ctx
!= NULL)
163
BN_CTX_free(
new_ctx
);
ec_mult.c
349
BN_CTX *
new_ctx
= NULL;
local
394
ctx =
new_ctx
= BN_CTX_new();
714
if (
new_ctx
!= NULL)
715
BN_CTX_free(
new_ctx
);
769
BN_CTX *
new_ctx
= NULL;
local
791
ctx =
new_ctx
= BN_CTX_new();
914
if (
new_ctx
!= NULL)
915
BN_CTX_free(
new_ctx
);
ec2_mult.c
320
BN_CTX *
new_ctx
= NULL;
local
328
ctx =
new_ctx
= BN_CTX_new();
371
if (
new_ctx
!= NULL)
372
BN_CTX_free(
new_ctx
);
/external/openssl/crypto/ec/
ec2_oct.c
94
BN_CTX *
new_ctx
= NULL;
local
103
ctx =
new_ctx
= BN_CTX_new();
155
if (
new_ctx
!= NULL)
156
BN_CTX_free(
new_ctx
);
169
BN_CTX *
new_ctx
= NULL;
local
213
ctx =
new_ctx
= BN_CTX_new();
281
if (
new_ctx
!= NULL)
282
BN_CTX_free(
new_ctx
);
288
if (
new_ctx
!= NULL)
289
BN_CTX_free(
new_ctx
);
302
BN_CTX *
new_ctx
= NULL;
local
[
all
...]
ecp_oct.c
73
BN_CTX *
new_ctx
= NULL;
local
82
ctx =
new_ctx
= BN_CTX_new();
193
if (
new_ctx
!= NULL)
194
BN_CTX_free(
new_ctx
);
203
BN_CTX *
new_ctx
= NULL;
local
247
ctx =
new_ctx
= BN_CTX_new();
312
if (
new_ctx
!= NULL)
313
BN_CTX_free(
new_ctx
);
319
if (
new_ctx
!= NULL)
320
BN_CTX_free(
new_ctx
);
330
BN_CTX *
new_ctx
= NULL;
local
[
all
...]
ecp_smpl.c
179
BN_CTX *
new_ctx
= NULL;
local
191
ctx =
new_ctx
= BN_CTX_new();
224
if (
new_ctx
!= NULL)
225
BN_CTX_free(
new_ctx
);
233
BN_CTX *
new_ctx
= NULL;
local
246
ctx =
new_ctx
= BN_CTX_new();
275
if (
new_ctx
)
276
BN_CTX_free(
new_ctx
);
292
BN_CTX *
new_ctx
= NULL;
local
296
ctx =
new_ctx
= BN_CTX_new()
404
BN_CTX *
new_ctx
= NULL;
local
464
BN_CTX *
new_ctx
= NULL;
local
531
BN_CTX *
new_ctx
= NULL;
local
648
BN_CTX *
new_ctx
= NULL;
local
812
BN_CTX *
new_ctx
= NULL;
local
945
BN_CTX *
new_ctx
= NULL;
local
1041
BN_CTX *
new_ctx
= NULL;
local
1144
BN_CTX *
new_ctx
= NULL;
local
1183
BN_CTX *
new_ctx
= NULL;
local
[
all
...]
ec2_smpl.c
270
BN_CTX *
new_ctx
= NULL;
local
274
ctx =
new_ctx
= BN_CTX_new();
297
if (
new_ctx
!= NULL)
298
BN_CTX_free(
new_ctx
);
422
BN_CTX *
new_ctx
= NULL;
local
440
ctx =
new_ctx
= BN_CTX_new();
513
if (
new_ctx
!= NULL)
514
BN_CTX_free(
new_ctx
);
553
BN_CTX *
new_ctx
= NULL;
local
569
ctx =
new_ctx
= BN_CTX_new()
608
BN_CTX *
new_ctx
= NULL;
local
652
BN_CTX *
new_ctx
= NULL;
local
[
all
...]
ec_check.c
63
BN_CTX *
new_ctx
= NULL;
local
68
ctx =
new_ctx
= BN_CTX_new();
118
if (
new_ctx
!= NULL)
119
BN_CTX_free(
new_ctx
);
ecp_mont.c
206
BN_CTX *
new_ctx
= NULL;
local
224
ctx =
new_ctx
= BN_CTX_new();
256
if (
new_ctx
!= NULL)
257
BN_CTX_free(
new_ctx
);
ecp_nist.c
133
BN_CTX *
new_ctx
= NULL;
local
137
if ((ctx =
new_ctx
= BN_CTX_new()) == NULL) return 0;
162
if (
new_ctx
!= NULL)
163
BN_CTX_free(
new_ctx
);
ec_mult.c
349
BN_CTX *
new_ctx
= NULL;
local
394
ctx =
new_ctx
= BN_CTX_new();
714
if (
new_ctx
!= NULL)
715
BN_CTX_free(
new_ctx
);
769
BN_CTX *
new_ctx
= NULL;
local
791
ctx =
new_ctx
= BN_CTX_new();
914
if (
new_ctx
!= NULL)
915
BN_CTX_free(
new_ctx
);
ec2_mult.c
320
BN_CTX *
new_ctx
= NULL;
local
328
ctx =
new_ctx
= BN_CTX_new();
371
if (
new_ctx
!= NULL)
372
BN_CTX_free(
new_ctx
);
/external/chromium_org/third_party/mesa/src/src/glsl/
ralloc.c
249
ralloc_steal(const void *
new_ctx
, void *ptr)
257
parent = get_header(
new_ctx
);
ralloc.h
232
* This changes \p ptr's context to \p
new_ctx
. This is quite useful if
235
void ralloc_steal(const void *
new_ctx
, void *ptr);
ir.cpp
[
all
...]
/external/mesa3d/src/glsl/
ralloc.c
249
ralloc_steal(const void *
new_ctx
, void *ptr)
257
parent = get_header(
new_ctx
);
ralloc.h
232
* This changes \p ptr's context to \p
new_ctx
. This is quite useful if
235
void ralloc_steal(const void *
new_ctx
, void *ptr);
ir.cpp
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/base/
nssstreamadapter.cc
942
NSSContext *
new_ctx
= new NSSContext();
local
944
if (!(
new_ctx
->slot_ = PK11_GetInternalSlot())) {
945
delete
new_ctx
;
949
global_nss_context =
new_ctx
;
Completed in 1917 milliseconds
1
2