Home | History | Annotate | Download | only in apps

Lines Matching refs:PWD_STRLEN

490 #define PWD_STRLEN 1024
495 char *pass = (char *)OPENSSL_malloc(PWD_STRLEN+1);
501 if ((l = password_callback(pass, PWD_STRLEN, 0, &cb_tmp))<0)