Givaro
Data Structures | Functions
givaro-ssh-keygen.C File Reference
#include <iostream>
#include <fstream>
#include <sys/stat.h>
#include <openssl/rsa.h>
#include <openssl/pem.h>
#include "openssh/digest.h"
#include "openssh/key.h"
#include <givaro/givintrsa.h>
#include <givaro/givtimer.h>
+ Include dependency graph for givaro-ssh-keygen.C:

Data Structures

struct  Givaro_keygen< RandIter >
 

Functions

BIGNUM * Integer2BN (BIGNUM *n, const Integer &a)
 
int mymain (FILE *fileout, FILE *filepub, long s, unsigned long seed)
 
unsigned long seedfromfile (char *filename)
 
void usage ()
 
int main (int argc, char **argv)
 

Function Documentation

◆ Integer2BN()

BIGNUM* Integer2BN ( BIGNUM *  n,
const Integer a 
)

◆ mymain()

int mymain ( FILE *  fileout,
FILE *  filepub,
long  s,
unsigned long  seed 
)

◆ seedfromfile()

unsigned long seedfromfile ( char *  filename)

◆ usage()

void usage ( )

◆ main()

int main ( int  argc,
char **  argv 
)