Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
A Dbase64.c123 size_t difference = in_a ^ in_b; in mbedtls_base64_eq() local
132 difference |= -difference; in mbedtls_base64_eq()
139 difference >>= ( sizeof( difference ) * 8 - 1 ); in mbedtls_base64_eq()
141 return (unsigned char) ( 1 ^ difference ); in mbedtls_base64_eq()
/optee_os/lib/libmbedtls/mbedtls/
A DChangeLog1562 is no functional difference. Contributed by Angus Gratton, and also
2934 * Fix timing difference that could theoretically lead to a
4082 ciphersuite respectively. This clarifies the difference

Completed in 10 milliseconds