Lines Matching defs:identity
96 char *identity,
100 static unsigned int psk_server_callback(SSL *ssl, const char *identity,
1602 BIO_printf(bio_err, "setting PSK identity hint to s_ctx\n");
1605 BIO_printf(bio_err, "error setting PSK identity hint to s_ctx\n");
2964 char *identity,
2972 ret = BIO_snprintf(identity, max_identity_len, "Client_identity");
2976 fprintf(stderr, "client: created identity '%s' len=%d\n", identity,
2986 static unsigned int psk_server_callback(SSL *ssl, const char *identity,
2992 if (strcmp(identity, "Client_identity") != 0) {
2993 BIO_printf(bio_err, "server: PSK error: client identity not found\n");