Searched refs:auth_info_message (Results 1 – 3 of 3) sorted by relevance
26 struct auth_info_message { struct41 typedef struct auth_info_message add_request_data; argument42 typedef struct auth_info_message add_response_data;44 typedef struct auth_info_message exchange_request_data;45 typedef struct auth_info_message exchange_response_data;47 typedef struct auth_info_message remove_request_data;48 typedef struct auth_info_message remove_response_data;63 struct auth_info_message *malloc_auth_info_msg(uint32_t size);64 void free_auth_info_msg(struct auth_info_message *data);
30 struct auth_info_message { struct45 typedef struct auth_info_message add_request_data; argument46 typedef struct auth_info_message add_response_data;48 typedef struct auth_info_message exchange_request_data;49 typedef struct auth_info_message exchange_response_data;51 typedef struct auth_info_message remove_request_data;52 typedef struct auth_info_message remove_response_data;67 struct auth_info_message *malloc_auth_info_msg(uint32_t size);68 void free_auth_info_msg(struct auth_info_message *data);
122 struct auth_info_message *malloc_auth_info_msg(uint32_t size) in malloc_auth_info_msg()124 …struct auth_info_message *data = (struct auth_info_message *)MALLOC(sizeof(struct auth_info_messag… in malloc_auth_info_msg()142 void free_auth_info_msg(struct auth_info_message *data) in free_auth_info_msg()