HomeSort by relevance Sort by last modified time
    Searched refs:field_data2 (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/ec/
ecp_mont.c 128 group->field_data2 = NULL;
140 if (group->field_data2 != NULL)
142 BN_free(group->field_data2);
143 group->field_data2 = NULL;
156 if (group->field_data2 != NULL)
158 BN_clear_free(group->field_data2);
159 group->field_data2 = NULL;
172 if (dest->field_data2 != NULL)
174 BN_clear_free(dest->field_data2);
175 dest->field_data2 = NULL
    [all...]
ec_lcl.h 236 void *field_data2; /* method-specific */ member in struct:ec_group_st

Completed in 34 milliseconds