Searched refs:set (Results 1 – 25 of 76) sorted by relevance
1234
43 set(MBEDTLS_DIR ${CMAKE_CURRENT_SOURCE_DIR})80 set(Python3_FIND_STRATEGY LOCATION)104 set(CMAKE_BUILD_TYPE ${CMAKE_BUILD_TYPE}190 set(CMAKE_C_FLAGS_RELEASE "-O2")191 set(CMAKE_C_FLAGS_DEBUG "-O0 -g3")195 set(CMAKE_C_FLAGS_CHECK "-Os")201 set(CMAKE_C_FLAGS_RELEASE "-O2")202 set(CMAKE_C_FLAGS_DEBUG "-O0 -g3")208 set(CMAKE_C_FLAGS_CHECK "-Os")217 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} /W3")[all …]
10 set(MBEDTLS_DIR ${CMAKE_SOURCE_DIR})13 set(src_crypto85 set(src_x50995 set(src_tls159 set(libs ${libs} ws2_32)170 set(libs ${libs} network)174 set(libs ${libs} pthread)178 set(libs ${libs} trusted_storage)194 set(mbedtls_static_target ${mbedtls_target})195 set(mbedx509_static_target ${mbedx509_target})[all …]
89 self.statuses = set() #type: Set[str]90 self.lifetimes = set() #type: Set[str]91 self.locations = set() #type: Set[str]93 self.algorithms = set() #type: Set[str]94 self.ecc_curves = set() #type: Set[str]95 self.dh_groups = set() #type: Set[str]96 self.key_types = set() #type: Set[str]99 self.mac_algorithms = set() #type: Set[str]100 self.ka_algorithms = set() #type: Set[str]211 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\VS2010"
113 def set(self, name, value=None): member in Config349 def set(self, name, value=None): member in ConfigFile352 super().set(name, value)525 config.set(args.symbol, value=args.value)
162 # If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen299 # methods anyway, you should set this option to NO.442 # and Mac users are advised to set this option to NO.773 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using801 # VERBATIM_HEADERS is set to NO.816 # If the REFERENCED_BY_RELATION tag is set to YES822 # If the REFERENCES_RELATION tag is set to YES1143 # navigation tree you can set this option to NO if you already set1472 # If the GENERATE_XML tag is set to YES Doxygen will1747 # set the path where dot can find it.[all …]
1 set(libs5 set(executables_libs10 set(executables_mbedcrypto17 set(cpp_dummy_build_cpp "${CMAKE_CURRENT_BINARY_DIR}/cpp_dummy_build.cpp")18 set(generate_cpp_dummy_build "${CMAKE_CURRENT_SOURCE_DIR}/generate_cpp_dummy_build.sh")56 set(extra_sources "")
1 set(libs10 set(executables_no_common_c17 set(executables_with_common_c27 set(exe_sources ${exe}.c $<TARGET_OBJECTS:mbedtls_test>)
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}")29 set(MbedTLS_DIR "${MbedTLS_INSTALL_DIR}/cmake")
1 set(libs9 set(MBEDTLS_DIR ${CMAKE_SOURCE_DIR})32 set(generated_data_files "")68 set(data_name ${ARGV1})70 set(data_name ${suite_name})75 set(generated_data_names "")87 set(data_file90 set(data_file144 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-unused-function")153 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} /W0")[all …]
8 set(MbedTLS_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/../../..")9 set(MbedTLS_BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/mbedtls")26 set(MbedTLS_DIR "${MbedTLS_BINARY_DIR}/cmake")
4 set(MBEDTLS_TARGET_PREFIX subproject_test_)9 set(MBEDTLS_DIR ../../../)16 set(libs
1 set(THREADS_USE_PTHREADS_WIN32 true)4 set(libs8 set(executables33 set(extra_sources "")
1 set(libs5 set(executables
46 set confirm off53 set args ./programs/test/zeroize.c56 set $i = 057 set $len = sizeof(buf)58 set $buf = buf
1 set(executables_mbedtls12 set(executables_mbedcrypto
2 * Fix a parameter set but unused in psa_crypto_cipher.c. Fixes #4935.
4 to set a callback, but was deemed unnecessary as it was yet another define
1 set(executables
20 Arm's Platform Security Architecture (PSA) is a holistic set of threat models,121 * Have a valid key with appropriate attributes set:124 * Algorithm set to the desired signature algorithm.334 printf("Failed to set IV\n");545 You must first initialize and set up a key derivation context,553 * Use a key with the appropriate attributes set:554 * Usage flags set for key derivation (`PSA_KEY_USAGE_DERIVE`)555 * Key type set to `PSA_KEY_TYPE_DERIVE`.556 * Algorithm set to a key derivation algorithm568 1. Set the key attributes desired for the new derived key. We'll set[all …]
369 ECP check privkey #9 (montgomery curve25519, bit 0 set)373 ECP check privkey #10 (montgomery curve25519, bit 1 set)401 ECP check privkey #17 (montgomery curve448, bit 0 set)405 ECP check privkey #18 (montgomery curve448, bit 1 set)477 ECP generate Montgomery key: Curve448, set high bit508 ECP read key #5 (Curve25519, most significant bit set)520 ECP read key #8 (Curve25519, bit 0 set)524 ECP read key #9 (Curve25519, bit 1 set)528 ECP read key #10 (Curve25519, bit 2 set)552 ECP read key #16 (Curve448, bit 0 set)[all …]
29 * MBEDTLS_TEST_DEPRECATED is defined. When building tests, set94 * \brief Checks if the dependency i.e. the compile flag is set.102 * \return DEPENDENCY_SUPPORTED if set else DEPENDENCY_NOT_SUPPORTED
Completed in 25 milliseconds