Home
last modified time | relevance | path

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

12

/mbedtls-3.4.0/tests/docker/bionic/
DDockerfile46 g++-multilib \
79 # Build OPENSSL as 1.0.2g
81 && wget https://www.openssl.org/source/old/1.0.2/openssl-1.0.2g.tar.gz -qO- | tar xz \
82 && cd openssl-1.0.2g \
83 && ./config --openssldir=/usr/local/openssl-1.0.2g no-shared \
87 ENV OPENSSL=/usr/local/openssl-1.0.2g/bin/openssl
/mbedtls-3.4.0/tests/data_files/
Dtest-ca-alt.key4 g/r66epovUOdUyDMUGsMZGLlPPb/UfUXkKK8KAxgEq06Qumwb14jJ5BcRZaTdO45
15 hx5CreMpy0lVU2SLA/+g/DPse2wx85wgx8kpudEmU91ThuxBdF0IHr0CgYEA3BJc
Dcrl_sha384.pem8 9g+SGkma+VYV+yPRNmKyldcRVvPZUIkhTCMWkZoYrbDXUmkVQpsgz2c5ksIeMI/7
Dcli-rsa-sha1.crt19 e6dcSTeYJ8CzzzPXVfwnHjDi/g==
Drsa_pkcs8_pbes2_pbkdf2_4096_des.pem30 Gq0xQ+/L25Gax0x9Ks3HE6TKD81AKXmn4HO/g/kvMJxLXJzwyqEk0KpFUlFRXNQp
Drsa_pkcs8_pbe_sha1_4096_2des.pem30 g/rjVN7Iyx5TYt4DUgF38OtZexgJzgaZeKJh8q7nvThpZo0MzbfL1ony1uslmmpx
/mbedtls-3.4.0/include/mbedtls/
Dasn1write.h29 #define MBEDTLS_ASN1_CHK_ADD(g, f) \ argument
35 (g) += ret; \
/mbedtls-3.4.0/tests/scripts/
Dtranslate_ciphers.py73 g = translate_gnutls(m)
74 self.assertEqual(g, g_exp)
/mbedtls-3.4.0/tests/suites/
Dtest_suite_dhm.data112 DH load parameters from PEM file (1024-bit, g=2)
116 DH load parameters from PEM file (2048-bit, large g, privateValueLength)
120 DH load parameters from DER file (2048-bit, large g, privateValueLength)
Dtest_suite_psa_crypto_entropy.data7 # randomization for (e.g.) blinding. An external implementation could use
Dtest_suite_dhm.function258 void dhm_file( char * filename, char * p, char * g, int len )
267 TEST_ASSERT( mbedtls_test_read_mpi( &G, g ) == 0 );
Dtest_suite_bignum.function16 /* Only +1 and -1 are valid sign bits, not e.g. 0 */
999 * represent, e.g. (hex) -A0000000 on 32-bit systems. These are technically
Dhost_test.function322 * At high optimization levels (e.g. gcc -O3), this function may be
/mbedtls-3.4.0/library/
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 ) | \
Dsha256.c385 #define P(a,b,c,d,e,f,g,h,x,K) \ argument
388 local.temp1 = (h) + S3(e) + F1((e),(f),(g)) + (K) + (x); \
Dsha512.c566 #define P(a,b,c,d,e,f,g,h,x,K) \ in mbedtls_internal_sha512_process_c() argument
569 local.temp1 = (h) + S3(e) + F1((e),(f),(g)) + (K) + (x); \ in mbedtls_internal_sha512_process_c()
/mbedtls-3.4.0/docs/architecture/testing/
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).
Dtest-framework.md53 * **Platform**: a description of the platform, e.g. `Linux-x86_64` or `Linux-x86_64-gcc7-msan`.
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…
Dpsa-storage-format-testing.md105 * RSA keys: can invalid DER encodings (e.g. leading zeros, ignored sign bit) have been stored?
/mbedtls-3.4.0/tests/
DMakefile242 s/\b(?=MBEDTLS_|PSA_)/LIBTESTDRIVER1_/g; \
243 s/\b(?=mbedtls_|psa_)/libtestdriver1_/g;
Dcompat.sh301 T=$(./scripts/translate_ciphers.py g $CIPHERS)
481 T=$(./scripts/translate_ciphers.py g $CIPHERS)
/mbedtls-3.4.0/
DBRANCHES.md21 API compatibility in the `master` branch across minor version changes (e.g.
23 compatibility on major version changes (e.g. from 3.x to 4.0). We also maintain
DCONTRIBUTING.md64 …files (e.g. `test_suite_rsa.c`). These files are generated from a `function file` (e.g. `suites/te…
DREADME.md238 …les (e.g. `test\_suite\_mpi.c`). These files are generated from a `function file` (e.g. `suites/te…

12