Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:GNUTLS_SERV
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mbedtls/scripts/
H
A
D
output_env.sh
172
: ${
GNUTLS_SERV
:=gnutls-serv}
173
print_version "$
GNUTLS_SERV
" "--version" "default" "head -n 1"
/third_party/mbedtls/tests/
H
A
D
compat.sh
37
: ${
GNUTLS_SERV
:=gnutls-serv}
51
if ( which $GNUTLS_CLI && which $
GNUTLS_SERV
) >/dev/null 2>&1; then
790
SERVER_CMD="$
GNUTLS_SERV
$G_SERVER_ARGS --priority $G_SERVER_PRIO"
1059
for CMD in "$GNUTLS_CLI" "$
GNUTLS_SERV
"; do
H
A
D
ssl-opt.sh
39
: ${
GNUTLS_SERV
:=gnutls-serv}
67
G_SRV="$
GNUTLS_SERV
--x509certfile data_files/server5.crt --x509keyfile data_files/server5.key"
663
if ( which "$GNUTLS_CLI" && which "$
GNUTLS_SERV
" ) >/dev/null 2>&1; then
1199
*$
GNUTLS_SERV
*|\
/third_party/mbedtls/tests/scripts/
H
A
D
all.sh
179
: ${
GNUTLS_SERV
:="gnutls-serv"}
466
--gnutls-serv) shift;
GNUTLS_SERV
="$1";;
751
echo "
GNUTLS_SERV
: $
GNUTLS_SERV
"
770
export
GNUTLS_SERV
="$
GNUTLS_SERV
"
776
set "$@" GNUTLS_CLI="$GNUTLS_CLI"
GNUTLS_SERV
="$
GNUTLS_SERV
"
778
"$GNUTLS_CLI" "$
GNUTLS_SERV
"
Completed in 25 milliseconds