Lines Matching defs:identity
92 /* Default PSK identity and key */
96 static unsigned int psk_client_cb(SSL *ssl, const char *hint, char *identity,
111 "NULL received PSK identity hint, continuing anyway\n");
113 BIO_printf(bio_c_out, "Received PSK identity hint '%s'\n", hint);
117 * lookup PSK identity and PSK key based on the given identity hint here
119 ret = BIO_snprintf(identity, max_identity_len, "%s", psk_identity);
123 BIO_printf(bio_c_out, "created identity '%s' len=%d\n", identity,
546 {"psk_identity", OPT_PSK_IDENTITY, 's', "PSK identity"},