ARC SDK
NSSGetPassword.h
1 #ifndef __ARC_NSSGETPASS_H__
2 #define __ARC_NSSGETPASS_H__
3 
4 #include <nss.h>
5 #include <p12.h>
6 
7 namespace AuthN {
8 
9  char* nss_get_password_from_console(PK11SlotInfo* slot, PRBool retry, void *arg);
10 }
11 
12 #endif /*__ARC_NSSGETPASS_H__*/
13