Home | History | Annotate | Download | only in apps

Lines Matching refs:SIZE

73 int set_hex(char *in,unsigned char *out,int size);
74 #undef SIZE
78 #define SIZE (512)
312 BIO_printf(bio_err,"%-14s buffer size\n","-bufsize <n>");
374 strbuf=OPENSSL_malloc(SIZE);
430 i=EVP_read_pw_string((char *)strbuf,SIZE,buf,enc);
559 OPENSSL_cleanse(str,SIZE);
689 int set_hex(char *in, unsigned char *out, int size)
695 if (n > (size*2))
700 memset(out,0,size);