OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newreq
(Results
1 - 13
of
13
) sorted by null
/external/openssl/apps/
CA.sh
8
# CA -
newreq
... will generate a certificate request
11
# At the end of that grab
newreq
.pem and newcert.pem (one has the key
58
echo "usage: $0 -newcert|-
newreq
|-
newreq
-nodes|-newca|-sign|-verify" >&2
90
-
newreq
)
92
$REQ -new -keyout newkey.pem -out
newreq
.pem $DAYS
94
echo "Request is in
newreq
.pem, private key is in newkey.pem"
96
-
newreq
-nodes)
98
$REQ -new -nodes -keyout
newreq
.pem -out
newreq
.pem $DAY
[
all
...]
CA.pl
8
# CA -
newreq
[-nodes] ... will generate a certificate request
11
# At the end of that grab
newreq
.pem and newcert.pem (one has the key
67
print STDERR "usage: CA -newcert|-
newreq
|-
newreq
-nodes|-newca|-sign|-verify\n";
74
} elsif (/^-
newreq
$/) {
76
system ("$REQ -new -keyout newkey.pem -out
newreq
.pem $DAYS");
78
print "Request is in
newreq
.pem, private key is in newkey.pem\n";
79
} elsif (/^-
newreq
-nodes$/) {
81
system ("$REQ -new -nodes -keyout newkey.pem -out
newreq
.pem $DAYS");
83
print "Request is in
newreq
.pem, private key is in newkey.pem\n"
[
all
...]
CA.pl.in
8
# CA -
newreq
[-nodes] ... will generate a certificate request
11
# At the end of that grab
newreq
.pem and newcert.pem (one has the key
67
print STDERR "usage: CA -newcert|-
newreq
|-
newreq
-nodes|-newca|-sign|-verify\n";
74
} elsif (/^-
newreq
$/) {
76
system ("$REQ -new -keyout newkey.pem -out
newreq
.pem $DAYS");
78
print "Request is in
newreq
.pem, private key is in newkey.pem\n";
79
} elsif (/^-
newreq
-nodes$/) {
81
system ("$REQ -new -nodes -keyout newkey.pem -out
newreq
.pem $DAYS");
83
print "Request is in
newreq
.pem, private key is in newkey.pem\n"
[
all
...]
req.c
170
int i=0,badops=0,
newreq
=0,verbose=0,pkey_type=-1;
local
255
newreq
=1;
302
newreq
=1;
492
if (
newreq
)
638
if (
newreq
&& (pkey == NULL))
767
if (!
newreq
)
800
if (
newreq
|| x509)
[
all
...]
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/libexec/gcc/arm-eabi/4.6.x-google/install-tools/
fixinc.sh
421
newreq
=
441
newreq
="$
newreq
$1 $dir/$include $dir2/$include"
447
set x $
newreq
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/libexec/gcc/arm-linux-androideabi/4.6.x-google/install-tools/
fixinc.sh
421
newreq
=
441
newreq
="$
newreq
$1 $dir/$include $dir2/$include"
447
set x $
newreq
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/libexec/gcc/arm-eabi/4.6.x-google/install-tools/
fixinc.sh
421
newreq
=
441
newreq
="$
newreq
$1 $dir/$include $dir2/$include"
447
set x $
newreq
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/libexec/gcc/arm-linux-androideabi/4.6.x-google/install-tools/
fixinc.sh
421
newreq
=
441
newreq
="$
newreq
$1 $dir/$include $dir2/$include"
447
set x $
newreq
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/libexec/gcc/i686-linux/4.4.3/install-tools/
fixinc.sh
421
newreq
=
441
newreq
="$
newreq
$1 $dir/$include $dir2/$include"
447
set x $
newreq
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/libexec/gcc/i686-linux/4.6.x-google/install-tools/
fixinc.sh
421
newreq
=
441
newreq
="$
newreq
$1 $dir/$include $dir2/$include"
447
set x $
newreq
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/libexec/gcc/x86_64-linux/4.6.x-google/install-tools/
fixinc.sh
421
newreq
=
441
newreq
="$
newreq
$1 $dir/$include $dir2/$include"
447
set x $
newreq
/external/chromium/third_party/libevent/
evdns.c
2563
struct request *
newreq
;
local
[
all
...]
/external/mdnsresponder/mDNSShared/
uds_daemon.c
3805
request_state *
newreq
= NewRequest();
local
[
all
...]
Completed in 1637 milliseconds