| /optee_os/core/lib/libtomcrypt/src/mac/pelican/ |
| H A D | pelican_test.c | 18 unsigned char K[32], MSG[64], T[16]; in pelican_test() 87 if ((err = pelican_process(&pel, tests[x].MSG, tests[x].ptlen)) != CRYPT_OK) { in pelican_test()
|
| /optee_os/core/drivers/crypto/caam/ae/ |
| H A D | caam_ae_gcm.c | 145 caam_desc_add_word(desc, FIFO_LD_SEQ(MSG, 0) | FIFO_STORE_EXT | in caam_ae_do_block_gcm() 183 FIFO_LD_SEQ(MSG, corrupted_block_size) | in caam_ae_do_block_gcm() 197 FIFO_LD_SEQ(MSG, corrupted_block_size) | in caam_ae_do_block_gcm() 286 caam_desc_add_word(desc, FIFO_LD_SEQ(MSG, 0) | FIFO_STORE_EXT | in caam_ae_do_block_gcm()
|
| H A D | caam_ae.c | 534 caam_desc_fifo_load(desc, src, CLASS_1, MSG, LAST_C1); in caam_ae_do_oneshot() 684 caam_desc_fifo_load(desc, src, CLASS_1, MSG, LAST_C1); in caam_ae_do_block() 692 FIFO_LD(CLASS_1, MSG, LAST_C1, 0)); in caam_ae_do_block()
|
| /optee_os/lib/libutils/ext/include/ |
| H A D | trace.h | 46 #define MSG(...) (void)0 macro 48 #define MSG(...) trace_printf_helper(0, false, __VA_ARGS__) macro
|
| /optee_os/core/arch/arm/plat-rockchip/ |
| H A D | platform.c | 22 MSG("Not protecting region %d: 0x%lx-0x%lx", rgn, st, st + sz); in platform_secure_ddr_region()
|
| /optee_os/core/drivers/crypto/caam/hash/ |
| H A D | caam_hash_mac.c | 90 caam_desc_fifo_load(desc, &key, CLASS_2, MSG, LAST_C2); in do_reduce_key() 177 caam_desc_add_word(desc, FIFO_LD_IMM(CLASS_2, MSG, LAST_C2, 0)); in do_hmac_init()
|
| H A D | caam_hash.c | 429 caam_desc_add_word(desc, FIFO_LD(CLASS_2, MSG, NOACTION, in do_update_hash() 436 caam_desc_fifo_load(desc, src, CLASS_2, MSG, LAST_C2); in do_update_hash() 636 caam_desc_add_word(desc, FIFO_LD_EXT(CLASS_2, MSG, LAST_C2)); in caam_hash_hmac_final()
|
| /optee_os/core/drivers/crypto/caam/cipher/ |
| H A D | caam_cipher_mac.c | 351 FIFO_LD_EXT(CLASS_1, MSG, NOACTION)); in run_cmac_desc() 354 FIFO_LD_EXT(CLASS_1, MSG, LAST_C1)); in run_cmac_desc() 365 caam_desc_fifo_load(desc, src, CLASS_1, MSG, LAST_C1); in run_cmac_desc() 374 FIFO_LD(CLASS_1, MSG, LAST_C1, 0)); in run_cmac_desc()
|
| H A D | caam_cipher.c | 174 caam_desc_fifo_load(desc, src, CLASS_1, MSG, LAST_C1); in caam_cipher_block()
|
| /optee_os/core/drivers/crypto/caam/acipher/ |
| H A D | caam_prime_dsa.c | 88 caam_desc_add_word(desc, NFIFO_PAD(BOTH, 0, MSG, RND, 16)); in do_desc_prime_q() 92 NFIFO_PAD(BOTH, NFIFO_LC1 | NFIFO_LC2, MSG, in do_desc_prime_q() 97 MSG, RND, seed->length)); in do_desc_prime_q()
|
| H A D | caam_prime_rsa.c | 501 caam_desc_add_word(desc, NFIFO_PAD(DECO, NFIFO_LC1, MSG, RND, 16)); in do_desc_prime()
|
| /optee_os/core/drivers/ |
| H A D | stm32_tamp.c | 1846 MSG("Internal tamper event %u (%s) occurred", id - INT_TAMP1 + 1, in stm32_tamp_itamper_action() 1855 MSG("External tamper %u occurs", id - EXT_TAMP1 + 1); in stm32_tamp_etamper_action()
|