Lines Matching refs:str
255 static int ebcdic_puts(BIO *bp, const char *str);
401 static int ebcdic_puts(BIO *bp, const char *str)
405 return ebcdic_write(bp, str, strlen(str));
2655 static const char str[] = "Lets print some clear text\n";
2656 BIO_write(SSL_get_wbio(con), str, sizeof(str) -1);
2945 const char *str;
2970 str = SSL_CIPHER_get_name(SSL_get_current_cipher(con));
2977 BIO_printf(bio_s_out, "CIPHER is %s\n", (str != NULL) ? str : "(NONE)");