Home
last modified time | relevance | path

Searched refs:g (Results 1 – 25 of 30) sorted by relevance

12

/mbedtls-development/tests/data_files/
A Dtest-ca-alt.key4 g/r66epovUOdUyDMUGsMZGLlPPb/UfUXkKK8KAxgEq06Qumwb14jJ5BcRZaTdO45
15 hx5CreMpy0lVU2SLA/+g/DPse2wx85wgx8kpudEmU91ThuxBdF0IHr0CgYEA3BJc
A Dcrl_sha384.pem8 9g+SGkma+VYV+yPRNmKyldcRVvPZUIkhTCMWkZoYrbDXUmkVQpsgz2c5ksIeMI/7
A Dcli-rsa-sha1.crt19 e6dcSTeYJ8CzzzPXVfwnHjDi/g==
A Drsa_pkcs8_pbes2_pbkdf2_4096_des.pem30 Gq0xQ+/L25Gax0x9Ks3HE6TKD81AKXmn4HO/g/kvMJxLXJzwyqEk0KpFUlFRXNQp
A Drsa_pkcs8_pbe_sha1_4096_2des.pem30 g/rjVN7Iyx5TYt4DUgF38OtZexgJzgaZeKJh8q7nvThpZo0MzbfL1ony1uslmmpx
/mbedtls-development/tests/docker/bionic/
A DDockerfile46 g++-multilib \
75 # Build OPENSSL as 1.0.2g
77 && wget https://www.openssl.org/source/old/1.0.2/openssl-1.0.2g.tar.gz -qO- | tar xz \
78 && cd openssl-1.0.2g \
79 && ./config --openssldir=/usr/local/openssl-1.0.2g no-shared \
83 ENV OPENSSL=/usr/local/openssl-1.0.2g/bin/openssl
/mbedtls-development/include/mbedtls/
A Dasn1write.h29 #define MBEDTLS_ASN1_CHK_ADD(g, f) \ argument
35 (g) += ret; \
/mbedtls-development/tests/scripts/
A Dtranslate_ciphers.py73 g = translate_gnutls(m)
74 self.assertEqual(g, g_exp)
/mbedtls-development/library/
A Dbn_mul.h59 #define MBEDTLS_BYTES_TO_T_UINT_8( a, b, c, d, e, f, g, h ) \ argument
61 MBEDTLS_BYTES_TO_T_UINT_4( e, f, g, h )
65 #define MBEDTLS_BYTES_TO_T_UINT_8( a, b, c, d, e, f, g, h ) \ argument
72 ( (mbedtls_mpi_uint) (g) << 48 ) | \
A Dsha512.c217 #define P(a,b,c,d,e,f,g,h,x,K) \ in mbedtls_internal_sha512_process() argument
220 local.temp1 = (h) + S3(e) + F1((e),(f),(g)) + (K) + (x); \ in mbedtls_internal_sha512_process()
A Dsha256.c164 #define P(a,b,c,d,e,f,g,h,x,K) \ argument
167 local.temp1 = (h) + S3(e) + F1((e),(f),(g)) + (K) + (x); \
/mbedtls-development/
A DBRANCHES.md19 API compatibility in the `master` branch across minor version changes (e.g.
21 compatibility on major version changes (e.g. from 3.x to 4.0). We also maintain
A DCONTRIBUTING.md64 …files (e.g. `test_suite_mpi.c`). These files are generated from a `function file` (e.g. `suites/te…
A DREADME.md233 …les (e.g. `test\_suite\_mpi.c`). These files are generated from a `function file` (e.g. `suites/te…
/mbedtls-development/tests/suites/
A Dtest_suite_psa_crypto_entropy.data7 # randomization for (e.g.) blinding. An external implementation could use
A Dtest_suite_dhm.function258 void dhm_file( char * filename, char * p, char * g, int len )
267 TEST_ASSERT( mbedtls_test_read_mpi( &G, 16, g ) == 0 );
A Dhost_test.function322 * At high optimization levels (e.g. gcc -O3), this function may be
/mbedtls-development/docs/architecture/testing/
A Ddriver-interface-test-strategy.md64 * Expected errors (e.g. `PSA_ERROR_INVALID_SIGNATURE` from a signature verification method).
87 * This must be done for each possible flow, including error cases (e.g. a key creation that fails m…
90 * Check both that the storage has the expected content (this can be done by e.g. using a key that i…
103 * Run at least one test application (e.g. the Mbed OS TLS example).
A Dtest-framework.md53 * **Platform**: a description of the platform, e.g. `Linux-x86_64` or `Linux-x86_64-gcc7-msan`.
A Dinvasive-testing.md127 * Check consistency of internal data (e.g. output of key generation).
244 | | + Many properties come for free, but some require effort (e.g. the test code it…
252 * The debugger may introduce behavior changes (e.g. timing). If we modify data structures in memory…
A Dpsa-storage-format-testing.md105 * RSA keys: can invalid DER encodings (e.g. leading zeros, ignored sign bit) have been stored?
/mbedtls-development/tests/
A Dcompat.sh332 T=$(./scripts/translate_ciphers.py g $CIPHERS)
550 T=$(./scripts/translate_ciphers.py g $CIPHERS)
A Dssl-opt.sh879 CLI_CMD=$( echo "$CLI_CMD" | sed s/+SRV_PORT/$PXY_PORT/g )
881 CLI_CMD=$( echo "$CLI_CMD" | sed s/+SRV_PORT/$SRV_PORT/g )
/mbedtls-development/programs/test/
A Dbenchmark.c515 #define ecp_clear_precomputed( g ) argument
/mbedtls-development/doxygen/
A Dmbedtls.doxyfile277 # definitions whose arguments contain STL classes (e.g. func(std::string); v.s.
312 # subgroup of that type (e.g. under the Public Functions section). Set it to
319 # unions are shown inside the group in which they are included (e.g. using
1011 # reverse domain-name style string, e.g. com.mycompany.MyDocSet. Doxygen
1018 # style string, e.g. com.mycompany.MyDocSet.documentation.
1393 # bibliography, e.g. plainnat, or ieeetr. The default style is "plain". See

Completed in 34 milliseconds

12