Searched refs:set (Results 1 – 25 of 115) sorted by relevance
12345
52 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 …]
10 set(MBEDTLS_DIR ${CMAKE_SOURCE_DIR})13 set(src_crypto97 set(src_x509109 set(src_tls220 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 …]
1 set(libs10 set(MBEDTLS_DIR ${CMAKE_SOURCE_DIR})59 set(base_generated_data_files63 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_file203 set(data_file207 set(data_file[all …]
81 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 …]
7 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"
107 def set(self, name, value=None): member in Config404 def set(self, name, value=None): member in ConfigFile407 super().set(name, value)587 config.set(args.symbol, value=args.value)
346 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()))
1 set(libs5 set(executables_libs12 set(executables_mbedcrypto19 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 "")
1 set(libs11 set(executables_no_common_c19 set(executables_with_common_c29 set(exe_sources ${exe}.c $<TARGET_OBJECTS:mbedtls_test>)
16 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)
8 …set(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/")
34 set confirm off41 set args ./programs/test/zeroize.c44 set $i = 045 set $len = sizeof(buf)46 set $buf = buf
136 conf.set(option)139 conf.set(option, value)371 self.base_symbols = set()389 self.all_config_symbols = set(conf.settings.keys())
4 set(MBEDTLS_TARGET_PREFIX subproject_test_)9 set(MBEDTLS_DIR ../../../)16 set(libs
8 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")
17 ECDSA Raw -> DER, 256bit, r with MSb set21 ECDSA Raw -> DER, 256bit, s with MSb set25 ECDSA Raw -> DER, 256bit, both r and s with MSb set33 ECDSA Raw -> DER, 256bit, r and s only 1 byte of data with MSb set93 ECDSA DER -> Raw, 256bit, r with MSb set129 ECDSA DER -> Raw, 256bit, Invalid r: MSb set without leading zero
41 PSA PAKE: set empty user45 PSA PAKE: set empty peer49 PSA PAKE: set invalid user53 PSA PAKE: set invalid peer57 PSA PAKE: user already set61 PSA PAKE: peer already set
602 ECP set public key: invalid group (0)605 ECP set public key: valid group (secp256r1)616 ECP set public key: good, secp256r1620 ECP set public key: good, Curve25519672 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 …]
286 /* By default, PR is off, and reseed interval was set to375 /* Need to set a non-default fixed entropy len, to ensure same output across464 // 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).
8 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}")
3 set(libs7 set(executables32 set(extra_sources "")
1 set(libs5 set(executables
1 set(executables_mbedtls12 set(executables_mbedcrypto
37 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