Searched defs:recipient_context (Results 1 – 1 of 1) sorted by relevance
70 struct recipient_context { struct71 struct byte_array recipient_id;72 struct byte_array recipient_key;73 uint8_t recipient_key_buf[RECIPIENT_KEY_LEN_];74 uint8_t recipient_id_buf[RECIPIENT_ID_BUFF_LEN];75 struct server_replay_window_t replay_window;99 struct recipient_context rc; argument