HomeSort by relevance Sort by last modified time
    Searched defs:field_sqr (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'
178 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

Completed in 429 milliseconds