Searched refs:SECURE (Results 1 - 6 of 6) sorted by relevance
/third_party/nghttp2/src/ |
H A D | shrpx_http.cc | 180 static constexpr auto SECURE = StringRef::from_lit("; Secure"); in create_affinity_cookie() local 188 len += SECURE.size(); in create_affinity_cookie() 205 p = std::copy(std::begin(SECURE), std::end(SECURE), p); in create_affinity_cookie()
|
H A D | shrpx.cc | 2374 "affinity-cookie-secure=<SECURE>" controls the Secure in print_help() 2378 set. Otherwise, it is not set. If <SECURE> is "yes", in print_help() 2379 the Secure attribute is always set. If <SECURE> is in print_help()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/ |
H A D | ieee802_1x_cp.c | 26 enum connect_type { PENDING, UNAUTHENTICATED, AUTHENTICATED, SECURE }; enumerator 104 return sm->connect != SECURE || sm->chgd_server || changed_cipher(sm); in changed_connect() 359 else if (sm->connect == SECURE) in SM_STEP() 569 sm->connect = SECURE; in ieee802_1x_cp_connect_secure()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/ |
H A D | ieee802_1x_cp.c | 26 enum connect_type { PENDING, UNAUTHENTICATED, AUTHENTICATED, SECURE }; enumerator 104 return sm->connect != SECURE || sm->chgd_server || changed_cipher(sm); in changed_connect() 370 else if (sm->connect == SECURE) in SM_STEP() 580 sm->connect = SECURE; in ieee802_1x_cp_connect_secure()
|
/third_party/elfutils/libebl/ |
H A D | eblauxvinfo.c | 67 TYPE (SECURE, "u") \
|
/third_party/cmsis/CMSIS/Core/Include/ |
H A D | core_ca.h | 2159 SECURE, enumerator 2197 region.sec_t = SECURE; \ 2212 region.sec_t = SECURE; \ 2227 region.sec_t = SECURE; \ 2242 region.sec_t = SECURE; \ 2257 region.sec_t = SECURE; \ 2271 region.sec_t = SECURE; \ 2286 region.sec_t = SECURE; \ 2301 region.sec_t = SECURE; \ 2315 region.sec_t = SECURE; \ [all...] |
Completed in 15 milliseconds