/external/openssl/crypto/ec/ |
D | ectest.c | 653 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 …]
|
D | ec2_mult.c | 316 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()
|
D | ec_lcl.h | 157 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 *);
|
D | ec_lib.c | 1119 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()
|
D | ec_mult.c | 347 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/ |
D | vec_uint_to_fp.ll | 3 ; Test that we are not lowering uinttofp to scalars
|
/external/llvm/lib/Target/X86/ |
D | README-UNIMPLEMENTED.txt | 13 4) bitcasts from vectors to scalars: PR2804
|
D | README-SSE.txt | 520 'select' on vectors and scalars could be a whole lot better. We currently
|
/external/llvm/test/Transforms/InstCombine/ |
D | bitcast.ll | 3 ; Bitcasts between vectors and scalars are valid.
|
/external/llvm/lib/Target/ARM/ |
D | ARMRegisterInfo.td | 250 // 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/ |
D | Block-ABI-Apple.txt | 187 In summary, scalars, structures, unions, and function pointers are generally imported as const copi…
|
/external/sqlite/dist/ |
D | sqlite3.c | 122839 } scalars[] = { 122861 for(i=0; rc==SQLITE_OK && i<(sizeof(scalars)/sizeof(struct IcuScalar)); i++){ 122862 struct IcuScalar *p = &scalars[i];
|
D | sqlite3.c.orig | 122808 } scalars[] = { 122830 for(i=0; rc==SQLITE_OK && i<(sizeof(scalars)/sizeof(struct IcuScalar)); i++){ 122831 struct IcuScalar *p = &scalars[i];
|