Lines Matching refs:Pre
69 information for Pre-Shared Keys (PSK), Public Key Infrastructure (PKI) or
117 PSK. Initially, the Client has to provide an Identity and a Pre-Shared Key.
119 Libcoap will put the Identity and Pre-Shared Key as appropriate into the TLS
136 * The appropriate Identity and Pre-Shared Key to use can then be returned.
198 to decide what Identity and Pre-Shared Key should be used for this session.
204 Pre-Shared Key should be used.
209 Identity / Pre-Shared Key to use.
216 SNI extension, whether, for example, a different Hint and/or Pre-Shared Key is
226 coap_bin_const_t key; /* The Pre-Shared Key */
232 *key* defines the Pre-Shared Key to use
239 and Pre-SHared Key. Initially, the Server has to provided with an (optional)
240 Identity Hint and a (required) Pre-Shared Key.
242 Libcoap will put the Hint and Pre-Shared Key as appropriate into the TLS
258 * The appropriate Pre-Shared Key to use can then be returned.
304 * needs to use the appropriate Pre-Shared Key for the (D)TLS session.
311 * @return New coap_bin_const_t Pre-Shared Key object or @c NULL on error.
321 and so if the Pre-Shared Key is changed in validate_sni_call_back(),
322 validate_id_call_back() needs to be sure that the appropriate Pre-Shared Key
328 The Callback returns the new coap_bin_const_t Pre-Shared Key on success,
336 An example would be a set of Identities that map into new Pre-Shared Keys
363 to decide whether the SNI is valid, and hence what new Hint and Pre-Shared Key
368 Pre-Shared Key to use for this SNI, or NULL if the connection is to get
370 Pre-Shared Key set and will only invoke this callback if the SNI is unknown.
377 Hint + Pre-Shared Key sets.
384 coap_bin_const_t key; /* The Pre-Shared Key to use */
390 *key* defines the Pre-Shared Key to use
1025 * PSK Identity Pre-Shared Key selection Callback function