Home
last modified time | relevance | path

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

1234

/mbedtls-development/
A DCMakeLists.txt43 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 …]
/mbedtls-development/library/
A DCMakeLists.txt10 set(MBEDTLS_DIR ${CMAKE_SOURCE_DIR})
13 set(src_crypto
85 set(src_x509
95 set(src_tls
159 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 …]
/mbedtls-development/scripts/mbedtls_dev/
A Dmacro_collector.py89 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 …]
/mbedtls-development/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\VS2010"
A Dconfig.py113 def set(self, name, value=None): member in Config
349 def set(self, name, value=None): member in ConfigFile
352 super().set(name, value)
525 config.set(args.symbol, value=args.value)
/mbedtls-development/doxygen/
A Dmbedtls.doxyfile162 # If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen
299 # 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 using
801 # VERBATIM_HEADERS is set to NO.
816 # If the REFERENCED_BY_RELATION tag is set to YES
822 # If the REFERENCES_RELATION tag is set to YES
1143 # navigation tree you can set this option to NO if you already set
1472 # If the GENERATE_XML tag is set to YES Doxygen will
1747 # set the path where dot can find it.
[all …]
/mbedtls-development/programs/test/
A DCMakeLists.txt1 set(libs
5 set(executables_libs
10 set(executables_mbedcrypto
17 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 "")
/mbedtls-development/programs/fuzz/
A DCMakeLists.txt1 set(libs
10 set(executables_no_common_c
17 set(executables_with_common_c
27 set(exe_sources ${exe}.c $<TARGET_OBJECTS:mbedtls_test>)
/mbedtls-development/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}")
29 set(MbedTLS_DIR "${MbedTLS_INSTALL_DIR}/cmake")
/mbedtls-development/tests/
A DCMakeLists.txt1 set(libs
9 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_file
90 set(data_file
144 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-unused-function")
153 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} /W0")
[all …]
/mbedtls-development/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")
26 set(MbedTLS_DIR "${MbedTLS_BINARY_DIR}/cmake")
/mbedtls-development/programs/test/cmake_subproject/
A DCMakeLists.txt4 set(MBEDTLS_TARGET_PREFIX subproject_test_)
9 set(MBEDTLS_DIR ../../../)
16 set(libs
/mbedtls-development/programs/ssl/
A DCMakeLists.txt1 set(THREADS_USE_PTHREADS_WIN32 true)
4 set(libs
8 set(executables
33 set(extra_sources "")
/mbedtls-development/programs/util/
A DCMakeLists.txt1 set(libs
5 set(executables
/mbedtls-development/programs/x509/
A DCMakeLists.txt1 set(libs
5 set(executables
/mbedtls-development/tests/scripts/
A Dtest_zeroize.gdb46 set confirm off
53 set args ./programs/test/zeroize.c
56 set $i = 0
57 set $len = sizeof(buf)
58 set $buf = buf
/mbedtls-development/programs/pkey/
A DCMakeLists.txt1 set(executables_mbedtls
12 set(executables_mbedcrypto
/mbedtls-development/ChangeLog.d/
A Dpsa_cipher_update_ecp.txt2 * Fix a parameter set but unused in psa_crypto_cipher.c. Fixes #4935.
A Dremove-ssl-export-keys.txt4 to set a callback, but was deemed unnecessary as it was yet another define
/mbedtls-development/programs/aes/
A DCMakeLists.txt1 set(executables
/mbedtls-development/programs/hash/
A DCMakeLists.txt1 set(executables
/mbedtls-development/programs/random/
A DCMakeLists.txt1 set(executables
/mbedtls-development/docs/
A Dgetting_started.md20 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 algorithm
568 1. Set the key attributes desired for the new derived key. We'll set
[all …]
/mbedtls-development/tests/suites/
A Dtest_suite_ecp.data369 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 bit
508 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 …]
A Dmain_test.function29 * MBEDTLS_TEST_DEPRECATED is defined. When building tests, set
94 * \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

1234