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

/barrelfish-master/lib/openssl-1.0.0d/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.h346 int UI_UTIL_read_pw(char *buf,char *buff,int size,const char *prompt,int verify);
/barrelfish-master/lib/openssl-1.0.0d/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)
/barrelfish-master/include/openssl/
H A Dui.h346 int UI_UTIL_read_pw(char *buf,char *buff,int size,const char *prompt,int verify);

Completed in 41 milliseconds