Searched refs:field_data1 (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/ec/
H A Decp_mont.c109 group->field_data1 = NULL;
122 if (group->field_data1 != NULL)
124 BN_MONT_CTX_free(group->field_data1);
125 group->field_data1 = NULL;
151 group->field_data1 = mont;
160 BN_MONT_CTX_free(group->field_data1);
161 group->field_data1 = NULL;
177 if (group->field_data1 != NULL)
179 BN_MONT_CTX_free(group->field_data1);
180 group->field_data1
[all...]
H A Decp_nist.c108 group->field_data1 = NULL;
H A Decp_recp.c107 group->field_data1 = NULL;
H A Dec_lcl.h169 void *field_data1; /* method-specific (e.g., Montgomery structure) */ member in struct:ec_group_st
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/ec/
H A Decp_mont.c120 group->field_data1 = NULL;
128 if (group->field_data1 != NULL)
130 BN_MONT_CTX_free(group->field_data1);
131 group->field_data1 = NULL;
144 if (group->field_data1 != NULL)
146 BN_MONT_CTX_free(group->field_data1);
147 group->field_data1 = NULL;
160 if (dest->field_data1 != NULL)
162 BN_MONT_CTX_free(dest->field_data1);
163 dest->field_data1
[all...]
H A Dec_lcl.h227 void *field_data1; /* method-specific (e.g., Montgomery structure) */ member in struct:ec_group_st

Completed in 103 milliseconds