Home
last modified time | relevance | path

Searched refs:base (Results 1 – 22 of 22) sorted by relevance

/openthread-2.7.6/third_party/mbedtls/repo/3rdparty/everest/library/
Dx25519.c66 uint8_t base[MBEDTLS_X25519_KEY_SIZE_BYTES] = {0}; in mbedtls_x25519_make_params() local
80 base[0] = 9; in mbedtls_x25519_make_params()
81 Hacl_Curve25519_crypto_scalarmult( buf, ctx->our_secret, base ); in mbedtls_x25519_make_params()
83 base[0] = 0; in mbedtls_x25519_make_params()
84 if( memcmp( buf, base, MBEDTLS_X25519_KEY_SIZE_BYTES) == 0 ) in mbedtls_x25519_make_params()
151 unsigned char base[MBEDTLS_X25519_KEY_SIZE_BYTES] = { 0 }; in mbedtls_x25519_make_public() local
164 base[0] = 9; in mbedtls_x25519_make_public()
165 Hacl_Curve25519_crypto_scalarmult( buf, ctx->our_secret, base ); in mbedtls_x25519_make_public()
167 base[0] = 0; in mbedtls_x25519_make_public()
168 if( memcmp( buf, base, MBEDTLS_X25519_KEY_SIZE_BYTES ) == 0 ) in mbedtls_x25519_make_public()
/openthread-2.7.6/third_party/nlbuild-autotools/repo/automake/pre/macros/
Dcoverage.am67 # - create baseline coverage data file (base.info) with '-i|--initial' option
74 …ld_autotools_dir)/etc/lcov.config" --initial --capture --directory "$(1)" --output-file "base.info"
76 …-file="$(abs_top_nlbuild_autotools_dir)/etc/lcov.config" --add-tracefile "base.info" --add-tracefi…
91 # - create baseline coverage data file (base.info) with '-i|--initial' option
99 …ld_autotools_dir)/etc/lcov.config" --initial --capture --directory "$(1)" --output-file "base.info"
101 …-file="$(abs_top_nlbuild_autotools_dir)/etc/lcov.config" --add-tracefile "base.info" --add-tracefi…
/openthread-2.7.6/third_party/mbedtls/repo/programs/ssl/
Dssl_mail_client.c361 unsigned char base[1024]; in main() local
366 unsigned char buf[sizeof( base ) + 2]; in main()
737 … ret = mbedtls_base64_encode( base, sizeof( base ), &n, (const unsigned char *) opt.user_name, in main()
744 len = sprintf( (char *) buf, "%s\r\n", base ); in main()
757 ret = mbedtls_base64_encode( base, sizeof( base ), &n, (const unsigned char *) opt.user_pwd, in main()
764 len = sprintf( (char *) buf, "%s\r\n", base ); in main()
/openthread-2.7.6/third_party/mbedtls/repo/library/
Dcipher.c156 if( def->info->base->cipher == cipher_id && in mbedtls_cipher_info_from_values()
208 ctx->cipher_info->base->ctx_free_func( ctx->cipher_ctx ); in mbedtls_cipher_free()
222 if( NULL == ( ctx->cipher_ctx = cipher_info->base->ctx_alloc_func() ) ) in mbedtls_cipher_setup()
360 return( ctx->cipher_info->base->setkey_enc_func( ctx->cipher_ctx, key, in mbedtls_cipher_setkey()
365 return( ctx->cipher_info->base->setkey_dec_func( ctx->cipher_ctx, key, in mbedtls_cipher_setkey()
536 if( 0 != ( ret = ctx->cipher_info->base->ecb_func( ctx->cipher_ctx, in mbedtls_cipher_update()
601 if( 0 != ( ret = ctx->cipher_info->base->cbc_func( ctx->cipher_ctx, in mbedtls_cipher_update()
645 if( 0 != ( ret = ctx->cipher_info->base->cbc_func( ctx->cipher_ctx, in mbedtls_cipher_update()
661 if( 0 != ( ret = ctx->cipher_info->base->cfb_func( ctx->cipher_ctx, in mbedtls_cipher_update()
677 if( 0 != ( ret = ctx->cipher_info->base->ofb_func( ctx->cipher_ctx, in mbedtls_cipher_update()
[all …]
/openthread-2.7.6/third_party/mbedtls/repo/tests/suites/
Dtest_suite_mpi.data529 Base test mbedtls_mpi_sub_mpi #3 (Test with negative base)
682 Base test mbedtls_mpi_exp_mod #4 (Negative base)
688 Base test mbedtls_mpi_exp_mod #6 (Negative base + exponent)
713 Test mbedtls_mpi_exp_mod (Negative base) [#1]
716 Test mbedtls_mpi_exp_mod (Negative base) [#2]
Dtest_suite_ecp.function415 * important to test both base point and random point, though, as memory
425 * - Cold base point mult: ~3300M
426 * - Hot base point mult: ~1100M
469 /* Non-base point case */
Dtest_suite_entropy.function90 * NV seed read/write helpers that fill the base seedfile
Dtest_suite_psa_crypto.function5792 /* Create base key */
/openthread-2.7.6/third_party/mbedtls/repo/ChangeLog.d/
D00README.md22 * Changes to parts of the code base that users don't interact with directly,
/openthread-2.7.6/third_party/mbedtls/repo/include/mbedtls/
Dcipher.h303 const mbedtls_cipher_base_t *base; member
/openthread-2.7.6/third_party/nlbuild-autotools/repo/etc/
Dlcov.config121 # the base-directory when collecting coverage data.
/openthread-2.7.6/third_party/nlbuild-autotools/repo/third_party/autoconf/m4/
Dax_prog_doxygen.m447 # as a filename base etc., an optional configuration file name (the
397 # PROJECT also serves as the base name for the documentation files.
/openthread-2.7.6/third_party/mbedtls/repo/tests/scripts/
Dall.sh813 base=support_test_zlib_$$
814 cat <<'EOF' > ${base}.c
818 gcc -o ${base}.exe ${base}.c -lz 2>/dev/null
820 rm -f ${base}.*
/openthread-2.7.6/tests/scripts/thread-cert/pktverify/
Dlayer_fields.py205 ridmask_int = int(ridmask.replace(':', ''), base=16)
/openthread-2.7.6/third_party/mbedtls/repo/docs/proposed/
Dpsa-conditional-inclusion-c.md97 …he base mechanism is supported. Parameters must themselves be included through their own `PSA_WANT…
/openthread-2.7.6/src/core/mac/
Dmac.cpp2366 const uint8_t *base = aFrame.GetPsdu(); in GetTimeIeOffset() local
2373 offset = static_cast<uint8_t>(cur - base); in GetTimeIeOffset()
/openthread-2.7.6/third_party/mbedtls/repo/doxygen/
Dmbedtls.doxyfile53 # base path where the generated documentation will be put.
126 # operators of the base classes will not be shown.
396 # 'anonymous_namespace{file}', where file will be replaced with the base
934 # that these files will be copied to the base HTML output directory. Use the
1694 # generate a inheritance diagram (in HTML, RTF and LaTeX) for classes with base
1725 # base this on the number of processors available in the system. You can set it
/openthread-2.7.6/tools/otci/otci/
Dotci.py2277 def __parse_int(self, output: List[str], base=10) -> int: argument
2281 return int(output[0], base)
/openthread-2.7.6/tests/scripts/thread-cert/
Dnode.py2217 observe = int(observe, base=10)
2245 observe = int(observe, base=10)
/openthread-2.7.6/third_party/nlbuild-autotools/repo/examples/
DDoxyfile.in159 # operators of the base classes will not be shown.
474 # 'anonymous_namespace{file}', where file will be replaced with the base name of
1143 # that these files will be copied to the base HTML output directory. Use the
2083 # (in HTML and LaTeX) for classes with base or super classes. Setting the tag to
2123 # to run in parallel. When set to 0 doxygen will base this on the number of
/openthread-2.7.6/doc/
DDoxyfile.in170 # operators of the base classes will not be shown.
485 # 'anonymous_namespace{file}', where file will be replaced with the base name of
1156 # that these files will be copied to the base HTML output directory. Use the
2097 # (in HTML and LaTeX) for classes with base or super classes. Setting the tag to
2137 # to run in parallel. When set to 0 doxygen will base this on the number of
/openthread-2.7.6/third_party/mbedtls/repo/
DChangeLog37 * In PSA, allow using a key declared with a base key agreement algorithm
228 enclave) could bypass an existing counter-measure (base blinding) and
1456 * Add the order of the base point as N in the mbedtls_ecp_group structure
1881 * Fix incorrect sign computation in modular exponentiation when the base is
3434 * Added base Galois Counter Mode (GCM) for AES
3475 * mpi_exp_mod() now correctly handles negative base numbers (Closes ticket
3541 * mpi_exp_mod() now correctly handles negative base numbers (Closes ticket
3814 * Added const correctness for main code base