Home
last modified time | relevance | path

Searched full:secure (Results 1 – 25 of 963) sorted by relevance

12345678910>>...39

/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/openssl/test/
Dsecmemtest.c21 TEST_info("Secure memory is implemented."); in test_sec_mem()
24 /* s = non-secure 20 */ in test_sec_mem()
29 /* r = non-secure 20, s = non-secure 20 */ in test_sec_mem()
36 /* r = non-secure 20, p = secure 20, s = non-secure 20 */ in test_sec_mem()
38 /* 20 secure -> 32-byte minimum allocation unit */ in test_sec_mem()
44 /* r = non-secure 20, p = secure 20, q = non-secure 20, s = non-secure 20 */ in test_sec_mem()
50 /* r = non-secure 20, p = secure 20, q = non-secure 20, s = secure 20 */ in test_sec_mem()
52 /* 2 * 20 secure -> 64 bytes allocated */ in test_sec_mem()
57 /* 20 secure -> 32 bytes allocated */ in test_sec_mem()
62 /* should not complete, as secure memory is still allocated */ in test_sec_mem()
[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/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/mbedtls/library/
Dpsa_crypto_se.h2 * PSA crypto support for secure element drivers
30 * for a secure element.
36 * The minimum location value for a secure element is 1, like on any
41 /** The base of the range of ITS file identifiers for secure element
52 /** The maximum number of registered secure element driver locations. */
55 /** Unregister all secure element drivers.
63 /** Initialize all secure element drivers.
69 /** A structure that describes a registered secure element driver.
71 * A secure element driver table entry contains a pointer to the
76 /** Return the secure element driver information for a lifetime value.
[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-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-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-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/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/cmsis/CMSIS/Core/Include/
Dcmsis_armclang.h773 \brief Get Control Register (non-secure)
774 \details Returns the content of the non-secure Control Register when in secure mode.
775 \return non-secure Control Register value
801 \brief Set Control Register (non-secure)
802 \details Writes the given value to the non-secure Control Register when in secure state.
871 \brief Get Process Stack Pointer (non-secure)
872 …\details Returns the current value of the non-secure Process Stack Pointer (PSP) when in secure st…
898 \brief Set Process Stack Pointer (non-secure)
899 …\details Assigns the given value to the non-secure Process Stack Pointer (PSP) when in secure stat…
925 \brief Get Main Stack Pointer (non-secure)
[all …]
Dcmsis_armclang_ltm.h762 \brief Get Control Register (non-secure)
763 \details Returns the content of the non-secure Control Register when in secure mode.
764 \return non-secure Control Register value
790 \brief Set Control Register (non-secure)
791 \details Writes the given value to the non-secure Control Register when in secure state.
860 \brief Get Process Stack Pointer (non-secure)
861 …\details Returns the current value of the non-secure Process Stack Pointer (PSP) when in secure st…
887 \brief Set Process Stack Pointer (non-secure)
888 …\details Assigns the given value to the non-secure Process Stack Pointer (PSP) when in secure stat…
914 \brief Get Main Stack Pointer (non-secure)
[all …]
/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/
DREADME.md1 # Secure Streams
3 Secure Streams is a client API that strictly decouples the policy for connections
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/node/deps/npm/node_modules/uri-js/dist/esnext/schemes/
Dws.js2 …return typeof wsComponents.secure === 'boolean' ? wsComponents.secure : String(wsComponents.scheme…
10 //indicate if the secure flag is set
11 wsComponents.secure = isSecure(wsComponents);
23 //ensure scheme matches secure flag
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/
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/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/mbedtls/include/psa/
Dcrypto_se_driver.h8 * space in which the PSA Crypto implementation runs, typically secure
44 /** \defgroup se_init Secure element driver initialization
141 /* Mbed Crypto with secure element support enabled defines this type in
154 /** \defgroup se_mac Secure Element Message Authentication Codes
156 * a secure element can be done either as a single function call (via the
165 * If a previously started secure element MAC operation needs to be terminated,
171 /** \brief A function that starts a secure element MAC operation for a PSA
190 /** \brief A function that continues a previously started secure element MAC
204 /** \brief a function that completes a previously started secure element MAC
225 /** \brief A function that completes a previously started secure element MAC
[all …]
/third_party/libwebsockets/lib/secure-streams/protocols/
DREADME.md1 # Lws Protocol bindings for Secure Streams
4 to Secure Streams.
11 The various events and traffic are converted into calls using the Secure
12 Streams api, and Secure Streams events.
35 lists so they may be used. And in ./lib/secure-streams/secure-streams.c,
37 creates a new Secure Stream.
/third_party/libdrm/tests/amdgpu/
Dsecurity_tests.c51 /* --------------------- Secure bounce test ------------------------ *
53 * The secure bounce test tests that we can evict a TMZ buffer,
64 * This buffer A is then secure copied into buffer B which is also
70 * Then, we use another secure copy of buffer B back to buffer A.
82 #define SECURE_BOUNCE_TEST_STR "secure bounce"
156 const int secure) in amdgpu_sdma_lcopy() argument
160 packet[0] = htole32(secure << 18 | 1); in amdgpu_sdma_lcopy()
184 * @secure: Set to 1 to perform secure copy, 0 for clear
194 int secure) in amdgpu_bo_lcopy() argument
202 size, secure); in amdgpu_bo_lcopy()
[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()
225 pd = param_push(bld, key, sz, sz, OSSL_PARAM_UNSIGNED_INTEGER, secure); in OSSL_PARAM_BLD_push_BN_pad()
236 int secure; in OSSL_PARAM_BLD_push_utf8_string() local
244 secure = CRYPTO_secure_allocated(buf); in OSSL_PARAM_BLD_push_utf8_string()
245 pd = param_push(bld, key, bsize, bsize + 1, OSSL_PARAM_UTF8_STRING, secure); in OSSL_PARAM_BLD_push_utf8_string()
274 int secure; in OSSL_PARAM_BLD_push_octet_string() local
[all …]

12345678910>>...39