Home
last modified time | relevance | path

Searched refs:_len (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/drivers/crypto/crypto_api/include/
H A Ddrvcrypt.h31 __typeof__(len) _len = (len); \
32 CRYPTO_TRACE("%s @%p: %zu", title, _buf, _len); \
33 dhex_dump(NULL, 0, 0, _buf, _len); \
/optee_os/core/drivers/crypto/caam/include/
H A Dcaam_trace.h316 __typeof__(len) _len = (len); \
318 DRV_TRACE("%s @%p : %zu", title, _buf, _len); \
319 dhex_dump(NULL, 0, 0, _buf, _len); \
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog4875 strings; use the new *_len variables instead of strlen().