Home | History | Annotate | Download | only in ec

Lines Matching refs:BN_CTX

281   BN_CTX *bn_ctx = BN_CTX_new();
284 if (bn_ctx == NULL ||
301 !BN_MONT_CTX_set(mont_ctx, order, bn_ctx)) {
318 BN_CTX_free(bn_ctx);
354 const BIGNUM *b, BN_CTX *ctx) {
420 BN_CTX *ctx = BN_CTX_new();
606 int EC_GROUP_cmp(const EC_GROUP *a, const EC_GROUP *b, BN_CTX *ignored) {
621 int EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx) {
629 BN_CTX *ctx) {
638 BIGNUM *out_b, BN_CTX *ctx) {
743 BN_CTX *ctx) {
752 BN_CTX *ctx) {
760 int EC_POINT_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) {
769 BN_CTX *ctx) {
783 BIGNUM *y, BN_CTX *ctx) {
797 BN_CTX *ctx) {
815 const EC_POINT *b, BN_CTX *ctx) {
826 BN_CTX *ctx) {
835 int EC_POINT_invert(const EC_GROUP *group, EC_POINT *a, BN_CTX *ctx) {
844 const EC_POINT *p, const BIGNUM *p_scalar, BN_CTX *ctx) {
865 const BIGNUM *z, BN_CTX *ctx) {