HomeSort by relevance Sort by last modified time
    Searched refs:pem (Results 76 - 100 of 108) sorted by null

1 2 34 5

  /external/openssl/apps/
crl.c 67 #include <openssl/pem.h>
78 " -inform arg - input format - default PEM (DER or PEM)\n",
79 " -outform arg - output format - default PEM\n",
dhparam.c 124 #include <openssl/pem.h>
135 /* -inform arg - input format - default PEM (DER or PEM)
136 * -outform arg - output format - default PEM
244 BIO_printf(bio_err," -inform arg input format - one of DER PEM\n");
245 BIO_printf(bio_err," -outform arg output format - one of DER PEM\n");
dsaparam.c 78 #include <openssl/pem.h>
83 /* -inform arg - input format - default PEM (DER or PEM)
84 * -outform arg - output format - default PEM
219 BIO_printf(bio_err," -inform arg input format - DER or PEM\n");
220 BIO_printf(bio_err," -outform arg output format - DER or PEM\n");
rsa.c 71 #include <openssl/pem.h>
77 /* -inform arg - input format - default PEM (one of DER, NET or PEM)
78 * -outform arg - output format - default PEM
81 * -des - encrypt output if PEM format with DES in cbc mode
82 * -des3 - encrypt output if PEM format
83 * -idea - encrypt output if PEM format
84 * -seed - encrypt output if PEM format
85 * -aes128 - encrypt output if PEM format
86 * -aes192 - encrypt output if PEM forma
    [all...]
dgst.c 68 #include <openssl/pem.h>
274 BIO_printf(bio_err,"-keyform arg key file format (PEM or ENGINE)\n");
ecparam.c 85 #include <openssl/pem.h>
90 /* -inform arg - input format - default PEM (DER or PEM)
91 * -outform arg - output format - default PEM
253 "default PEM (DER or PEM)\n");
255 "default PEM\n");
openssl.c 123 #include <openssl/pem.h>
pkeyutl.c 62 #include <openssl/pem.h>
395 BIO_printf(bio_err, "-keyform arg private key format - default PEM\n");
s_time.c 77 #include <openssl/pem.h>
96 /*#define TEST_CERT "client.pem" */ /* no default cert. */
177 -cert arg - certificate file to use, PEM format assumed\n\
178 -key arg - RSA file to use, PEM format assumed, key is in cert file\n\
180 -CApath arg - PEM format directory of CA's\n\
181 -CAfile arg - PEM format file of CA's\n\
enc.c 69 #include <openssl/pem.h>
smime.c 65 #include <openssl/pem.h>
432 BIO_printf (bio_err, "Usage smime [options] cert.pem ...\n");
453 BIO_printf (bio_err, " encrypt PEM output with cbc aes\n");
457 BIO_printf (bio_err, " encrypt PEM output with cbc camellia\n");
470 BIO_printf (bio_err, "-inform arg input format SMIME (default), PEM or DER\n");
472 BIO_printf (bio_err, "-keyform arg input private key format (PEM or ENGINE)\n");
474 BIO_printf (bio_err, "-outform arg output format SMIME (default), PEM or DER\n");
491 BIO_printf (bio_err, "cert.pem recipient certificate(s) for encryption\n");
cms.c 63 #include <openssl/pem.h>
583 BIO_printf (bio_err, "Usage cms [options] cert.pem ...\n");
604 BIO_printf (bio_err, " encrypt PEM output with cbc aes\n");
608 BIO_printf (bio_err, " encrypt PEM output with cbc camellia\n");
623 BIO_printf (bio_err, "-inform arg input format SMIME (default), PEM or DER\n");
625 BIO_printf (bio_err, "-keyform arg input private key format (PEM or ENGINE)\n");
627 BIO_printf (bio_err, "-outform arg output format SMIME (default), PEM or DER\n");
644 BIO_printf (bio_err, "cert.pem recipient certificate(s) for encryption\n");
    [all...]
