Lines Matching full:relevant
73 * Initialise extension before parsing. Always called for relevant contexts
106 * extension is relevant to the given context) even if we did not see the
111 * called during message construction if the extension is relevant for the
118 * messages the extension is relevant to. These flags also specify whether the
119 * extension is relevant to a particular protocol or protocol version.
179 * EncryptedExtensions message, but none of the relevant
508 * the extension is relevant for the current context |thisctx| or not. Returns
509 * 1 if the extension is relevant for this context, and 0 otherwise
658 * Initialise all known extensions relevant to this context, in tls_collect_extensions()
687 * Certificate message, then we also provide the parser with the relevant
761 * Finalise all known extensions relevant to this context, in tls_parse_all_extensions()
780 /* Skip if not relevant for our context */ in should_add_extension()
795 * Construct all the extensions relevant to the current |context| and write
846 /* Skip if not relevant for our context */ in tls_construct_extensions()