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 129 group->field_data2 = NULL;
141 if (group->field_data2 != NULL)
143 BN_free(group->field_data2);
144 group->field_data2 = NULL;
157 if (group->field_data2 != NULL)
159 BN_clear_free(group->field_data2);
160 group->field_data2 = NULL;
173 if (dest->field_data2 != NULL)
175 BN_clear_free(dest->field_data2);
176 dest->field_data2 = NULL
    [all...]
ec_lcl.h 236 void *field_data2; /* method-specific */ member in struct:ec_group_st

Completed in 90 milliseconds