OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:outform
(Results
1 - 6
of
6
) sorted by null
/libcore/support/src/test/java/tests/resources/x509/
create.sh
22
openssl req -in /tmp/cert-rsa-req.pem -pubkey -noout | openssl rsa -pubin -pubout -
outform
der > ${DIR}/cert-rsa-pubkey.der
23
openssl x509 -extfile ${DIR}/default.cnf -days 3650 -extensions usr_cert -req -signkey /tmp/privkey.pem -
outform
d < /tmp/cert-rsa-req.pem > ${DIR}/cert-rsa.der
36
openssl req -config ${DIR}/default.cnf -new -nodes -batch | openssl x509 -extfile ${DIR}/default.cnf -extensions keyUsage_extraLong_cert -req -signkey /tmp/privkey.pem -
outform
d > ${DIR}/cert-keyUsage-extraLong.der
38
openssl req -config ${DIR}/default.cnf -new -nodes -batch | openssl x509 -extfile ${DIR}/default.cnf -extensions extendedKeyUsage_cert -req -signkey /tmp/privkey.pem -
outform
d > ${DIR}/cert-extendedKeyUsage.der
40
openssl req -config ${DIR}/default.cnf -new -nodes -batch | openssl x509 -extfile ${DIR}/default.cnf -extensions ca_cert -req -signkey /tmp/privkey.pem -
outform
d > ${DIR}/cert-ca.der
42
openssl req -config ${DIR}/default.cnf -new -nodes -batch | openssl x509 -extfile ${DIR}/default.cnf -extensions userWithPathLen_cert -req -signkey /tmp/privkey.pem -
outform
d > ${DIR}/cert-userWithPathLen.der
44
openssl req -config ${DIR}/default.cnf -new -nodes -batch | openssl x509 -extfile ${DIR}/default.cnf -extensions caWithPathLen_cert -req -signkey /tmp/privkey.pem -
outform
d > ${DIR}/cert-caWithPathLen.der
46
openssl req -config ${DIR}/default.cnf -new -nodes -batch | openssl x509 -extfile ${DIR}/default.cnf -extensions alt_other_cert -req -signkey /tmp/privkey.pem -
outform
d > ${DIR}/cert-alt-other.der
48
openssl req -config ${DIR}/default.cnf -new -nodes -batch | openssl x509 -extfile ${DIR}/default.cnf -extensions alt_email_cert -req -signkey /tmp/privkey.pem -
outform
d > ${DIR}/cert-alt-email.der
50
openssl req -config ${DIR}/default.cnf -new -nodes -batch | openssl x509 -extfile ${DIR}/default.cnf -extensions alt_dns_cert -req -signkey /tmp/privkey.pem -
outform
d > ${DIR}/cert-alt-dns.de
[
all
...]
/development/tools/
make_key
59
openssl pkcs8 -in ${one} -topk8 -
outform
DER -out $1.pk8 -nocrypt
62
echo $password | openssl pkcs8 -in ${one} -topk8 -
outform
DER -out $1.pk8 \
/external/chromium_org/net/data/ssl/scripts/
generate-android-test-keys.sh
39
-
outform
PEM \
52
-
outform
PEM \
/cts/tests/tests/security/tools/
format_cert.sh
53
"$OPENSSL" x509 -in "$in_file" -inform $in_form -
outform
pem > "$out_file" && \
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/
a_mbstr.c
96
int
outform
, outlen = 0;
local
168
outform
= MBSTRING_ASC;
174
outform
= MBSTRING_BMP;
177
outform
= MBSTRING_UNIV;
180
outform
= MBSTRING_UTF8;
203
if(inform ==
outform
) {
212
switch(
outform
) {
/external/openssl/crypto/asn1/
a_mbstr.c
96
int
outform
, outlen = 0;
local
168
outform
= MBSTRING_ASC;
174
outform
= MBSTRING_BMP;
177
outform
= MBSTRING_UNIV;
180
outform
= MBSTRING_UTF8;
203
if(inform ==
outform
) {
212
switch(
outform
) {
Completed in 584 milliseconds