Home
last modified time | relevance | path

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

123

/openthread-latest/
DSECURITY.md1g.co/vulnz](https://g.co/vulnz). We use g.co/vulnz for our intake, and do coordination and disclos…
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dasn1write.h17 #define MBEDTLS_ASN1_CHK_ADD(g, f) \ argument
23 (g) += ret; \
26 #define MBEDTLS_ASN1_CHK_CLEANUP_ADD(g, f) \ argument
32 (g) += ret; \
/openthread-latest/third_party/build_gn/toolchain/
DBUILD.gn16 …command = "g++ -MMD -MF $depfile {{defines}} {{include_dirs}} {{cflags}} {{cflags_cc}} -c {{source…
35 soname = "{{target_output_name}}{{output_extension}}" # e.g. "libfoo.so".
38 command = "g++ -shared {{ldflags}} -o $sofile -Wl,-soname=$soname @$rspfile"
58 …command = "g++ {{ldflags}} -o $outfile -Wl,--start-group @$rspfile {{solibs}} -Wl,--end-group {{li…
/openthread-latest/third_party/mbedtls/repo/tests/docker/bionic/
DDockerfile38 g++-multilib \
71 # Build OPENSSL as 1.0.2g
73 && wget https://www.openssl.org/source/old/1.0.2/openssl-1.0.2g.tar.gz -qO- | tar xz \
74 && cd openssl-1.0.2g \
75 && ./config --openssldir=/usr/local/openssl-1.0.2g no-shared \
79 ENV OPENSSL=/usr/local/openssl-1.0.2g/bin/openssl
/openthread-latest/third_party/mbedtls/repo/tests/data_files/
Dtest-ca-alt.key4 g/r66epovUOdUyDMUGsMZGLlPPb/UfUXkKK8KAxgEq06Qumwb14jJ5BcRZaTdO45
15 hx5CreMpy0lVU2SLA/+g/DPse2wx85wgx8kpudEmU91ThuxBdF0IHr0CgYEA3BJc
Dserver9-sha224.crt20 3egYnUY/9g==
Dcli-rsa-sha1.crt19 e6dcSTeYJ8CzzzPXVfwnHjDi/g==
Drsa_pkcs8_pbe_sha1_4096_2des.pem30 g/rjVN7Iyx5TYt4DUgF38OtZexgJzgaZeKJh8q7nvThpZo0MzbfL1ony1uslmmpx
Drsa_pkcs8_pbes2_pbkdf2_4096_des.pem30 Gq0xQ+/L25Gax0x9Ks3HE6TKD81AKXmn4HO/g/kvMJxLXJzwyqEk0KpFUlFRXNQp
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dtranslate_ciphers.py68 g = translate_gnutls(s)
69 self.assertEqual(g, g_exp)
/openthread-latest/third_party/mbedtls/repo/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_platform.data11 # can be avoided with e.g. ASAN_OPTIONS=allocator_may_return_null=1,
Dtest_suite_psa_crypto_entropy.data7 # randomization for (e.g.) blinding. An external implementation could use
Dtest_suite_dhm.function263 void dhm_file(char *filename, char *p, char *g, int len)
272 TEST_ASSERT(mbedtls_test_read_mpi(&G, g) == 0);
Dtest_suite_platform_printf.function28 void printf_int(char *format, /* any format expecting one int argument, e.g. "%d" */
/openthread-latest/third_party/mbedtls/repo/tests/data_files/parse_input/
Dcrl_sha384.pem8 9g+SGkma+VYV+yPRNmKyldcRVvPZUIkhTCMWkZoYrbDXUmkVQpsgz2c5ksIeMI/7
/openthread-latest/third_party/mbedtls/repo/library/
Dbn_mul.h47 #define MBEDTLS_BYTES_TO_T_UINT_8(a, b, c, d, e, f, g, h) \ argument
49 MBEDTLS_BYTES_TO_T_UINT_4(e, f, g, h)
53 #define MBEDTLS_BYTES_TO_T_UINT_8(a, b, c, d, e, f, g, h) \ argument
60 ((mbedtls_mpi_uint) (g) << 48) | \
Daesce.c577 uint8x16_t c, d, e, f, g, n, o; in poly_mult_reduce() local
585 g = vextq_u8(ZERO, e, 8); /* : :g1:00 = e1:00 */ in poly_mult_reduce()
588 return veorq_u8(o, g); /* = o1:o0 + g1:00 */ in poly_mult_reduce()
/openthread-latest/third_party/mbedtls/repo/.github/
Dpull_request_template.md9 Please tick as appropriate and edit the reasons (e.g.: "backport: not needed because this is a new …
/openthread-latest/third_party/mbedtls/repo/tests/
DMakefile207 s/\b(?=MBEDTLS_|PSA_)/LIBTESTDRIVER1_/g; \
208 s/\b(?=mbedtls_|psa_)/libtestdriver1_/g;
/openthread-latest/third_party/mbedtls/repo/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).
/openthread-latest/script/
Dbootstrap59 sudo apt-get --no-install-recommends install -y g++ lsb-release cmake ninja-build shellcheck
/openthread-latest/third_party/mbedtls/repo/
D.uncrustify.cfg136 # But allow a space in the case of e.g. char * const x;
145 # Force exactly 1 space between a statement keyword (e.g. 'if') and an opening parenthesis
/openthread-latest/src/cli/
DREADME_BR.md321 Get the preference used when advertising Route Info Options (e.g., for discovered OMR prefixes) in …
333 …y be 'high', 'med', or 'low') to use when advertising Route Info Options (e.g., for discovered OMR…
344 Clear a previously set preference value for advertising Route Info Options (e.g., for discovered OM…
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dpsa-crypto-implementation-structure.md115 Constants (algorithm identifiers, key type identifiers, etc.) and associated destructor macros (e.g
146 … or key type, there are typically things to change in `library/crypto.c` (e.g. buffer size calcula…
170 * Potential edge cases (e.g. data less/equal/more than the block size, number equal to zero in asym…
171 * Tests with invalid keys (e.g. wrong size or format).
172 * Tests with invalid data (e.g. wrong size or format, output buffer too small, invalid padding).

123