Searched defs:peerform (Results 1 - 1 of 1) sorted by relevance

/external/openssl/apps/
H A Dpkeyutl.c79 static int setup_peer(BIO *err, EVP_PKEY_CTX *ctx, int peerform,
94 int keyform = FORMAT_PEM, peerform = FORMAT_PEM; local
156 else if (!setup_peer(bio_err, ctx, peerform, *(++argv)))
164 else if (strcmp(*argv,"-peerform") == 0)
167 else peerform=str2fmt(*(++argv));
513 static int setup_peer(BIO *err, EVP_PKEY_CTX *ctx, int peerform, argument
524 peer = load_pubkey(bio_err, file, peerform, 0, NULL, NULL, "Peer Key");

Completed in 269 milliseconds