Lines Matching defs:identity
1435 coap_proto_t proto, const char *identity,
1442 if (identity) {
1443 setup_data.psk_info.identity.s = (const uint8_t *)identity;
1444 setup_data.psk_info.identity.length = strlen(identity);
1469 if (setup_data->psk_info.identity.s) {
1471 coap_new_bin_const(setup_data->psk_info.identity.s,
1472 setup_data->psk_info.identity.length);
1526 coap_log_err("No memory to store identity hint (PSK)\n");
1572 /* We may be refreshing the identity with the same identity */
1583 coap_log_err("No memory to store pre-shared key identity (PSK)\n");
1612 psk_identity = &session->cpsk_setup_data.psk_info.identity;