Searched refs:crypto_bignum_init (Results 1 – 8 of 8) sorted by relevance
63 tmp = crypto_bignum_init(); in dragonfly_get_random_qr_qnr()95 tmp = crypto_bignum_init(); in dragonfly_get_rand_1_to_p_1()96 pm1 = crypto_bignum_init(); in dragonfly_get_rand_1_to_p_1()139 num = crypto_bignum_init(); in dragonfly_is_quadratic_residue_blind()235 tmp = crypto_bignum_init(); in dragonfly_sqrt()
470 pwe = crypto_bignum_init(); in sae_derive_pwe_ffc()650 u2 = crypto_bignum_init(); in sswu()651 t1 = crypto_bignum_init(); in sswu()652 t2 = crypto_bignum_init(); in sswu()654 t = crypto_bignum_init(); in sswu()659 x1a = crypto_bignum_init(); in sswu()660 x1b = crypto_bignum_init(); in sswu()661 x2 = crypto_bignum_init(); in sswu()662 gx1 = crypto_bignum_init(); in sswu()663 gx2 = crypto_bignum_init(); in sswu()[all …]
1074 sum = crypto_bignum_init(); in dpp_auth_derive_l_responder()1076 lx = crypto_bignum_init(); in dpp_auth_derive_l_responder()1118 lx = crypto_bignum_init(); in dpp_auth_derive_l_initiator()1733 sum = crypto_bignum_init(); in dpp_reconfig_derive_ke_responder()2253 bn = crypto_bignum_init(); in dpp_gen_reconfig_id()2297 bn = crypto_bignum_init(); in dpp_update_reconfig_id()
253 data->private_value = crypto_bignum_init(); in eap_pwd_build_commit_req()255 data->my_scalar = crypto_bignum_init(); in eap_pwd_build_commit_req()256 mask = crypto_bignum_init(); in eap_pwd_build_commit_req()681 data->k = crypto_bignum_init(); in eap_pwd_process_commit_resp()
575 data->private_value = crypto_bignum_init(); in eap_pwd_perform_commit_exchange()577 data->my_scalar = crypto_bignum_init(); in eap_pwd_perform_commit_exchange()578 mask = crypto_bignum_init(); in eap_pwd_perform_commit_exchange()603 data->k = crypto_bignum_init(); in eap_pwd_perform_commit_exchange()
520 struct crypto_bignum * crypto_bignum_init(void);
1305 struct crypto_bignum * crypto_bignum_init(void) in crypto_bignum_init() function1329 a = (mp_int *) crypto_bignum_init(); in crypto_bignum_init_set()1349 a = (mp_int *) crypto_bignum_init(); in crypto_bignum_init_uint()2040 y2 = (mp_int *) crypto_bignum_init(); in crypto_ec_point_compute_y_sqr()
1898 struct crypto_bignum * crypto_bignum_init(void) in crypto_bignum_init() function