Searched refs:ext_password_data (Results 1 – 2 of 2) sorted by relevance
12 struct ext_password_data;16 struct ext_password_data * ext_password_init(const char *backend,18 void ext_password_deinit(struct ext_password_data *data);20 struct wpabuf * ext_password_get(struct ext_password_data *data,
27 struct ext_password_data { struct33 struct ext_password_data * ext_password_init(const char *backend, in ext_password_init() argument36 struct ext_password_data *data; in ext_password_init()39 data = (struct ext_password_data *)os_zalloc(sizeof(*data)); in ext_password_init()65 void ext_password_deinit(struct ext_password_data *data) in ext_password_deinit()73 struct wpabuf * ext_password_get(struct ext_password_data *data, in ext_password_get()