OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:field_data1
(Results
1 - 2
of
2
) sorted by null
/external/openssl/crypto/ec/
ecp_mont.c
128
group->
field_data1
= NULL;
136
if (group->
field_data1
!= NULL)
138
BN_MONT_CTX_free(group->
field_data1
);
139
group->
field_data1
= NULL;
152
if (group->
field_data1
!= NULL)
154
BN_MONT_CTX_free(group->
field_data1
);
155
group->
field_data1
= NULL;
168
if (dest->
field_data1
!= NULL)
170
BN_MONT_CTX_free(dest->
field_data1
);
171
dest->
field_data1
= NULL
[
all
...]
ec_lcl.h
235
void *
field_data1
; /* method-specific (e.g., Montgomery structure) */
member in struct:ec_group_st
Completed in 1680 milliseconds