Searched defs:dpp_configurator (Results 1 – 2 of 2) sorted by relevance
363 struct dpp_configurator { struct364 struct dl_list list;365 unsigned int id;366 int own;367 struct crypto_ec_key *csign;368 u8 kid_hash[SHA256_MAC_LEN];369 char *kid;370 const struct dpp_curve_params *curve;371 char *connector; /* own Connector for reconfiguration */372 struct crypto_ec_key *connector_key;[all …]
249 struct dpp_configurator { struct250 struct dl_list list;251 unsigned int id;252 int own;253 EVP_PKEY *csign;254 char *kid;255 const struct dpp_curve_params *curve;