Searched refs:ec_pre_comp_new (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/ec/
H A Dwnaf.c95 static EC_PRE_COMP *ec_pre_comp_new(const EC_GROUP *group) { function
103 OPENSSL_PUT_ERROR(EC, ec_pre_comp_new, ERR_R_MALLOC_FAILURE);
693 if ((pre_comp = ec_pre_comp_new(group)) == NULL)
/external/openssl/crypto/ec/
H A Dec_mult.c98 static EC_PRE_COMP *ec_pre_comp_new(const EC_GROUP *group) function
779 if ((pre_comp = ec_pre_comp_new(group)) == NULL)

Completed in 1233 milliseconds