/third_party/grpc/tools/run_tests/performance/ |
D | scenario_config.py | 114 secure=True, argument 143 'security_params': _get_secargs(secure), 155 'security_params': _get_secargs(secure), 256 secure=False, 270 secure=False, 284 secure=False, 289 for secure in [True, False]: 290 secstr = 'secure' if secure else 'insecure' 291 smoketest_categories = ([SMOKETEST] if secure else []) 292 inproc_categories = ([INPROC] if not secure else []) [all …]
|
/third_party/grpc/test/core/end2end/ |
D | generate_tests.bzl | 27 secure = True, argument 42 secure = secure, 91 "h2_ssl": _fixture_options(secure = True), 92 "h2_ssl_cred_reload": _fixture_options(secure = True), 93 "h2_tls": _fixture_options(secure = True), 95 secure = True, 99 …"h2_local_ipv4": _fixture_options(secure = True, dns_resolver = False, _platforms = ["linux", "mac… 100 …"h2_local_ipv6": _fixture_options(secure = True, dns_resolver = False, _platforms = ["linux", "mac… 101 "h2_ssl_proxy": _fixture_options(includes_proxy = True, secure = True), 107 secure = True, [all …]
|
/third_party/curl/tests/data/ |
D | test31 | 26 Set-Cookie: foobar=name; domain=anything.com; path=/ ; secure 30 Set-Cookie: sec1value=secure1 ; domain=127.0.0.1; path=/secure1/ ; secure 31 Set-Cookie: sec2value=secure2 ; domain=127.0.0.1; path=/secure2/ ; secure= 32 Set-Cookie: sec3value=secure3 ; domain=127.0.0.1; path=/secure3/ ; secure= 33 Set-Cookie: sec4value=secure4 ; secure=; domain=127.0.0.1; path=/secure4/ ; 34 Set-Cookie: sec5value=secure5 ; secure; domain=127.0.0.1; path=/secure5/ ; 35 Set-Cookie: sec6value=secure6 ; secure ; domain=127.0.0.1; path=/secure6/ ; 36 Set-Cookie: sec7value=secure7 ; secure ; domain=127.0.0.1; path=/secure7/ ; 37 Set-Cookie: sec8value=secure8 ; secure= ; domain=127.0.0.1; path=/secure8/ ; 38 Set-Cookie: secure=very1 ; secure=; domain=127.0.0.1; path=/secure9/; [all …]
|
/third_party/libwebsockets/lib/secure-streams/ |
D | CMakeLists.txt | 29 secure-streams/secure-streams.c 30 secure-streams/policy-common.c 31 secure-streams/system/captive-portal-detect/captive-portal-detect.c 32 secure-streams/protocols/ss-raw.c 36 secure-streams/policy-json.c 37 secure-streams/system/fetch-policy/fetch-policy.c 42 secure-streams/protocols/ss-h1.c 47 secure-streams/protocols/ss-h2.c 52 secure-streams/protocols/ss-ws.c 57 secure-streams/protocols/ss-mqtt.c [all …]
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-smd/ |
D | CMakeLists.txt | 1 project(lws-minimal-secure-streams-smd C) 19 add_executable(${PROJECT_NAME} minimal-secure-streams-smd.c) 28 $<TARGET_FILE:lws-minimal-secure-streams-smd>) 31 add_test(NAME ss-smd COMMAND lws-minimal-secure-streams-smd) 35 … WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/minimal-examples/secure-streams/minimal-secure-streams-smd 42 $<TARGET_FILE:lws-minimal-secure-streams-smd> 47 $<TARGET_FILE:lws-minimal-secure-streams-smd> 52 $<TARGET_FILE:lws-minimal-secure-streams-smd> 56 add_test(NAME ss-smd-fi1 COMMAND lws-minimal-secure-streams-smd 59 add_test(NAME ss-smd-fi2 COMMAND lws-minimal-secure-streams-smd [all …]
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams/ |
D | CMakeLists.txt | 1 project(lws-minimal-secure-streams C) 8 set(SAMP lws-minimal-secure-streams) 20 add_executable(${SAMP} minimal-secure-streams.c) 48 $<TARGET_FILE:lws-minimal-secure-streams>) 50 add_test(NAME ss-warmcat COMMAND lws-minimal-secure-streams) 55 … WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/minimal-examples/secure-streams/minimal-secure-streams 65 $<TARGET_FILE:lws-minimal-secure-streams> 70 $<TARGET_FILE:lws-minimal-secure-streams> 74 add_test(NAME ss-warmcat-fi1 COMMAND lws-minimal-secure-streams 77 add_test(NAME ss-warmcat-fi2 COMMAND lws-minimal-secure-streams [all …]
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-testsfail/ |
D | CMakeLists.txt | 1 project(lws-minimal-secure-streams-testsfail C) 8 set(SAMP lws-minimal-secure-streams-testsfail) 18 add_executable(${SAMP} minimal-secure-streams-testsfail.c) 26 $<TARGET_FILE:lws-minimal-secure-streams-testsfail>) 28 add_test(NAME ss-tf COMMAND lws-minimal-secure-streams-testsfail) 33 …WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/minimal-examples/secure-streams/minimal-secure-streams-tests… 52 sstfproxy $<TARGET_FILE:lws-minimal-secure-streams-proxy> 58 sstfproxy $<TARGET_FILE:lws-minimal-secure-streams-proxy> 69 $<TARGET_FILE:lws-minimal-secure-streams-testsfail-client> -i +${CTEST_SOCKET_PATH} -d1039) 71 …add_test(NAME sspc-minimaltf COMMAND lws-minimal-secure-streams-testsfail-client -i +${CTEST_SOCKE… [all …]
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-threads/ |
D | CMakeLists.txt | 1 project(lws-minimal-secure-streams-threads C) 19 add_executable(${PROJECT_NAME} minimal-secure-streams-threads.c) 28 $<TARGET_FILE:lws-minimal-secure-streams-threads>) 31 add_test(NAME ss-threads COMMAND lws-minimal-secure-streams-threads) 35 …WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/minimal-examples/secure-streams/minimal-secure-streams-threa… 51 add_executable(${PROJECT_NAME}-client minimal-secure-streams-threads.c) 75 ssproxythreads_sspc $<TARGET_FILE:lws-minimal-secure-streams-proxy> 81 ssproxythreads_sspc $<TARGET_FILE:lws-minimal-secure-streams-proxy> 93 $<TARGET_FILE:lws-minimal-secure-streams-threads-client> -i +${CTEST_SOCKET_PATH}) 95 …add_test(NAME sspcthreads_sspc COMMAND lws-minimal-secure-streams-threads-client -i +${CTEST_SOCKE… [all …]
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-sigv4/ |
D | CMakeLists.txt | 1 project(lws-minimal-secure-streams-sigv4 C) 8 set(SAMP lws-minimal-secure-streams-sigv4) 26 $<TARGET_FILE:lws-minimal-secure-streams-sigv4>) 28 add_test(NAME ss-sigv4 COMMAND lws-minimal-secure-streams-sigv4) 33 … WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/minimal-examples/secure-streams/minimal-secure-streams-sigv4 52 ssproxysigv4 $<TARGET_FILE:lws-minimal-secure-streams-proxy> 58 ssproxysigv4 $<TARGET_FILE:lws-minimal-secure-streams-proxy> 70 $<TARGET_FILE:lws-minimal-secure-streams-sigv4-client> -i +${CTEST_SOCKET_PATH}) 72 … add_test(NAME sspc-sigv4 COMMAND lws-minimal-secure-streams-sigv4-client -i +${CTEST_SOCKET_PATH}) 75 … WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/minimal-examples/secure-streams/minimal-secure-streams-sigv4
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-perf/ |
D | CMakeLists.txt | 1 project(lws-minimal-secure-streams-perf C) 8 set(SAMP lws-minimal-secure-streams-perf) 18 add_executable(${SAMP} minimal-secure-streams.c) 46 $<TARGET_FILE:lws-minimal-secure-streams-perf>) 48 add_test(NAME ssperf-warmcat COMMAND lws-minimal-secure-streams-perf) 53 … WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/minimal-examples/secure-streams/minimal-secure-streams 75 ssperfproxy $<TARGET_FILE:lws-minimal-secure-streams-proxy> 81 ssperfproxy $<TARGET_FILE:lws-minimal-secure-streams-proxy> 93 $<TARGET_FILE:lws-minimal-secure-streams-perf-client> -i +${CTEST_SOCKET_PATH}) 95 …add_test(NAME ssperfpc-minimal COMMAND lws-minimal-secure-streams-perf-client -i +${CTEST_SOCKET_P… [all …]
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-hugeurl/ |
D | CMakeLists.txt | 1 project(lws-minimal-secure-streams-hugeurl C) 8 set(SAMP lws-minimal-secure-streams-hugeurl) 18 add_executable(${SAMP} minimal-secure-streams.c) 46 $<TARGET_FILE:lws-minimal-secure-streams-hugeurl>) 48 add_test(NAME ss-warmcat-hurl COMMAND lws-minimal-secure-streams-hugeurl) 53 … WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/minimal-examples/secure-streams/minimal-secure-streams 75 ssproxy-hurl $<TARGET_FILE:lws-minimal-secure-streams-proxy> 81 ssproxy-hurl $<TARGET_FILE:lws-minimal-secure-streams-proxy> 93 $<TARGET_FILE:lws-minimal-secure-streams-client> -i +${CTEST_SOCKET_PATH}) 95 …add_test(NAME sspc-minimal-hurl COMMAND lws-minimal-secure-streams-client -i +${CTEST_SOCKET_PATH}) [all …]
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-blob/ |
D | CMakeLists.txt | 1 project(lws-minimal-secure-streams-blob C) 8 set(SAMP lws-minimal-secure-streams-blob) 19 add_executable(${SAMP} minimal-secure-streams.c) 47 $<TARGET_FILE:lws-minimal-secure-streams>) 49 add_test(NAME ssblob-warmcat COMMAND lws-minimal-secure-streams) 54 … WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/minimal-examples/secure-streams/minimal-secure-streams 76 ssblobproxy $<TARGET_FILE:lws-minimal-secure-streams-proxy> 82 ssblobproxy $<TARGET_FILE:lws-minimal-secure-streams-proxy> 94 $<TARGET_FILE:lws-minimal-secure-streams-client> -i +${CTEST_SOCKET_PATH}) 96 … add_test(NAME sspcblob-minimal COMMAND lws-minimal-secure-streams-client -i +${CTEST_SOCKET_PATH}) [all …]
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-stress/ |
D | CMakeLists.txt | 1 project(lws-minimal-secure-streams-stress C) 8 set(SAMP lws-minimal-secure-streams-stress) 19 add_executable(${SAMP} minimal-secure-streams.c) 47 $<TARGET_FILE:lws-minimal-secure-streams-stress> -c 4 --budget 5) 49 add_test(NAME ssstress-warmcat COMMAND lws-minimal-secure-streams-stress -c 4 --budget 5) 54 …WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/minimal-examples/secure-streams/minimal-secure-streams-stress 76 ssstressproxy $<TARGET_FILE:lws-minimal-secure-streams-proxy> 82 ssstressproxy $<TARGET_FILE:lws-minimal-secure-streams-proxy> 94 … $<TARGET_FILE:lws-minimal-secure-streams-stress-client> -i +${CTEST_SOCKET_PATH} -c 4 --budget 5) 96 …add_test(NAME sspc-minimalstress COMMAND lws-minimal-secure-streams-stress-client -i +${CTEST_SOCK… [all …]
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-post/ |
D | CMakeLists.txt | 1 project(lws-minimal-secure-streams-post C) 8 set(SAMP lws-minimal-secure-streams-post) 18 add_executable(${SAMP} minimal-secure-streams-post.c) 28 $<TARGET_FILE:lws-minimal-secure-streams-post> 32 COMMAND lws-minimal-secure-streams-post) 36 … WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/minimal-examples/secure-streams/minimal-secure-streams-post 52 add_executable(${SAMP}-client minimal-secure-streams-post.c)
|
/third_party/skia/third_party/externals/egl-registry/extensions/EXT/ |
D | EGL_EXT_protected_surface.txt | 53 surface content is only accessible to secure accesses. Any attempt to access 86 secure memory region. Secure surfaces may be written to by client APIs 89 by non-secure devices in the system (including non-secure software 97 content can be accessed by secure or non-secure devices and can be copied 98 to any other surfaces. The definition of secure and non-secure access is 115 secure memory region. Secure surfaces may be written to by client APIs 118 by non-secure devices in the system (including non-secure software 124 content can be accessed by secure or non-secure devices and can be copied 125 to any other surfaces. The definition of secure and non-secure access is 176 image content is only accessible by secure devices in the system. A [all …]
|
/third_party/EGL/extensions/EXT/ |
D | EGL_EXT_protected_surface.txt | 53 surface content is only accessible to secure accesses. Any attempt to access 86 secure memory region. Secure surfaces may be written to by client APIs 89 by non-secure devices in the system (including non-secure software 97 content can be accessed by secure or non-secure devices and can be copied 98 to any other surfaces. The definition of secure and non-secure access is 115 secure memory region. Secure surfaces may be written to by client APIs 118 by non-secure devices in the system (including non-secure software 124 content can be accessed by secure or non-secure devices and can be copied 125 to any other surfaces. The definition of secure and non-secure access is 176 image content is only accessible by secure devices in the system. A [all …]
|
/third_party/node/deps/npm/node_modules/uri-js/dist/esnext/schemes/ |
D | ws.js | 2 …return typeof wsComponents.secure === 'boolean' ? wsComponents.secure : String(wsComponents.scheme… 11 wsComponents.secure = isSecure(wsComponents); 24 if (typeof wsComponents.secure === 'boolean') { 25 wsComponents.scheme = (wsComponents.secure ? 'wss' : 'ws'); 26 wsComponents.secure = undefined;
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-client-tx/ |
D | CMakeLists.txt | 1 project(lws-minimal-secure-streams-client-tx C) 8 set(SAMP lws-minimal-secure-streams-client-tx) 9 set(SRCS minimal-secure-streams-client-tx.c) 40 ssproxyctx $<TARGET_FILE:lws-minimal-secure-streams-proxy> 46 ssproxyctx $<TARGET_FILE:lws-minimal-secure-streams-proxy> 58 $<TARGET_FILE:lws-minimal-secure-streams-client-tx> -i +${CTEST_SOCKET_PATH}) 60 …add_test(NAME sspc-minimaltx COMMAND lws-minimal-secure-streams-client-tx -i +${CTEST_SOCKET_PATH}) 63 …WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/minimal-examples/secure-streams/minimal-secure-streams-clien…
|
/third_party/openssl/doc/man3/ |
D | OPENSSL_secure_malloc.pod | 11 CRYPTO_secure_used - secure heap storage 45 information might be stored, OpenSSL supports the concept of a "secure heap." 50 If a secure heap is used, then private key B<BIGNUM> values are stored there. 54 CRYPTO_secure_malloc_init() creates the secure heap, with the specified 59 CRYPTO_secure_malloc_initialized() indicates whether or not the secure 63 to the process if all secure memory has been freed. 87 the memory if it was not allocated from the secure heap. 93 requested, in order to "round up" and reduce secure heap fragmentation. 95 OPENSSL_secure_allocated() tells if a pointer is allocated in the secure heap. 98 secure heap. [all …]
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-alexa/ |
D | README.md | 1 # lws secure streams alexa 3 This demonstrates AVS Alexa usage using secure streams. It connects to AVS, 33 Enter the minimal example dir for secure-streams-alexa and make the sample 36 $ cd ./minimal-examples/secure-streams/minimal-secure-streams-alexa 44 $ ./lws-minimal-secure-streams-alexa 45 [2019/10/16 16:22:01:1097] U: LWS secure streams - Alex voice test [-d<verb>]
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-cpp/ |
D | CMakeLists.txt | 1 project(lws-minimal-secure-streams-cpp CXX) 8 set(SAMP lws-minimal-secure-streams-cpp) 22 add_test(NAME sscpp-warmcat COMMAND lws-minimal-secure-streams-cpp) 25 … WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/minimal-examples/secure-streams/minimal-secure-streams-cpp
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-secure-streams/ |
D | CMakeLists.txt | 1 project(lws-api-test-secure-streams C) 17 add_test(NAME api-test-secure-streams COMMAND ${PROJECT_NAME}) 18 set_tests_properties(api-test-secure-streams 20 WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/minimal-examples/api-tests/api-test-secure-streams
|
/third_party/libwebsockets/minimal-examples/secure-streams/ |
D | README.md | 10 minimal-secure-streams|Minimal secure streams client / proxy example 11 minimal-secure-streams-tx|Proxy used for client-tx test below 12 minimal-secure-streams-client-tx|Secure streams client showing tx and rx
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-metadata/ |
D | CMakeLists.txt | 1 project(lws-minimal-secure-streams-metadata C) 8 set(SAMP lws-minimal-secure-streams-metadata) 18 add_executable(${SAMP} minimal-secure-streams.c) 32 add_executable(${SAMP}-client minimal-secure-streams.c)
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-staticpolicy/ |
D | CMakeLists.txt | 1 project(lws-minimal-secure-streams-staticpolicy C) 8 set(SAMP lws-minimal-secure-streams-staticpolicy) 17 add_executable(${SAMP} minimal-secure-streams.c)
|