Home
last modified time | relevance | path

Searched defs:scalar (Results 1 – 12 of 12) sorted by relevance

/minix3/crypto/external/bsd/openssl/dist/crypto/ec/
H A Dec2_mult.c265 const BIGNUM *scalar, in ec_GF2m_montgomery_point_multiply()
375 const BIGNUM *scalar, size_t num, in ec_GF2m_simple_mul()
H A Dec_mult.c185 static signed char *compute_wNAF(const BIGNUM *scalar, int w, size_t *ret_len) in compute_wNAF()
330 int ec_wNAF_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, in ec_wNAF_mul()
H A Decp_nistp521.c259 static void felem_scalar(felem out, const felem in, limb scalar) in felem_scalar()
273 static void felem_scalar64(felem out, limb scalar) in felem_scalar64()
287 static void felem_scalar128(largefelem out, limb scalar) in felem_scalar128()
1813 const BIGNUM *scalar, size_t num, in ec_GFp_nistp521_points_mul()
H A Decp_nistp224.c507 static void felem_scalar(felem out, const limb scalar) in felem_scalar()
519 static void widefelem_scalar(widefelem out, const widelimb scalar) in widefelem_scalar()
1417 const BIGNUM *scalar, size_t num, in ec_GFp_nistp224_points_mul()
H A Decp_nistp256.c237 static void felem_scalar(felem out, const u64 scalar) in felem_scalar()
246 static void longfelem_scalar(longfelem out, const u64 scalar) in longfelem_scalar()
2004 const BIGNUM *scalar, size_t num, in ec_GFp_nistp256_points_mul()
H A Dec_lib.c1009 int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, in EC_POINTs_mul()
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Dimplicit-copy-assign-operator.cpp25 int scalar; member
H A Dimplicit-copy-constructor.cpp27 int scalar; member
H A Dconst-init-cxx11.cpp440 int scalar() { constexpr int a = { f(100) }; return a; } in scalar() function
/minix3/external/bsd/llvm/dist/clang/test/CodeGen/
H A D2008-03-24-BitField-And-Alloca.c41 unsigned int scalar : 1; member
/minix3/external/bsd/llvm/dist/llvm/docs/
H A DCommandLine.rst1377 .. _scalar: target
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp6914 static bool tryVectorConvertAndSplat(Sema &S, ExprResult *scalar, in tryVectorConvertAndSplat()