Searched defs:ec_wNAF_precompute_mult (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/ec/
H A Dwnaf.c655 /* ec_wNAF_precompute_mult()
677 int ec_wNAF_precompute_mult(EC_GROUP *group, BN_CTX *ctx) { function
698 OPENSSL_PUT_ERROR(EC, ec_wNAF_precompute_mult, EC_R_UNDEFINED_GENERATOR);
716 OPENSSL_PUT_ERROR(EC, ec_wNAF_precompute_mult, EC_R_UNKNOWN_ORDER);
744 OPENSSL_PUT_ERROR(EC, ec_wNAF_precompute_mult, ERR_R_MALLOC_FAILURE);
752 OPENSSL_PUT_ERROR(EC, ec_wNAF_precompute_mult, ERR_R_MALLOC_FAILURE);
758 OPENSSL_PUT_ERROR(EC, ec_wNAF_precompute_mult, ERR_R_MALLOC_FAILURE);
786 OPENSSL_PUT_ERROR(EC, ec_wNAF_precompute_mult, ERR_R_INTERNAL_ERROR);
/external/openssl/crypto/ec/
H A Dec_mult.c746 /* ec_wNAF_precompute_mult()
765 int ec_wNAF_precompute_mult(EC_GROUP *group, BN_CTX *ctx) function

Completed in 231 milliseconds