/external/chromium_org/third_party/openssl/openssl/crypto/ec/ |
ec_lcl.h | 169 /* 'field_mul', 'field_sqr', and 'field_div' can be used by 'add' and 'dbl' so that 173 int (*field_sqr)(const EC_GROUP *, BIGNUM *r, const BIGNUM *a, BN_CTX *); member in struct:ec_method_st
|
/external/openssl/crypto/ec/ |
ec_lcl.h | 169 /* 'field_mul', 'field_sqr', and 'field_div' can be used by 'add' and 'dbl' so that 173 int (*field_sqr)(const EC_GROUP *, BIGNUM *r, const BIGNUM *a, BN_CTX *); member in struct:ec_method_st
|