Home
last modified time | relevance | path

Searched refs:CIPHER_TRACE (Results 1 – 4 of 4) sorted by relevance

/optee_os-3.20.0/core/drivers/crypto/caam/cipher/
A Dcaam_cipher.c294 CIPHER_TRACE("Algorithm not supported"); in do_allocate()
300 CIPHER_TRACE("Allocation Cipher data error"); in do_allocate()
307 CIPHER_TRACE("Allocation descriptor error"); in do_allocate()
336 CIPHER_TRACE("Free Context (%p)", ctx); in do_free_intern()
361 CIPHER_TRACE("Free Context (%p)", ctx); in caam_cipher_free()
442 CIPHER_TRACE("Bad Key 1 size"); in caam_cipher_initialize()
462 CIPHER_TRACE("Bad Key 2 size"); in caam_cipher_initialize()
504 CIPHER_TRACE("Bad tweak 2 size"); in caam_cipher_initialize()
511 CIPHER_TRACE("Copy Tweak returned 0x%" PRIx32, in caam_cipher_initialize()
586 CIPHER_TRACE("Fullsize %zu", fullsize); in do_update_streaming()
[all …]
A Dcaam_cipher_xts.c94 CIPHER_TRACE("Algo AES XTS length=%zu - %s", dupdate->src.length, in caam_cipher_update_xts()
102 CIPHER_TRACE("Bad Addr (src %#" PRIxPA ") (dst %#" PRIxPA ")", in caam_cipher_update_xts()
127 CIPHER_TRACE("Tweak encryption error"); in caam_cipher_update_xts()
166 CIPHER_TRACE("Tweak block fullsize %zu", fullsize); in caam_cipher_update_xts()
170 CIPHER_TRACE("Tweak block ret 0x%" PRIx32, ret); in caam_cipher_update_xts()
186 CIPHER_TRACE("Last block size is %zu", lastblk); in caam_cipher_update_xts()
214 CIPHER_TRACE("Tweak penultimate block ret 0x%" PRIx32, ret); in caam_cipher_update_xts()
233 CIPHER_TRACE("Tweak last block ret 0x%" PRIx32, ret); in caam_cipher_update_xts()
245 CIPHER_TRACE("Tweak decryption error"); in caam_cipher_update_xts()
A Dcaam_cipher_mac.c155 CIPHER_TRACE("Length=%zu - %s", dupdate->src.length, in do_update_mac()
274 CIPHER_TRACE("Save input data %zu bytes of %zu (%zu)", in do_update_mac()
330 CIPHER_TRACE("Init/Final operation"); in run_cmac_desc()
335 CIPHER_TRACE("Init operation"); in run_cmac_desc()
432 CIPHER_TRACE("Length=%zu - %s", dupdate->src.length, in do_update_cmac()
506 CIPHER_TRACE("Do input %zu bytes, offset %zu", in do_update_cmac()
665 CIPHER_TRACE("Pad size = %zu", pad_size); in do_cmac_final()
671 CIPHER_TRACE("Pad src allocation error"); in do_cmac_final()
756 CIPHER_TRACE("Algorithm not supported"); in caam_cmac_allocate()
766 CIPHER_TRACE("Allocation MAC data error"); in caam_cmac_allocate()
[all …]
/optee_os-3.20.0/core/drivers/crypto/caam/include/
A Dcaam_trace.h161 #define CIPHER_TRACE DRV_TRACE macro
165 CIPHER_TRACE("CIPHER Descriptor"); \
177 #define CIPHER_TRACE(...) macro

Completed in 8 milliseconds