Home
last modified time | relevance | path

Searched refs:secure (Results 1 – 25 of 404) sorted by relevance

12345678910>>...17

/third_party/libwebsockets/lib/secure-streams/
DCMakeLists.txt29 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/
DCMakeLists.txt1 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/curl/tests/data/
Dtest3127 Set-Cookie: foobar=name; domain=anything.com; path=/ ; secure
31 Set-Cookie: sec1value=secure1 ; domain=test31.curl; path=/secure1/ ; secure
32 Set-Cookie: sec2value=secure2 ; domain=test31.curl; path=/secure2/ ; secure=
33 Set-Cookie: sec3value=secure3 ; domain=test31.curl; path=/secure3/ ; secure=
34 Set-Cookie: sec4value=secure4 ; secure=; domain=test31.curl; path=/secure4/ ;
35 Set-Cookie: sec5value=secure5 ; secure; domain=test31.curl; path=/secure5/ ;
36 Set-Cookie: sec6value=secure6 ; secure ; domain=test31.curl; path=/secure6/ ;
37 Set-Cookie: sec7value=secure7 ; secure ; domain=test31.curl; path=/secure7/ ;
38 Set-Cookie: sec8value=secure8 ; secure= ; domain=test31.curl; path=/secure8/ ;
39 Set-Cookie: secure=very1 ; secure=; domain=test31.curl; path=/secure9/;
[all …]
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams/
DCMakeLists.txt1 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/
DCMakeLists.txt1 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/
DCMakeLists.txt1 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/
DCMakeLists.txt1 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/
DCMakeLists.txt1 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/
DCMakeLists.txt1 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/
DCMakeLists.txt1 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/
DCMakeLists.txt1 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/EGL/extensions/EXT/
DEGL_EXT_protected_surface.txt53 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/skia/third_party/externals/egl-registry/extensions/EXT/
DEGL_EXT_protected_surface.txt53 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/openssl/openssl/crypto/
Dparam_build.c27 int secure; member
53 int secure) in param_push() argument
65 if ((pd->secure = secure) != 0) in param_push()
203 int n, secure = 0; in OSSL_PARAM_BLD_push_BN_pad() local
223 secure = 1; in OSSL_PARAM_BLD_push_BN_pad()
229 pd = param_push(bld, key, sz, sz, OSSL_PARAM_UNSIGNED_INTEGER, secure); in OSSL_PARAM_BLD_push_BN_pad()
240 int secure; in OSSL_PARAM_BLD_push_utf8_string() local
248 secure = CRYPTO_secure_allocated(buf); in OSSL_PARAM_BLD_push_utf8_string()
249 pd = param_push(bld, key, bsize, bsize + 1, OSSL_PARAM_UTF8_STRING, secure); in OSSL_PARAM_BLD_push_utf8_string()
278 int secure; in OSSL_PARAM_BLD_push_octet_string() local
[all …]
/third_party/openssl/crypto/
Dparam_build.c27 int secure; member
53 int secure) in param_push() argument
65 if ((pd->secure = secure) != 0) in param_push()
203 int n, secure = 0; in OSSL_PARAM_BLD_push_BN_pad() local
223 secure = 1; in OSSL_PARAM_BLD_push_BN_pad()
229 pd = param_push(bld, key, sz, sz, OSSL_PARAM_UNSIGNED_INTEGER, secure); in OSSL_PARAM_BLD_push_BN_pad()
240 int secure; in OSSL_PARAM_BLD_push_utf8_string() local
248 secure = CRYPTO_secure_allocated(buf); in OSSL_PARAM_BLD_push_utf8_string()
249 pd = param_push(bld, key, bsize, bsize + 1, OSSL_PARAM_UTF8_STRING, secure); in OSSL_PARAM_BLD_push_utf8_string()
278 int secure; in OSSL_PARAM_BLD_push_octet_string() local
[all …]
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-post/
DCMakeLists.txt1 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/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-client-tx/
DCMakeLists.txt1 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/
DOPENSSL_secure_malloc.pod11 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
61 CRYPTO_secure_malloc_initialized() indicates whether or not the secure
65 to the process if all secure memory has been freed.
89 the memory if it was not allocated from the secure heap.
95 requested, in order to "round up" and reduce secure heap fragmentation.
97 OPENSSL_secure_allocated() tells if a pointer is allocated in the secure heap.
100 secure heap.
[all …]
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-alexa/
DREADME.md1 # 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/
DCMakeLists.txt1 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/openssl/crypto/rand/
Drand_pool.c22 RAND_POOL *ossl_rand_pool_new(int entropy_requested, int secure, in ossl_rand_pool_new() argument
26 size_t min_alloc_size = RAND_POOL_MIN_ALLOCATION(secure); in ossl_rand_pool_new()
40 if (secure) in ossl_rand_pool_new()
51 pool->secure = secure; in ossl_rand_pool_new()
106 if (pool->secure) in ossl_rand_pool_free()
221 if (pool->secure) in rand_pool_grow()
230 if (pool->secure) in rand_pool_grow()
/third_party/node/deps/openssl/openssl/crypto/rand/
Drand_pool.c22 RAND_POOL *ossl_rand_pool_new(int entropy_requested, int secure, in ossl_rand_pool_new() argument
26 size_t min_alloc_size = RAND_POOL_MIN_ALLOCATION(secure); in ossl_rand_pool_new()
40 if (secure) in ossl_rand_pool_new()
51 pool->secure = secure; in ossl_rand_pool_new()
106 if (pool->secure) in ossl_rand_pool_free()
221 if (pool->secure) in rand_pool_grow()
230 if (pool->secure) in rand_pool_grow()
/third_party/libwebsockets/minimal-examples/api-tests/api-test-secure-streams/
DCMakeLists.txt1 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/
DREADME.md10 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/openssl/include/crypto/
Drand_pool.h60 # define RAND_POOL_MIN_ALLOCATION(secure) ((secure) ? 16 : 48) argument
76 int secure; /* 1: allocated on the secure heap, 0: otherwise */ member
85 RAND_POOL *ossl_rand_pool_new(int entropy_requested, int secure,

12345678910>>...17