OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
ec2_mult.c File Reference
#include <openssl/err.h>
#include "ec_lcl.h"

Go to the source code of this file.

Functions

int ec_GF2m_simple_mul (const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx)
 
int ec_GF2m_precompute_mult (EC_GROUP *group, BN_CTX *ctx)
 
int ec_GF2m_have_precompute_mult (const EC_GROUP *group)
 

Function Documentation

int ec_GF2m_have_precompute_mult ( const EC_GROUP group)

Definition at line 385 of file ec2_mult.c.

int ec_GF2m_precompute_mult ( EC_GROUP group,
BN_CTX ctx 
)

Definition at line 380 of file ec2_mult.c.

int ec_GF2m_simple_mul ( const EC_GROUP group,
EC_POINT r,
const BIGNUM scalar,
size_t  num,
const EC_POINT points[],
const BIGNUM scalars[],
BN_CTX ctx 
)

Definition at line 317 of file ec2_mult.c.