Home | History | Annotate | Download | only in racoon

Lines Matching refs:RSA

34 /* This file contains a generator for FreeS/WAN-style ipsec.secrets RSA keys. */
53 #include <openssl/rsa.h>
69 fprintf(stderr, "Plain RSA key generator, part of %s\n", TOP_PACKAGE_STRING);
74 fprintf(stderr, " -b bits Generate <bits> long RSA key (default=1024)\n");
88 mix_b64_pubkey(const RSA *key)
122 print_rsa_key(FILE *fp, const RSA *key)
133 fprintf(fp, ": RSA\t{\n");
134 fprintf(fp, "\t# RSA %d bits\n", BN_num_bits(key->n));
151 print_public_rsa_key(FILE *fp, const RSA *key)
171 RSA *key = NULL;
206 RSA *key;