|
LibreOffice Module onlineupdate (master) 1
|
Go to the source code of this file.
Functions | |
| char * | GetPasswordString (void *arg, char *prompt) |
| char * | SECU_FilePasswd (PK11SlotInfo *slot, PRBool retry, void *arg) |
| char * | SECU_GetModulePassword (PK11SlotInfo *slot, PRBool retry, void *arg) |
Variables | |
| static char | consoleName [] |
| char * GetPasswordString | ( | void * | arg, |
| char * | prompt | ||
| ) |
Definition at line 63 of file nss_secutil.c.
References consoleName, FILE, NULL, and QUIET_FGETS.
Referenced by SECU_GetModulePassword().
| char * SECU_FilePasswd | ( | PK11SlotInfo * | slot, |
| PRBool | retry, | ||
| void * | arg | ||
| ) |
Definition at line 107 of file nss_secutil.c.
Referenced by SECU_GetModulePassword().
| char * SECU_GetModulePassword | ( | PK11SlotInfo * | slot, |
| PRBool | retry, | ||
| void * | arg | ||
| ) |
Definition at line 187 of file nss_secutil.c.
References secuPWData::data, GetPasswordString(), NULL, SECU_FilePasswd(), secuPWData::source, and sprintf().
Referenced by mar_repackage_and_sign().
|
static |
Definition at line 17 of file nss_secutil.c.
Referenced by GetPasswordString().