HomeSort by relevance Sort by last modified time
    Searched defs:field_mul (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/boringssl/src/crypto/ec/
internal.h 173 /* 'field_mul', 'field_sqr', and 'field_div' can be used by 'add' and 'dbl'
176 int (*field_mul)(const EC_GROUP *, BIGNUM *r, const BIGNUM *a, 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
172 int (*field_mul)(const EC_GROUP *, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *); member in struct:ec_method_st

Completed in 42 milliseconds