Searched refs:ec_GF2m_simple_add (Results 1 – 2 of 2) sorted by relevance
/external/openssl/crypto/ec/ |
D | ec2_smpl.c | 104 ec_GF2m_simple_add, in EC_GF2m_simple_method() 421 int ec_GF2m_simple_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, const EC_POINT *b, BN… in ec_GF2m_simple_add() function 525 return ec_GF2m_simple_add(group, r, a, a, ctx); in ec_GF2m_simple_dbl()
|
D | ec_lcl.h | 383 int ec_GF2m_simple_add(const EC_GROUP *, EC_POINT *r, const EC_POINT *a, const EC_POINT *b, BN_CTX …
|