Searched refs:valid (Results 1 – 7 of 7) sorted by relevance
| /optee_os/core/kernel/ |
| H A D | asan.c | 295 bool valid = false; in check_access() local 315 valid = asan_shadow_1byte_isvalid(addr); in check_access() 318 valid = asan_shadow_2byte_isvalid(addr); in check_access() 321 valid = asan_shadow_4byte_isvalid(addr); in check_access() 324 valid = asan_shadow_8byte_isvalid(addr); in check_access() 327 valid = asan_shadow_Nbyte_isvalid(addr, size); in check_access() 331 valid = asan_shadow_Nbyte_isvalid(addr, size); in check_access() 334 if (!valid) in check_access()
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | constant_time.c | 137 mbedtls_ct_condition_t valid = mbedtls_ct_bool_and(mbedtls_ct_uint_ge(i, skip_head), in mbedtls_ct_memcmp_partial() local 139 diff |= mbedtls_ct_uint_if_else_0(valid, d); in mbedtls_ct_memcmp_partial()
|
| /optee_os/mk/ |
| H A D | checkconf.mk | 164 $(error CFG_$(1) is set to '$(CFG_$(1))', valid values are: $(2)))
|
| /optee_os/lib/libutils/isoc/ |
| H A D | bget.doc | 224 the buffer pool in any manner which would be valid were the application 290 is returned if the pool is valid, 0 if an error is found.
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | ChangeLog | 298 clear. As a result, an attacker that had a certificate valid for uses other 1123 subidentifiers can be valid, but Mbed TLS cannot currently handle them. 1776 input buffer size is valid only for the built-in implementation of GCM. 2171 to create is not valid, bringing them in line with version 1.0.0 of the 2217 the affected side to wrongly reject valid messages. Fixes #4118. 2497 valid. However, if the parameters do not match in *any* way then the 2579 * Remove the zeroization of a pointer variable in AES rounds. It was valid 3046 an incoming record is valid, authentic and has not been seen before. This 3678 * Clarify documentation for mbedtls_ssl_write() to include 0 as a valid 3954 * In test_suite_pk, pass valid parameters when testing for hash length [all …]
|
| H A D | README.md | 267 - All-bits-zero must be a valid representation of a null pointer.
|
| H A D | LICENSE | 356 b) Accompany it with a written offer, valid for at least three
|