Home
last modified time | relevance | path

Searched refs:set (Results 1 – 25 of 115) sorted by relevance

12345

/mbedtls/
A DCMakeLists.txt52 set(MBEDTLS_AS_SUBPROJECT ON)
54 set(MBEDTLS_AS_SUBPROJECT OFF)
101 set(Python3_FIND_STRATEGY LOCATION)
124 set(CMAKE_THREAD_PREFER_PTHREAD TRUE)
125 set(THREADS_PREFER_PTHREAD_FLAG TRUE)
191 set(CMAKE_C_EXTENSIONS OFF)
192 set(CMAKE_C_STANDARD 99)
221 set(CMAKE_C_FLAGS_RELEASE "-O2")
228 set(CMAKE_C_FLAGS_CHECK "-Os")
234 set(CMAKE_C_FLAGS_RELEASE "-O2")
[all …]
/mbedtls/library/
A DCMakeLists.txt10 set(MBEDTLS_DIR ${CMAKE_SOURCE_DIR})
13 set(src_crypto
97 set(src_x509
109 set(src_tls
220 set(libs ${libs} ws2_32 bcrypt)
231 set(libs ${libs} network)
235 set(libs ${libs} ${CMAKE_THREAD_LIBS_INIT})
239 set(libs ${libs} trusted_storage)
255 set(mbedtls_static_target ${mbedtls_target})
273 set(p256m_target "${MBEDTLS_TARGET_PREFIX}p256m")
[all …]
/mbedtls/tests/
A DCMakeLists.txt1 set(libs
10 set(MBEDTLS_DIR ${CMAKE_SOURCE_DIR})
59 set(base_generated_data_files
63 set(bignum_generated_data_files "")
64 set(ecp_generated_data_files "")
65 set(psa_generated_data_files "")
160 set(data_name ${ARGV1})
199 set(data_file
203 set(data_file
207 set(data_file
[all …]
/mbedtls/scripts/mbedtls_dev/
A Dmacro_collector.py81 self.statuses = set() #type: Set[str]
82 self.lifetimes = set() #type: Set[str]
83 self.locations = set() #type: Set[str]
85 self.algorithms = set() #type: Set[str]
86 self.ecc_curves = set() #type: Set[str]
87 self.dh_groups = set() #type: Set[str]
88 self.key_types = set() #type: Set[str]
91 self.mac_algorithms = set() #type: Set[str]
92 self.ka_algorithms = set() #type: Set[str]
203 seen = set() #type: Set[str]
[all …]
/mbedtls/scripts/
A Dwindows_msbuild.bat7 set "arch=x64" & @rem "x86" or "x64"
8 set "cfg=Release" & @rem "Debug" or "Release"
9 set "vcvarsall=C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Auxiliary\Build\vc…
11 if not "%~1"=="" set "retarget=,PlatformToolset=%1"
17 set "VSCMD_START_DIR=%~dp0\..\visualc\VS2017"
A Dconfig.py107 def set(self, name, value=None): member in Config
404 def set(self, name, value=None): member in ConfigFile
407 super().set(name, value)
587 config.set(args.symbol, value=args.value)
A Dabi_check.py346 storage_data_files = set(glob.glob(
350 to_be_generated = set()
503 shared_modules = list(set(self.old_version.modules.keys()) &
504 set(self.new_version.modules.keys()))
/mbedtls/programs/test/
A DCMakeLists.txt1 set(libs
5 set(executables_libs
12 set(executables_mbedcrypto
19 set(cpp_dummy_build_cpp "${CMAKE_CURRENT_BINARY_DIR}/cpp_dummy_build.cpp")
20 set(generate_cpp_dummy_build "${CMAKE_CURRENT_SOURCE_DIR}/generate_cpp_dummy_build.sh")
67 set(extra_sources "")
/mbedtls/programs/fuzz/
A DCMakeLists.txt1 set(libs
11 set(executables_no_common_c
19 set(executables_with_common_c
29 set(exe_sources ${exe}.c $<TARGET_OBJECTS:mbedtls_test>)
/mbedtls/pkgconfig/
A DJoinPaths.cmake16 set(temp_path "${first_path_segment}")
20 set(temp_path "${current_segment}")
22 set(temp_path "${temp_path}/${current_segment}")
26 set(${joined_path} "${temp_path}" PARENT_SCOPE)
A DCMakeLists.txt8set(PKGCONFIG_PROJECT_DESCRIPTION "Mbed TLS is a C library that implements cryptographic primitive…
9 set(PKGCONFIG_PROJECT_HOMEPAGE_URL "https://www.trustedfirmware.org/projects/mbed-tls/")
/mbedtls/tests/scripts/
A Dtest_zeroize.gdb34 set confirm off
41 set args ./programs/test/zeroize.c
44 set $i = 0
45 set $len = sizeof(buf)
46 set $buf = buf
A Ddepends.py136 conf.set(option)
139 conf.set(option, value)
371 self.base_symbols = set()
389 self.all_config_symbols = set(conf.settings.keys())
/mbedtls/programs/test/cmake_subproject/
A DCMakeLists.txt4 set(MBEDTLS_TARGET_PREFIX subproject_test_)
9 set(MBEDTLS_DIR ../../../)
16 set(libs
/mbedtls/programs/test/cmake_package/
A DCMakeLists.txt8 set(MbedTLS_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/../../..")
9 set(MbedTLS_BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/mbedtls")
28 set(MbedTLS_DIR "${MbedTLS_BINARY_DIR}/cmake")
/mbedtls/tests/suites/
A Dtest_suite_psa_crypto_util.data17 ECDSA Raw -> DER, 256bit, r with MSb set
21 ECDSA Raw -> DER, 256bit, s with MSb set
25 ECDSA Raw -> DER, 256bit, both r and s with MSb set
33 ECDSA Raw -> DER, 256bit, r and s only 1 byte of data with MSb set
93 ECDSA DER -> Raw, 256bit, r with MSb set
129 ECDSA DER -> Raw, 256bit, Invalid r: MSb set without leading zero
A Dtest_suite_psa_crypto_pake.data41 PSA PAKE: set empty user
45 PSA PAKE: set empty peer
49 PSA PAKE: set invalid user
53 PSA PAKE: set invalid peer
57 PSA PAKE: user already set
61 PSA PAKE: peer already set
A Dtest_suite_ecp.data602 ECP set public key: invalid group (0)
605 ECP set public key: valid group (secp256r1)
616 ECP set public key: good, secp256r1
620 ECP set public key: good, Curve25519
672 ECP read key #8 (Curve25519, bit 0 set)
676 ECP read key #9 (Curve25519, bit 1 set)
680 ECP read key #10 (Curve25519, bit 2 set)
704 ECP read key #16 (Curve448, bit 0 set)
708 ECP read key #17 (Curve448, bit 1 set)
991 ECP write key ext: group not set
[all …]
A Dtest_suite_ctr_drbg.function286 /* By default, PR is off, and reseed interval was set to
375 /* Need to set a non-default fixed entropy len, to ensure same output across
464 // set least significant (highest address) n bits to 1, i.e. generate (2^n - 1)
473 // now generate a reference result equal to 2^n - i.e. set only bit (n + 1)
474 // if n == 127, this will not set any bits (i.e. wraps to 0).
/mbedtls/programs/test/cmake_package_install/
A DCMakeLists.txt8 set(MbedTLS_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/../../..")
9 set(MbedTLS_INSTALL_DIR "${CMAKE_CURRENT_BINARY_DIR}/mbedtls")
10 set(MbedTLS_BINARY_DIR "${MbedTLS_INSTALL_DIR}${CMAKE_FILES_DIRECTORY}")
/mbedtls/programs/ssl/
A DCMakeLists.txt3 set(libs
7 set(executables
32 set(extra_sources "")
/mbedtls/programs/util/
A DCMakeLists.txt1 set(libs
5 set(executables
/mbedtls/programs/x509/
A DCMakeLists.txt1 set(libs
5 set(executables
/mbedtls/programs/pkey/
A DCMakeLists.txt1 set(executables_mbedtls
12 set(executables_mbedcrypto
/mbedtls/docs/architecture/psa-thread-safety/
A Dpsa-thread-safety.md37 In general, a system is thread-safe if any valid set of concurrent calls is handled as if the effec…
43 …e no race-conditions, deadlocks or livelocks when concurrently calling any set of PSA key manageme…
49 …tions: Mbed TLS 3.6 abides by the minimum expectation for concurrent calls set by the PSA specific…
55 > The result of two or more concurrent calls must be consistent with the same set of calls being ex…
188 …ing_key_slot_mutex`, the set of keys within the key store which the thread holding the mutex can a…
194 The union of this set and the set of persistent keys not currently loaded into slots is our abstrac…
200 We have defined a set of macros in `library/psa_crypto_core.h` to capture the common pattern of (un…
207 … `psa_reserve_free_key_slot`, if a slot has been found then the slot id is set. This second step i…
235 …" (under certain constraints). This means that any (constraint satisfying) set of concurrent calls…
333 …error if the state is ACTIVE. If the state is INACTIVE, then the call will set the state to ACTIVE…
[all …]

Completed in 42 milliseconds

12345