Searched refs:readstring (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/heimdal/admin/ |
H A D | add.c | 39 readstring(const char *prompt, char *buf, size_t len) in readstring() function 62 if(readstring("Principal: ", buf, sizeof(buf)) == NULL) in kt_add() 72 if(readstring("Encryption type: ", buf, sizeof(buf)) == NULL) { in kt_add() 89 if(readstring("Key version: ", buf, sizeof(buf)) == NULL) { in kt_add()
|
/freebsd/crypto/krb5/src/windows/leashdll/ |
H A D | lsh_pwd.c | 986 readstring(FILE * file, char * buf, int len) in readstring() function
|