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

  /external/openssl/crypto/ec/
ecp_mont.c 120 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 = NULL
    [all...]
ec_lcl.h 227 void *field_data1; /* method-specific (e.g., Montgomery structure) */ member in struct:ec_group_st

Completed in 18 milliseconds