Home
last modified time | relevance | path

Searched refs:allowed (Results 1 – 7 of 7) sorted by relevance

/optee_os/core/arch/arm/dts/
H A Dat91-sama5d27_wlsom1.dtsi74 regulator-allowed-modes = <2>, <4>;
93 regulator-allowed-modes = <2>, <4>;
116 regulator-allowed-modes = <2>, <4>;
135 regulator-allowed-modes = <2>, <4>;
H A Dat91-sama5d2_xplained.dts200 regulator-allowed-modes = <ACT8945A_REGULATOR_MODE_FIXED>,
218 regulator-allowed-modes = <ACT8945A_REGULATOR_MODE_FIXED>,
232 regulator-allowed-modes = <ACT8945A_REGULATOR_MODE_FIXED>,
246 regulator-allowed-modes = <ACT8945A_REGULATOR_MODE_NORMAL>,
260 regulator-allowed-modes = <ACT8945A_REGULATOR_MODE_NORMAL>,
274 regulator-allowed-modes = <ACT8945A_REGULATOR_MODE_NORMAL>,
288 regulator-allowed-modes = <ACT8945A_REGULATOR_MODE_NORMAL>,
H A Dat91-sama7g54_ek.dts276 regulator-allowed-modes = <2>, <4>;
296 regulator-allowed-modes = <2>, <4>;
317 regulator-allowed-modes = <2>, <4>;
337 regulator-allowed-modes = <2>, <4>;
/optee_os/lib/libmbedtls/mbedtls/
H A Ddco.txt10 license document, but changing it is not allowed.
H A DLICENSE221 of this license document, but changing it is not allowed.
365 allowed only for noncommercial distribution and only if you
H A DChangeLog607 allowed SSL sessions saved in one configuration to be loaded in a
1560 accept any curve that it supported, even if that curve was not allowed
1726 example, a memory disclosure vulnerability could have allowed a
2539 CCM, which allowed encryption with a non-standard length field.
2837 * Fix side channel in ECC code that allowed an adversary with access to
3429 space and a PSK-(EC)DHE ciphersuite was used, this allowed an attacker
3625 in (D)TLS 1.0 to 1.2, that allowed an active network attacker to
3638 1.2, that allowed a local attacker, able to execute code on the local
3648 on CBC, in (D)TLS 1.0 to 1.2, that allowed a local attacker, able to
3914 implementation allowed an offline 2^80 brute force attack on the
[all …]
/optee_os/ta/pkcs11/src/
H A Dpkcs11_attributes.c67 bool allowed = false; in check_mechanism_against_processing() local
85 allowed = mechanism_supported_flags(mechanism_type) & in check_mechanism_against_processing()
100 allowed = true; in check_mechanism_against_processing()
114 allowed = !mechanism_is_one_shot_only(mechanism_type); in check_mechanism_against_processing()
124 allowed = true; in check_mechanism_against_processing()
143 if (!allowed) { in check_mechanism_against_processing()