Home | History | Annotate | Download | only in apps

Lines Matching defs:strbuf

108 	char *strbuf=NULL;
388 strbuf=OPENSSL_malloc(SIZE);
390 if ((buff == NULL) || (strbuf == NULL))
445 strbuf[0]='\0';
446 i=EVP_read_pw_string((char *)strbuf,SIZE,buf,enc);
449 if (strbuf[0] == '\0')
454 str=strbuf;
576 if (str == strbuf)
698 if (strbuf != NULL) OPENSSL_free(strbuf);