Home
last modified time | relevance | path

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

12345678910>>...45

/third_party/grpc/tools/run_tests/performance/
Dscenario_config.py128 secure=True, argument
158 "security_params": _get_secargs(secure),
170 "security_params": _get_secargs(secure),
284 secure=False,
302 secure=False,
318 secure=False,
336 secure=False,
343 for secure in [True, False]:
344 secstr = "secure" if secure else "insecure"
345 smoketest_categories = [SMOKETEST] if secure else []
[all …]
/third_party/mbedtls/docs/architecture/
Dpsa-storage-resilience.md34 …)` for a key destruction). This also holds for an opaque key stored in a secure element that does …
38 * [Key management for stateful secure element keys](#designing-key-management-for-secure-element-ke…
44 ## Designing key management for secure element keys
46secure element key” to mean a key stored in a stateful secure element, i.e. a secure element that …
48 ### Assumptions on stateful secure elements
50 **Assumption: driver calls for key management in stateful secure elements are atomic and committing…
52 (For stateless secure elements, this assumption is vacuously true.)
56 For a secure element key, key management requires a commitment on both sites. For example, consider…
58 1. The core sends a request to the secure element to create a key.
59 2. The secure element modifies its key store to create the key.
[all …]
/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/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 …]
Dtest156119 Set-Cookie: super=secret; domain=example.com; path=/%TESTNUMBER; secure;
20 Set-Cookie: supersuper=secret; domain=example.com; path=/%TESTNUMBER/login/; secure;
22 Set-Cookie: __SecURE-SID=12346; Secure; Domain=example.com
23 Set-Cookie: supersupersuper=secret; __Secure-SID=12346; Secure; Domain=example.com
25 Set-Cookie: __Host-SID=22346; Secure
28 Set-Cookie: __Host-SID=22349; Secure; Domain=example.com; Path=/
29 Set-Cookie: __Host-SID=12346; Secure; Path=/
44 Set-Cookie: secureoverhttp=yes; domain=example.com; path=/%TESTNUMBER; secure;
46 Set-Cookie: __SecuRE-SID=22346; Secure; Domain=example.com
48 Set-Cookie: __Host-SID=32346; Secure
[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
25 * for a secure element.
31 * The minimum location value for a secure element is 1, like on any
36 /** The base of the range of ITS file identifiers for secure element
47 /** The maximum number of registered secure element driver locations. */
50 /** Unregister all secure element drivers.
58 /** Initialize all secure element drivers.
64 /** A structure that describes a registered secure element driver.
66 * A secure element driver table entry contains a pointer to the
71 /** 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-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-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-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/cmsis/CMSIS/Core/Include/m-profile/
Dcmsis_tiarmclang_m.h729 \brief Get Control Register (non-secure)
730 \details Returns the content of the non-secure Control Register when in secure mode.
731 \return non-secure Control Register value
757 \brief Set Control Register (non-secure)
758 \details Writes the given value to the non-secure Control Register when in secure state.
827 \brief Get Process Stack Pointer (non-secure)
828 …\details Returns the current value of the non-secure Process Stack Pointer (PSP) when in secure st…
854 \brief Set Process Stack Pointer (non-secure)
855 …\details Assigns the given value to the non-secure Process Stack Pointer (PSP) when in secure stat…
881 \brief Get Main Stack Pointer (non-secure)
[all …]
Dcmsis_clang_m.h730 \brief Get Control Register (non-secure)
731 \details Returns the content of the non-secure Control Register when in secure mode.
732 \return non-secure Control Register value
758 \brief Set Control Register (non-secure)
759 \details Writes the given value to the non-secure Control Register when in secure state.
828 \brief Get Process Stack Pointer (non-secure)
829 …\details Returns the current value of the non-secure Process Stack Pointer (PSP) when in secure st…
855 \brief Set Process Stack Pointer (non-secure)
856 …\details Assigns the given value to the non-secure Process Stack Pointer (PSP) when in secure stat…
882 \brief Get Main Stack Pointer (non-secure)
[all …]
Dcmsis_armclang_m.h729 \brief Get Control Register (non-secure)
730 \details Returns the content of the non-secure Control Register when in secure mode.
731 \return non-secure Control Register value
757 \brief Set Control Register (non-secure)
758 \details Writes the given value to the non-secure Control Register when in secure state.
827 \brief Get Process Stack Pointer (non-secure)
828 …\details Returns the current value of the non-secure Process Stack Pointer (PSP) when in secure st…
854 \brief Set Process Stack Pointer (non-secure)
855 …\details Assigns the given value to the non-secure Process Stack Pointer (PSP) when in secure stat…
881 \brief Get Main Stack Pointer (non-secure)
[all …]
Dcmsis_gcc_m.h913 \brief Get Control Register (non-secure)
914 \details Returns the content of the non-secure Control Register when in secure mode.
915 \return non-secure Control Register value
941 \brief Set Control Register (non-secure)
942 \details Writes the given value to the non-secure Control Register when in secure state.
1011 \brief Get Process Stack Pointer (non-secure)
1012 …\details Returns the current value of the non-secure Process Stack Pointer (PSP) when in secure st…
1038 \brief Set Process Stack Pointer (non-secure)
1039 …\details Assigns the given value to the non-secure Process Stack Pointer (PSP) when in secure stat…
1065 \brief Get Main Stack Pointer (non-secure)
[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/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/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…

12345678910>>...45