Searched refs:crypto_ec_get_group_from_key (Results 1 – 3 of 3) sorted by relevance
612 struct crypto_ec_group *crypto_ec_get_group_from_key(struct crypto_key *key) in crypto_ec_get_group_from_key() function861 …pi_size((mbedtls_mpi *)crypto_ec_get_prime((struct crypto_ec *)crypto_ec_get_group_from_key(key))); in crypto_debug_print_ec_key()864 …crypto_ec_point_to_bin((struct crypto_ec *)crypto_ec_get_group_from_key(key), crypto_ec_get_public… in crypto_debug_print_ec_key()
949 struct crypto_ec_group *crypto_ec_get_group_from_key(struct crypto_key *key);
223 group = crypto_ec_get_group_from_key(group_key); in dpp_set_pubkey_point()575 group = crypto_ec_get_group_from_key(pkey); in dpp_parse_uri_pk()708 group = crypto_ec_get_group_from_key(pkey); in dpp_set_keypair()2064 group = crypto_ec_get_group_from_key(auth->peer_bi->pubkey); in dpp_auth_derive_l_responder()2113 group = crypto_ec_get_group_from_key(auth->own_bi->pubkey); in dpp_auth_derive_l_initiator()5005 group = crypto_ec_get_group_from_key(csign_pub); in dpp_process_signed_connector()