Home
last modified time | relevance | path

Searched refs:unset (Results 1 – 2 of 2) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dentropy.c528 unsigned char unset = 0x00; in mbedtls_entropy_source_self_test_check_bits() local
533 unset |= buf[i]; in mbedtls_entropy_source_self_test_check_bits()
536 return set == 0xFF || unset == 0x00; in mbedtls_entropy_source_self_test_check_bits()
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog3064 if MBEDTLS_FS_IO and MBEDTLS_PEM_PARSE_C are unset. Fixes #2254.
3222 provided SSL context is unset.