Home
last modified time | relevance | path

Searched refs:scalars (Results 1 – 13 of 13) sorted by relevance

/external/openssl/crypto/ec/
Dectest.c653 const BIGNUM *scalars[4]; in prime_field_tests() local
665 scalars[0] = y; /* (group order + 1)/2, so y*Q + y*Q = Q */ in prime_field_tests()
666 scalars[1] = y; in prime_field_tests()
672 if (!EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx)) ABORT; in prime_field_tests()
673 if (!EC_POINTs_mul(group, R, z, 2, points, scalars, ctx)) ABORT; in prime_field_tests()
683 scalars[0] = y; in prime_field_tests()
684 scalars[1] = z; /* z = -(order + y) */ in prime_field_tests()
686 if (!EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx)) ABORT; in prime_field_tests()
695 scalars[0] = x; in prime_field_tests()
696 scalars[1] = y; in prime_field_tests()
[all …]
Dec2_mult.c316 size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx) in ec_GF2m_simple_mul() argument
337 ret = ec_wNAF_mul(group, r, scalar, num, points, scalars, ctx); in ec_GF2m_simple_mul()
356 if (!ec_GF2m_montgomery_point_multiply(group, p, scalars[i], points[i], ctx)) goto err; in ec_GF2m_simple_mul()
357 if (BN_is_negative(scalars[i])) in ec_GF2m_simple_mul()
Dec_lcl.h157 size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *);
287 size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *);
391 size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *);
Dec_lib.c1119 size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx) in EC_POINTs_mul() argument
1123 return ec_wNAF_mul(group, r, scalar, num, points, scalars, ctx); in EC_POINTs_mul()
1125 return group->meth->mul(group, r, scalar, num, points, scalars, ctx); in EC_POINTs_mul()
1134 const BIGNUM *scalars[1]; in EC_POINT_mul() local
1137 scalars[0] = p_scalar; in EC_POINT_mul()
1139 …return EC_POINTs_mul(group, r, g_scalar, (point != NULL && p_scalar != NULL), points, scalars, ctx… in EC_POINT_mul()
Dec_mult.c347 size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx) in ec_wNAF_mul() argument
464 bits = i < num ? BN_num_bits(scalars[i]) : BN_num_bits(scalar); in ec_wNAF_mul()
468 wNAF[i] = compute_wNAF((i < num ? scalars[i] : scalar), wsize[i], &wNAF_len[i]); in ec_wNAF_mul()
/external/llvm/test/CodeGen/X86/
Dvec_uint_to_fp.ll3 ; Test that we are not lowering uinttofp to scalars
/external/llvm/lib/Target/X86/
DREADME-UNIMPLEMENTED.txt13 4) bitcasts from vectors to scalars: PR2804
DREADME-SSE.txt520 'select' on vectors and scalars could be a whole lot better. We currently
/external/llvm/test/Transforms/InstCombine/
Dbitcast.ll3 ; Bitcasts between vectors and scalars are valid.
/external/llvm/lib/Target/ARM/
DARMRegisterInfo.td250 // Subset of SPR which can be used as a source of NEON scalars for 16-bit
272 // Subset of DPR which can be used as a source of NEON scalars for 16-bit
/external/clang/docs/
DBlock-ABI-Apple.txt187 In summary, scalars, structures, unions, and function pointers are generally imported as const copi…
/external/sqlite/dist/
Dsqlite3.c122839 } scalars[] = {
122861 for(i=0; rc==SQLITE_OK && i<(sizeof(scalars)/sizeof(struct IcuScalar)); i++){
122862 struct IcuScalar *p = &scalars[i];
Dsqlite3.c.orig122808 } scalars[] = {
122830 for(i=0; rc==SQLITE_OK && i<(sizeof(scalars)/sizeof(struct IcuScalar)); i++){
122831 struct IcuScalar *p = &scalars[i];