Lines Matching refs:SIZE
72 int set_hex(char *in,unsigned char *out,int size);
73 #undef SIZE
77 #define SIZE (512)
296 BIO_printf(bio_err,"%-14s buffer size\n","-bufsize <n>");
360 strbuf=OPENSSL_malloc(SIZE);
416 i=EVP_read_pw_string((char *)strbuf,SIZE,buf,enc);
532 OPENSSL_cleanse(str,SIZE);
664 int set_hex(char *in, unsigned char *out, int size)
670 if (n > (size*2))
675 memset(out,0,size);