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

  /external/chromium_org/third_party/boringssl/src/crypto/ec/
ec_montgomery.c 124 group->field_data1 = NULL;
130 if (group->field_data1 != NULL) {
131 BN_MONT_CTX_free(group->field_data1);
132 group->field_data1 = NULL;
142 if (group->field_data1 != NULL) {
143 BN_MONT_CTX_free(group->field_data1);
144 group->field_data1 = NULL;
154 if (dest->field_data1 != NULL) {
155 BN_MONT_CTX_free(dest->field_data1);
156 dest->field_data1 = NULL
    [all...]
internal.h 234 void *field_data1; /* method-specific (e.g., Montgomery structure) */ member in struct:ec_group_st
  /external/openssl/crypto/ec/
ecp_mont.c 128 group->field_data1 = NULL;
136 if (group->field_data1 != NULL)
138 BN_MONT_CTX_free(group->field_data1);
139 group->field_data1 = NULL;
152 if (group->field_data1 != NULL)
154 BN_MONT_CTX_free(group->field_data1);
155 group->field_data1 = NULL;
168 if (dest->field_data1 != NULL)
170 BN_MONT_CTX_free(dest->field_data1);
171 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 406 milliseconds