Searched refs:UI_UTIL_read_pw (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/ui/
H A Dui_compat.c66 return UI_UTIL_read_pw(buf, buff, size, prompt, verify);
H A Dui_util.c64 ret=UI_UTIL_read_pw(buf,buff,(length>BUFSIZ)?BUFSIZ:length,prompt,verify);
69 int UI_UTIL_read_pw(char *buf,char *buff,int size,const char *prompt,int verify) function
H A Dui.h350 int UI_UTIL_read_pw(char *buf,char *buff,int size,const char *prompt,int verify);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/ui/
H A Dui_compat.c66 return UI_UTIL_read_pw(buf, buff, size, prompt, verify);
H A Dui_util.c64 ret=UI_UTIL_read_pw(buf,buff,(length>BUFSIZ)?BUFSIZ:length,prompt,verify);
69 int UI_UTIL_read_pw(char *buf,char *buff,int size,const char *prompt,int verify) function
H A Dui.h344 int UI_UTIL_read_pw(char *buf,char *buff,int size,const char *prompt,int verify);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/des/
H A Dread2pwd.c121 if ((ok=UI_UTIL_read_pw(buf,buff,BUFSIZ,prompt,verify)) == 0)
134 if ((ok=UI_UTIL_read_pw(buf,buff,BUFSIZ,prompt,verify)) == 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Dread2pwd.c122 if ((ok=UI_UTIL_read_pw(buf,buff,BUFSIZ,prompt,verify)) == 0)
135 if ((ok=UI_UTIL_read_pw(buf,buff,BUFSIZ,prompt,verify)) == 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/include/openssl/
H A Dui.h350 int UI_UTIL_read_pw(char *buf,char *buff,int size,const char *prompt,int verify);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dui.h344 int UI_UTIL_read_pw(char *buf,char *buff,int size,const char *prompt,int verify);

Completed in 67 milliseconds