File modules/pa/gpg.c


Included Files


External Variables

sd1
extern int sd1[2]

Global Function GetFingerPrint()

void GetFingerPrint ( struct ImportKeyObject* iKO )
Calls: close(), exit(), fdopen(), fgets(), fprintf(), printf(), spawn_job(), sprintf(), sscanf(), strcpy(), strerror(), strlen(), strstr(), waitpid()
Called by: PA_ImportKey()modules/pa/gpg.c
References Variables: sd1

Global Function GetKeyID()

void GetKeyID ( struct ImportKeyObject* iKO )
Calls: close(), exit(), fdopen(), fgets(), fprintf(), nfslock(), nfsunlock(), printf(), spawn_job(), sscanf(), strcpy(), strerror(), strrchr(), strstr(), waitpid()
Called by: PA_RemoveKey()modules/pa/gpg.c
References Variables: sd1

Global Function PA_Decrypt()

void PA_Decrypt ( struct ReadCryptedObject* rDO )
Prototyped in: modules/pa/gpg.h
Calls: close(), exit(), fgets(), fprintf(), printf(), spawn_job(), strcat(), strcpy(), strerror(), waitpid()
References Variables: sd1

Global Function PA_ImportKey()

void PA_ImportKey ( struct ImportKeyObject* iKO )
Prototyped in: modules/pa/gpg.h
Calls: GetFingerPrint()modules/pa/gpg.c
  close(), exit(), fdopen(), fgets(), fprintf(), nfslock(), nfsunlock(), printf(), spawn_job(), sscanf(), strcpy(), strerror(), strrchr(), strstr(), waitpid()
References Variables: sd1

Global Function PA_RemoveKey()

void PA_RemoveKey ( struct ImportKeyObject* iKO )
Prototyped in: modules/pa/gpg.h
Calls: GetKeyID()modules/pa/gpg.c
  close(), exit(), fdopen(), fgets(), fprintf(), nfslock(), nfsunlock(), printf(), spawn_job(), sprintf(), strcpy(), strerror(), strrchr(), strstr(), waitpid()
References Variables: sd1

Global Function PA_VerifySignature()

void PA_VerifySignature ( struct VerifySignObject* vSO )
Prototyped in: modules/pa/gpg.h
Calls: ParseInputFile()modules/pa/gpg.c
  VerifySignature()modules/pa/gpg.c

Global Function ParseInputFile()

void ParseInputFile ( struct VerifySignObject* vSO )
Calls: fclose(), fgets(), fopen(), fputs(), getpid(), malloc(), sprintf(), strcmp(), strcpy(), strstr()
Called by: PA_VerifySignature()modules/pa/gpg.c

Global Function VerifySignature()

void VerifySignature ( struct VerifySignObject* vSO )
Calls: close(), exit(), fgets(), fprintf(), gethostid(), getpid(), labs(), printf(), spawn_job(), sprintf(), sscanf(), strcmp(), strcpy(), strerror(), strstr(), unlink(), waitpid()
Called by: PA_VerifySignature()modules/pa/gpg.c
References Variables: sd1