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 127 group->field_data1 = NULL;
135 if (group->field_data1 != NULL)
137 BN_MONT_CTX_free(group->field_data1);
138 group->field_data1 = NULL;
151 if (group->field_data1 != NULL)
153 BN_MONT_CTX_free(group->field_data1);
154 group->field_data1 = NULL;
167 if (dest->field_data1 != NULL)
169 BN_MONT_CTX_free(dest->field_data1);
170 dest->field_data1 = NULL
    [all...]
ec_lcl.h 235 void *field_data1; /* method-specific (e.g., Montgomery structure) */ member in struct:ec_group_st

Completed in 63 milliseconds