Searched refs:_len (Results 1 – 3 of 3) sorted by relevance
| /optee_os/core/drivers/crypto/crypto_api/include/ |
| H A D | drvcrypt.h | 31 __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 D | caam_trace.h | 316 __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 D | ChangeLog | 4875 strings; use the new *_len variables instead of strlen().
|