OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UI_UTIL_read_pw
(Results
1 - 5
of
5
) sorted by null
/external/openssl/crypto/ui/
ui_compat.c
66
return
UI_UTIL_read_pw
(buf, buff, size, prompt, verify);
ui_util.c
64
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)
ui.h
346
int
UI_UTIL_read_pw
(char *buf,char *buff,int size,const char *prompt,int verify);
/external/openssl/crypto/des/
read2pwd.c
122
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)
/external/openssl/include/openssl/
ui.h
346
int
UI_UTIL_read_pw
(char *buf,char *buff,int size,const char *prompt,int verify);
Completed in 1862 milliseconds