Home
last modified time | relevance | path

Searched full:env (Results 1 – 25 of 53) sorted by relevance

123

/mbedtls-3.5.0/tests/docker/bionic/
DDockerfile32 ENV DEBIAN_FRONTEND noninteractive
81 ENV OPENSSL_LEGACY=/usr/local/openssl-1.0.1j/bin/openssl
91 ENV OPENSSL=/usr/local/openssl-1.0.2g/bin/openssl
102 ENV OPENSSL_NEXT=/usr/local/openssl-1.1.1a/bin/openssl
122 ENV GNUTLS_LEGACY_CLI=/usr/local/gnutls-3.3.8/bin/gnutls-cli
123 ENV GNUTLS_LEGACY_SERV=/usr/local/gnutls-3.3.8/bin/gnutls-serv
145 ENV GNUTLS_CLI=/usr/local/gnutls-3.4.10/bin/gnutls-cli
146 ENV GNUTLS_SERV=/usr/local/gnutls-3.4.10/bin/gnutls-serv
169 ENV GNUTLS_NEXT_CLI=/usr/local/gnutls-3.7.2/bin/gnutls-cli
170 ENV GNUTLS_NEXT_SERV=/usr/local/gnutls-3.7.2/bin/gnutls-serv
/mbedtls-3.5.0/tests/scripts/
Drun-test-suites.pl1 #!/usr/bin/env perl
74 $ENV{'LD_LIBRARY_PATH'} = '../library';
75 $ENV{'DYLD_LIBRARY_PATH'} = '../library';
Dtest-ref-configs.pl1 #!/usr/bin/env perl
109 $ENV{MBEDTLS_TEST_CONFIGURATION} = $conf_name;
142 $ENV{MBEDTLS_TEST_CONFIGURATION} = $conf_name;
Dcheck_files.py1 #!/usr/bin/env python3
191 # Allow either /bin/sh, /bin/bash, or /usr/bin/env.
194 # For env, the argument must be the base name of the interpreter.
196 rb'|/usr/bin/env ([^\n /]+))$')
Dgenerate_ecp_tests.py1 #!/usr/bin/env python3
Dlist_internal_identifiers.py1 #!/usr/bin/env python3
Drecursion.pl1 #!/usr/bin/env perl
Dcheck-doxy-blocks.pl1 #!/usr/bin/env perl
Dcheck-python-files.sh1 #! /usr/bin/env sh
Dgen_gcm_encrypt.pl1 #!/usr/bin/env perl
Dgen_pkcs1_v21_sign_verify.pl1 #!/usr/bin/env perl
Dgen_gcm_decrypt.pl1 #!/usr/bin/env perl
Dgen_ctr_drbg.pl1 #!/usr/bin/env perl
Dtcp_client.pl1 #!/usr/bin/env perl
/mbedtls-3.5.0/
D.travis.yml71 env:
135 env:
/mbedtls-3.5.0/scripts/
Dconfig.pl1 #!/usr/bin/env perl
Dcode_size_compare.py1 #!/usr/bin/env python3
85 [self.make_command, "-j", "lib"], env=my_environment,
Dmassif_max.pl1 #!/usr/bin/env perl
Decp_comb_table.py1 #!/usr/bin/env python3
187 p = subprocess.run(args=[binname], check=False, env={
Dgenerate_features.pl1 #!/usr/bin/env perl
Dmin_requirements.py1 #!/usr/bin/env python3
Doutput_env.sh1 #! /usr/bin/env sh
Dgenerate_query_config.pl1 #! /usr/bin/env perl
/mbedtls-3.5.0/tests/data_files/
Dprint_c.pl1 #!/usr/bin/env perl
/mbedtls-3.5.0/tests/
DCMakeLists.txt145 if((NOT DEFINED SKIP_TEST_SUITES) AND (DEFINED ENV{SKIP_TEST_SUITES}))
146 set(SKIP_TEST_SUITES $ENV{SKIP_TEST_SUITES})

123