Lines Matching refs:keyform
76 char *keyfile, int keyform, int key_type,
94 int keyform = FORMAT_PEM, peerform = FORMAT_PEM;
141 *(++argv), keyform, key_type,
169 else if (strcmp(*argv,"-keyform") == 0)
172 else keyform=str2fmt(*(++argv));
395 BIO_printf(bio_err, "-keyform arg private key format - default PEM\n");
414 char *keyfile, int keyform, int key_type,
437 pkey = load_key(bio_err, keyfile, keyform, 0,
442 pkey = load_pubkey(bio_err, keyfile, keyform, 0,
447 x = load_cert(bio_err, keyfile, keyform,