Home
last modified time | relevance | path

Searched refs:crypto_bignum_init (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/wpa/src/common/
H A Ddragonfly.c63 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()
H A Dsae.c470 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 …]
H A Ddpp_crypto.c1074 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()
/freebsd/contrib/wpa/src/eap_server/
H A Deap_server_pwd.c253 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()
/freebsd/contrib/wpa/src/eap_peer/
H A Deap_pwd.c575 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()
/freebsd/contrib/wpa/src/crypto/
H A Dcrypto.h520 struct crypto_bignum * crypto_bignum_init(void);
H A Dcrypto_wolfssl.c1305 struct crypto_bignum * crypto_bignum_init(void) in crypto_bignum_init() function
1329 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()
H A Dcrypto_openssl.c1898 struct crypto_bignum * crypto_bignum_init(void) in crypto_bignum_init() function