Lines Matching refs:crypto_ec_key
51 struct crypto_ec_key *key, const char *kid,
53 struct crypto_ec_key * dpp_parse_jwk(struct json_token *jwk,
79 struct crypto_ec_key *csign_pub,
90 struct crypto_ec_key * dpp_set_pubkey_point(struct crypto_ec_key *group_key,
97 int dpp_ecdh(struct crypto_ec_key *own, struct crypto_ec_key *peer,
99 void dpp_debug_print_key(const char *title, struct crypto_ec_key *key);
108 struct crypto_ec_key * dpp_gen_keypair(const struct dpp_curve_params *curve);
118 struct crypto_ec_key *own_key,
119 struct crypto_ec_key *peer_key, u8 *pmkid);
142 struct crypto_ec_point * dpp_decrypt_e_id(struct crypto_ec_key *ppkey,
143 struct crypto_ec_key *a_nonce,
144 struct crypto_ec_key *e_prime_id);
154 struct crypto_ec_key *csign;
155 struct crypto_ec_key *a_nonce; /* A-NONCE */
156 struct crypto_ec_key *e_prime_id; /* E'-id */
157 struct crypto_ec_key *pp_key;