Lines Matching refs:own_protocol_key
900 pix = crypto_ec_key_get_pubkey_point(auth->own_protocol_key, 0); in dpp_gen_r_auth()
912 prx = crypto_ec_key_get_pubkey_point(auth->own_protocol_key, 0); in dpp_gen_r_auth()
983 pix = crypto_ec_key_get_pubkey_point(auth->own_protocol_key, 0); in dpp_gen_i_auth()
997 prx = crypto_ec_key_get_pubkey_point(auth->own_protocol_key, 0); in dpp_gen_i_auth()
1073 pR = crypto_ec_key_get_private_key(auth->own_protocol_key); in dpp_auth_derive_l_responder()
1717 auth->own_protocol_key = dpp_gen_keypair(curve); in dpp_reconfig_derive_ke_responder()
1718 if (!auth->own_protocol_key) in dpp_reconfig_derive_ke_responder()
1737 pR = crypto_ec_key_get_private_key(auth->own_protocol_key); in dpp_reconfig_derive_ke_responder()
2097 key = auth->own_protocol_key; in dpp_build_csr()
2421 if (dpp_ecdh(auth->own_protocol_key, auth->peer_protocol_key, in dpp_derive_auth_i()
2450 pcx = crypto_ec_key_get_pubkey_point(auth->own_protocol_key, 0); in dpp_derive_auth_i()
2456 pex = crypto_ec_key_get_pubkey_point(auth->own_protocol_key, 0); in dpp_derive_auth_i()