ECC_POINT_INIT 1239 crypto/ecc.c struct ecc_point sum = ECC_POINT_INIT(sump[0], sump[1], ndigits); ECC_POINT_INIT 84 crypto/ecrdsa.c struct ecc_point cc = ECC_POINT_INIT(s, e, ndigits); /* reuse s, e */ ECC_POINT_INIT 240 crypto/ecrdsa.c ctx->pub_key = ECC_POINT_INIT(ctx->_pubp[0], ctx->_pubp[1], ndigits);