LibreOffice Module onlineupdate (master) 1
Functions | Variables
nss_secutil.c File Reference
#include "nss_secutil.h"
#include "prprf.h"
#include <unistd.h>
Include dependency graph for nss_secutil.c:

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 []
 

Function Documentation

◆ GetPasswordString()

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().

◆ SECU_FilePasswd()

char * SECU_FilePasswd ( PK11SlotInfo *  slot,
PRBool  retry,
void *  arg 
)

Definition at line 107 of file nss_secutil.c.

References i, and NULL.

Referenced by SECU_GetModulePassword().

◆ SECU_GetModulePassword()

char * SECU_GetModulePassword ( PK11SlotInfo *  slot,
PRBool  retry,
void *  arg 
)

Variable Documentation

◆ consoleName

char consoleName[]
static
Initial value:
= {
"/dev/tty"
}

Definition at line 17 of file nss_secutil.c.

Referenced by GetPasswordString().