Home
last modified time | relevance | path

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

/dflybsd-src/crypto/libressl/crypto/ec/
H A Dec2_mult.c264 const BIGNUM *scalar, const EC_POINT *point, BN_CTX *ctx) in ec_GF2m_montgomery_point_multiply()
375 ec_GF2m_simple_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, in ec_GF2m_simple_mul()
H A Dec_mult.c195 compute_wNAF(const BIGNUM * scalar, int w, size_t * ret_len) in compute_wNAF()
335 ec_wNAF_mul(const EC_GROUP * group, EC_POINT * r, const BIGNUM * scalar, in ec_wNAF_mul()
H A Decp_smpl.c1513 ec_GFp_simple_mul_ct(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, in ec_GFp_simple_mul_ct()
1707 const BIGNUM *scalar, BN_CTX *ctx) in ec_GFp_simple_mul_generator_ct()
1714 const BIGNUM *scalar, const EC_POINT *point, BN_CTX *ctx) in ec_GFp_simple_mul_single_ct()
H A Dec_lib.c1183 EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, in EC_POINTs_mul()
/dflybsd-src/contrib/wpa_supplicant/src/eap_common/
H A Deap_pwd_common.c422 struct crypto_bignum *scalar; in eap_pwd_get_scalar() local
445 struct crypto_bignum *scalar) in eap_pwd_get_rand_mask()
/dflybsd-src/contrib/wpa_supplicant/src/common/
H A Ddragonfly.c194 struct crypto_bignum *scalar) in dragonfly_generate_scalar()
/dflybsd-src/contrib/wpa_supplicant/src/eap_peer/
H A Deap_pwd.c361 u8 *scalar, *element; in eap_pwd_perform_commit_exchange() local
/dflybsd-src/contrib/wpa_supplicant/src/eap_server/
H A Deap_server_pwd.c239 u8 *scalar, *element; in eap_pwd_build_commit_req() local
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dipa-prop.c3062 ipa_find_agg_cst_from_init (tree scalar, HOST_WIDE_INT offset, bool by_ref) in ipa_find_agg_cst_from_init()
3088 ipa_find_agg_cst_for_param (struct ipa_agg_jump_function *agg, tree scalar, in ipa_find_agg_cst_for_param()
3216 tree scalar = ipa_value_from_jfunc (new_root_info, jfunc, target_type); in try_make_edge_direct_simple_call() local
3298 tree scalar = (jfunc->type == IPA_JF_CONST) ? ipa_get_jf_constant (jfunc) in try_make_edge_direct_virtual_call() local
H A Dtree-scalar-evolution.c518 set_scalar_evolution (basic_block instantiated_below, tree scalar, tree chrec) in set_scalar_evolution()
551 get_scalar_evolution (basic_block instantiated_below, tree scalar) in get_scalar_evolution()
H A Dtree.c2209 tree scalar = build_one_cst (TREE_TYPE (type)); in build_each_one_cst() local
2239 tree scalar = build_one_cst (TREE_TYPE (type)); in build_one_cst() local
2262 tree scalar = build_all_ones_cst (TREE_TYPE (type)); in build_all_ones_cst() local
2294 tree scalar = build_minus_one_cst (TREE_TYPE (type)); in build_minus_one_cst() local
2331 tree scalar = build_zero_cst (TREE_TYPE (type)); in build_zero_cst() local
H A Dtree-sra.c2436 bool scalar = is_gimple_reg_type (root->type); in analyze_access_subtree() local
H A Dtree-vect-loop.c5547 tree scalar = make_ssa_name (TREE_TYPE (vectype)); in vect_create_epilog_for_reduction() local
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-scalar-evolution.c505 set_scalar_evolution (basic_block instantiated_below, tree scalar, tree chrec) in set_scalar_evolution()
538 get_scalar_evolution (basic_block instantiated_below, tree scalar) in get_scalar_evolution()
H A Dtree.c1594 tree scalar = build_one_cst (TREE_TYPE (type)); in build_one_cst() local
1631 tree scalar = build_zero_cst (TREE_TYPE (type)); in build_zero_cst() local
H A Dtree-sra.c2140 bool scalar = is_gimple_reg_type (root->type); in analyze_access_subtree() local
/dflybsd-src/contrib/gdb-7/gdb/
H A Dopencl-lang.c703 int scalar; in opencl_value_cast() local
H A Dvalops.c359 int scalar; in value_cast() local
/dflybsd-src/crypto/libressl/crypto/curve25519/
H A Dcurve25519.c3575 void x25519_ge_scalarmult(ge_p2 *r, const uint8_t *scalar, const ge_p3 *A) { in x25519_ge_scalarmult()