Lines Matching defs:identity
631 * identity) in bytes. */
768 dtls_cpsk.psk_info.identity.s = user;
769 dtls_cpsk.psk_info.identity.length = user_length;
1948 /* Test for identity match to change key */
1968 verify_id_callback(coap_bin_const_t *identity,
1976 coap_log_info("Identity '%.*s' requested, current hint '%.*s'\n", (int)identity->length,
1977 identity->s,
1988 /* Test for identity match to change key */
1989 if (coap_binary_equal(identity, valid_ids.id_list[i].identity_match)) {
2236 "\t-u user\t\tUser identity for pre-shared key mode (only used if\n"