Searched defs:peerform (Results 1 - 2 of 2) sorted by relevance
/external/chromium_org/third_party/openssl/openssl/apps/ |
H A D | pkeyutl.c | 79 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");
|
/external/openssl/apps/ |
H A D | pkeyutl.c | 79 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 166 milliseconds