pkcs12.c 68 #include <openssl/pem.h>
284 BIO_printf (bio_err, "-CApath arg - PEM format directory of CA's\n");
285 BIO_printf (bio_err, "-CAfile arg - PEM format file of CA's\n");
307 BIO_printf (bio_err, " encrypt PEM output with cbc aes\n");
311 BIO_printf (bio_err, " encrypt PEM output with cbc camellia\n");
x509.c 75 #include <openssl/pem.h>
92 " -inform arg - input format - default PEM (one of DER, NET or PEM)\n",
93 " -outform arg - output format - default PEM (one of DER, NET or PEM)\n",
94 " -keyform arg - private key format - default PEM\n",
95 " -CAform arg - CA format - default PEM\n",
96 " -CAkeyform arg - CA key format - default PEM\n",
136 " -CA arg - set the CA certificate, must be PEM format.\n",
137 " -CAkey arg - set the CA key, must be PEM format\n"
    [all...]
req.c 81 #include <openssl/pem.h>
108 /* -inform arg - input format - default PEM (DER or PEM)
109 * -outform arg - output format - default PEM
398 BIO_printf(bio_err," -inform arg input format - DER or PEM\n");
399 BIO_printf(bio_err," -outform arg output format - DER or PEM\n");
    [all...]
s_client.c 162 #include <openssl/pem.h>
185 /*#define TEST_CERT "client.pem" */ /* no default cert. */
287 BIO_printf(bio_err," -cert arg - certificate file to use, PEM format assumed\n");
288 BIO_printf(bio_err," -certform arg - certificate format (PEM or DER) PEM default\n");
291 BIO_printf(bio_err," -keyform arg - key format (PEM or DER) PEM default\n");
293 BIO_printf(bio_err," -CApath arg - PEM format directory of CA's\n");
294 BIO_printf(bio_err," -CAfile arg - PEM format file of CA's\n");
    [all...]
s_server.c 178 #include <openssl/pem.h>
255 #define TEST_CERT "server.pem"
257 #define TEST_CERT2 "server2.pem"
420 BIO_printf(bio_err," -certform arg - certificate format (PEM or DER) PEM default\n");
423 BIO_printf(bio_err," -keyform arg - key format (PEM, DER or ENGINE) PEM default\n");
426 BIO_printf(bio_err," -dcertform x - second certificate format (PEM or DER) PEM default\n");
428 BIO_printf(bio_err," -dkeyform arg - second key format (PEM, DER or ENGINE) PEM default\n")
    [all...]
  /external/openssl/crypto/pem/
pem_info.c 1 /* crypto/pem/pem_info.c */
65 #include <openssl/pem.h>
pem_lib.c 1 /* crypto/pem/pem_lib.c */
67 #include <openssl/pem.h>
77 const char PEM_version[]="PEM" OPENSSL_VERSION_PTEXT;
104 prompt="Enter PEM pass phrase:";
832 /* Check pem string and return prefix length.
pvkfmt.c 63 #include <openssl/pem.h>
  /build/core/
Makefile 279 # exist with the suffixes ".x509.pem" and ".pk8".
571 $(TARGET_OUT_ETC)/security/otacerts.zip: $(addsuffix .x509.pem,$(DEFAULT_KEY_CERT_PAIR))
669 OTA_PUBLIC_KEYS := $(DEFAULT_SYSTEM_DEV_CERTIFICATE).x509.pem
677 $(RECOVERY_INSTALL_OTA_KEYS): extra_keys := $(patsubst %,%.x509.pem,$(PRODUCT_EXTRA_RECOVERY_KEYS))
    [all...]
  /external/chromium/net/base/
x509_certificate_openssl.cc 10 #include <openssl/pem.h>
  /external/openssl/ssl/
ssl_cert.c 127 #include <openssl/pem.h>
ssl_rsa.c 65 #include <openssl/pem.h>
737 /* Read a file that contains our certificate in "PEM" format,
  /external/ipsec-tools/src/racoon/
eaytest.c 52 #include <openssl/pem.h>

Completed in 375 milliseconds

1 2 34 5