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 121 group->field_data2 = NULL;
133 if (group->field_data2 != NULL)
135 BN_free(group->field_data2);
136 group->field_data2 = NULL;
149 if (group->field_data2 != NULL)
151 BN_clear_free(group->field_data2);
152 group->field_data2 = NULL;
165 if (dest->field_data2 != NULL)
167 BN_clear_free(dest->field_data2);
168 dest->field_data2 = NULL
    [all...]
ec_lcl.h 228 void *field_data2; /* method-specific */ member in struct:ec_group_st

Completed in 83 milliseconds