Searched refs:secure_state (Results 1 – 9 of 9) sorted by relevance
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/notification/ |
H A D | mail.py | 259 secure_state = False 273 secure_state = True 281 if not secure_state: 297 if not secure_state and secure in ('starttls', 'try'): 301 secure_state = True 324 if not secure_state and (username and password):
|
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/ |
H A D | mail.py | 269 secure_state = False 283 secure_state = True 291 if not secure_state: 307 if not secure_state and secure in ('starttls', 'try'): 311 secure_state = True 334 if not secure_state and (username and password):
|
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/notification/ |
H A D | mail.py | 269 secure_state = False 283 secure_state = True 291 if not secure_state: 307 if not secure_state and secure in ('starttls', 'try'): 311 secure_state = True 334 if not secure_state and (username and password):
|
/dports/sysutils/atf-sun50i_h6/arm-trusted-firmware-2.5/plat/st/stm32mp1/ |
H A D | stm32mp1_shared_resources.c | 562 bool secure_state = periph_is_secure(STM32MP1_SHRES_GPIOZ(pin)); in set_gpio_secure_configuration() local 564 set_gpio_secure_cfg(GPIO_BANK_Z, pin, secure_state); in set_gpio_secure_configuration()
|
/dports/sysutils/atf-sun50i_a64/arm-trusted-firmware-2.5/plat/st/stm32mp1/ |
H A D | stm32mp1_shared_resources.c | 562 bool secure_state = periph_is_secure(STM32MP1_SHRES_GPIOZ(pin)); in set_gpio_secure_configuration() local 564 set_gpio_secure_cfg(GPIO_BANK_Z, pin, secure_state); in set_gpio_secure_configuration()
|
/dports/sysutils/atf-rk3399/arm-trusted-firmware-2.5/plat/st/stm32mp1/ |
H A D | stm32mp1_shared_resources.c | 562 bool secure_state = periph_is_secure(STM32MP1_SHRES_GPIOZ(pin)); in set_gpio_secure_configuration() local 564 set_gpio_secure_cfg(GPIO_BANK_Z, pin, secure_state); in set_gpio_secure_configuration()
|
/dports/sysutils/atf-fvp/arm-trusted-firmware-2.5/plat/st/stm32mp1/ |
H A D | stm32mp1_shared_resources.c | 562 bool secure_state = periph_is_secure(STM32MP1_SHRES_GPIOZ(pin)); in set_gpio_secure_configuration() local 564 set_gpio_secure_cfg(GPIO_BANK_Z, pin, secure_state); in set_gpio_secure_configuration()
|
/dports/sysutils/atf-rk3328/arm-trusted-firmware-2.5/plat/st/stm32mp1/ |
H A D | stm32mp1_shared_resources.c | 562 bool secure_state = periph_is_secure(STM32MP1_SHRES_GPIOZ(pin)); in set_gpio_secure_configuration() local 564 set_gpio_secure_cfg(GPIO_BANK_Z, pin, secure_state); in set_gpio_secure_configuration()
|
/dports/devel/openocd/openocd-0.11.0/src/target/ |
H A D | cortex_m.c | 507 bool secure_state = false; in cortex_m_debug_entry() local 515 secure_state = (dscsr & DSCSR_CDS) == DSCSR_CDS; in cortex_m_debug_entry() 561 secure_state ? "Secure" : "Non-Secure", in cortex_m_debug_entry()
|