| /OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/rk_test/ |
| H A D | rktest_crypto.c | 50 IMSG("Crypto SHA256 done."); in handle_crypto_sha() 56 IMSG("SHA256 compare OK."); in handle_crypto_sha() 104 IMSG("AES CBC ENC done."); in handle_crypto_aes() 114 IMSG("AES CBC DEC done."); in handle_crypto_aes() 120 IMSG("AES CBC test OK."); in handle_crypto_aes() 153 IMSG("AES XTS ENC done."); in handle_crypto_aes() 176 IMSG("AES XTS DEC done."); in handle_crypto_aes() 182 IMSG("AES XTS test OK."); in handle_crypto_aes() 219 IMSG("RSA gen key done."); in handle_crypto_rsa() 242 IMSG("RSA ENC done."); in handle_crypto_rsa() [all …]
|
| H A D | rktest_storage.c | 42 IMSG("Test create OK."); in handle_storage() 57 IMSG("Test write OK."); in handle_storage() 75 IMSG("Test read OK."); in handle_storage() 82 IMSG("Read data = write data."); in handle_storage() 87 IMSG("Delete."); in handle_storage()
|
| H A D | rktest_storage_speed.c | 33 IMSG("Test %s storage speed, size = %d.", in handle_storage_speed() 54 IMSG("Test create OK. use time %d ms.", use_time); in handle_storage_speed() 72 IMSG("Test write OK. use time %d ms.", use_time); in handle_storage_speed() 90 IMSG("Test read OK. use time %d ms.", use_time); in handle_storage_speed() 98 IMSG("Delete. use time %d ms.", use_time); in handle_storage_speed()
|
| H A D | rktest_crypto_hw.c | 75 IMSG("TEE_OpenTASession use time: %d", get_ms_diff(t1, t2)); in rk_user_ta_cipher() 93 IMSG("TEE_InvokeTACommand use time: %d", get_ms_diff(t1, t2)); in rk_user_ta_cipher() 98 IMSG("TEE_CloseTASession use time: %d", get_ms_diff(t1, t2)); in rk_user_ta_cipher() 141 IMSG("rk_user_ta_cipher encrypt use time: %d", get_ms_diff(t1, t2)); in handle_crypto_hw() 156 IMSG("rk_user_ta_cipher decrypt use time: %d", get_ms_diff(t1, t2)); in handle_crypto_hw()
|
| H A D | rktest_transfer_data.c | 19 IMSG("Get and update the params[0]."); in handle_transfer_data() 24 IMSG("Get the params[1]: %s", (char *)params[1].memref.buffer); in handle_transfer_data() 31 IMSG("Copy params[1] to params[2].\nDone."); in handle_transfer_data()
|
| H A D | rktest_trng.c | 17 IMSG("=================== %s [%u] ================", name, len); in ta_dump_hex() 22 IMSG("%s", buffer); in ta_dump_hex() 28 IMSG("%s\n", buffer); in ta_dump_hex()
|
| H A D | rktest_otp.c | 31 IMSG("rk_otp_read succes with data: 0x%x, 0x%x", *read_data, in handle_otp_read() 54 IMSG("rk_otp_write succes with data: 0x%x, 0x%x", write_data[0], write_data[1]); in handle_otp_write() 68 IMSG("The oem otp size is %d byte.", otp_size); in handle_otp_size()
|
| H A D | rktest_property.c | 46 IMSG("GetProperty: %s - %s\n", name, value); in handle_property() 49 IMSG("The enumerator has reached the end of the property set"); in handle_property() 50 IMSG("Or if it has not started."); in handle_property()
|
| H A D | rktest_entry.c | 53 IMSG("Hello!\n"); in TA_OpenSessionEntryPoint() 65 IMSG("Goodbye!\n"); in TA_CloseSessionEntryPoint()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/ta/rk_test/ |
| H A D | rktest_crypto.c | 51 IMSG("Crypto SHA256 done."); in handle_crypto_sha() 57 IMSG("SHA256 compare OK."); in handle_crypto_sha() 106 IMSG("AES CBC ENC done."); in handle_crypto_aes() 116 IMSG("AES CBC DEC done."); in handle_crypto_aes() 122 IMSG("AES CBC test OK."); in handle_crypto_aes() 155 IMSG("AES XTS ENC done."); in handle_crypto_aes() 178 IMSG("AES XTS DEC done."); in handle_crypto_aes() 184 IMSG("AES XTS test OK."); in handle_crypto_aes() 221 IMSG("RSA gen key done."); in handle_crypto_rsa() 243 IMSG("RSA ENC done."); in handle_crypto_rsa() [all …]
|
| H A D | rktest_storage.c | 42 IMSG("Test create OK."); in handle_storage() 57 IMSG("Test write OK."); in handle_storage() 75 IMSG("Test read OK."); in handle_storage() 82 IMSG("Read data = write data."); in handle_storage() 87 IMSG("Delete."); in handle_storage()
|
| H A D | rktest_storage_speed.c | 32 IMSG("Test %s storage speed, size = %d.", in handle_storage_speed() 47 IMSG("Test create OK. use time %d ms.", use_time); in handle_storage_speed() 65 IMSG("Test write OK. use time %d ms.", use_time); in handle_storage_speed() 83 IMSG("Test read OK. use time %d ms.", use_time); in handle_storage_speed() 91 IMSG("Delete. use time %d ms.", use_time); in handle_storage_speed()
|
| H A D | rktest_transfer_data.c | 19 IMSG("Get and update the params[0]."); in handle_transfer_data() 24 IMSG("Get the params[1]: %s", (char *)params[1].memref.buffer); in handle_transfer_data() 31 IMSG("Copy params[1] to params[2].\nDone."); in handle_transfer_data()
|
| H A D | rktest_trng.c | 17 IMSG("=================== %s [%u] ================", name, len); in my_dump_hex() 22 IMSG("%s", buffer); in my_dump_hex() 28 IMSG("%s\n", buffer); in my_dump_hex()
|
| H A D | rktest_otp.c | 32 IMSG("rk_otp_read succes with data: 0x%x, 0x%x", *read_data, in handle_otp_read() 55 IMSG("rk_otp_write succes with data: 0x%x, 0x%x", write_data[0], write_data[1]); in handle_otp_write() 69 IMSG("The oem otp size is %d byte.", otp_size); in handle_otp_size()
|
| H A D | rktest_property.c | 46 IMSG("GetProperty: %s - %s\n", name, value); in handle_property() 49 IMSG("The enumerator has reached the end of the property set"); in handle_property() 50 IMSG("Or if it has not started."); in handle_property()
|
| H A D | rktest_entry.c | 53 IMSG("Hello!\n"); in TA_OpenSessionEntryPoint() 65 IMSG("Goodbye!\n"); in TA_CloseSessionEntryPoint()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/ta/rk_public_api/ |
| H A D | rk_crypto_api.c | 159 IMSG("key_len = %d; curve = %d", key_len, curve); in rk_gen_ec_key() 262 IMSG("in is 0x%x; out is 0x%x; key is 0x%x; ", *in, *out, *key); in rk_cipher_crypto() 263 IMSG("in_len is %d; key_len is %d; algo is %08x", len, key_len, algo); in rk_cipher_crypto() 265 IMSG("iv is 0x%x", *iv); in rk_cipher_crypto() 496 IMSG("key is 0x%x; key_len is %d; algo is %08x", *key, key_len, algo); in rk_cipher_begin() 498 IMSG("iv is 0x%x", *iv); in rk_cipher_begin() 629 IMSG("ctx->buffer_offs: %d; ctx->algo: 0x%x", in rk_cipher_buffer_update() 632 IMSG("in is 0x%x; out is 0x%x; in_len is %d; out_len is %d", in rk_cipher_buffer_update() 707 IMSG("out[0] is 0x%x; out_size is %d", *out, out_size); in rk_cipher_buffer_update() 728 IMSG("ctx->obj: 0x%x;ctx->op: 0x%x;ctx->algo: 0x%x", in rk_cipher_update() [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/rk_public_api/ |
| H A D | rk_crypto_api.c | 159 IMSG("key_len = %d; curve = %d", key_len, curve); in rk_gen_ec_key() 262 IMSG("in is 0x%x; out is 0x%x; key is 0x%x; ", *in, *out, *key); in rk_cipher_crypto() 263 IMSG("in_len is %d; key_len is %d; algo is %08x", len, key_len, algo); in rk_cipher_crypto() 265 IMSG("iv is 0x%x", *iv); in rk_cipher_crypto() 512 IMSG("key is 0x%x; key_len is %d; algo is %08x", *key, key_len, algo); in rk_cipher_begin() 514 IMSG("iv is 0x%x", *iv); in rk_cipher_begin() 655 IMSG("ctx->buffer_offs: %d; ctx->algo: 0x%x", in rk_cipher_buffer_update() 658 IMSG("in is 0x%x; out is 0x%x; in_len is %d; out_len is %d", in rk_cipher_buffer_update() 733 IMSG("out[0] is 0x%x; out_size is %d", *out, out_size); in rk_cipher_buffer_update() 754 IMSG("ctx->obj: 0x%x;ctx->op: 0x%x;ctx->algo: 0x%x", in rk_cipher_update() [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/crypto/rockchip/ |
| H A D | crypto_v2.c | 21 #define IMSG(format, ...) printf("[%s, %05d]-trace: " format "\n", \ macro 24 #define IMSG(format, ...) macro 753 IMSG("%s\n", ret == -ETIME ? "timeout" : "dismatch"); in dump_crypto_state() 755 IMSG("CRYPTO_DMA_INT_ST = %08x, expect_int = %08x\n", in dump_crypto_state() 757 IMSG("data desc = %p\n", desc); in dump_crypto_state() 758 IMSG("\taddr_in = [%08x <=> %08x]\n", in dump_crypto_state() 760 IMSG("\taddr_out = [%08x <=> %08x]\n", in dump_crypto_state() 762 IMSG("\tsrc_len = [%08x <=> %08x]\n", in dump_crypto_state() 764 IMSG("\tdst_len = %08x\n", desc->dst_len); in dump_crypto_state() 765 IMSG("\tdma_ctl = %08x\n", desc->dma_ctrl); in dump_crypto_state() [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/os_test/ |
| H A D | os_test.c | 664 IMSG("Testing floating point operations"); in test_float() 717 IMSG("Floating point disabled"); in test_float() 748 IMSG("Bget test disabled"); in test_bget() 766 IMSG("Returned via longjmp"); in test_setjmp() 1390 IMSG("ELF module index: %d", *count); in iterate_hdr_cb() 1391 IMSG(" dlpi_addr=%p", (void *)info->dlpi_addr); in iterate_hdr_cb() 1392 IMSG(" dlpi_name='%s'", info->dlpi_name); in iterate_hdr_cb() 1393 IMSG(" dlpi_phdr=%p", (void *)info->dlpi_phdr); in iterate_hdr_cb() 1394 IMSG(" dlpi_phnum=%hu", info->dlpi_phnum); in iterate_hdr_cb() 1395 IMSG(" dlpi_adds=%llu", info->dlpi_adds); in iterate_hdr_cb() [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/storage_benchmark/ |
| H A D | benchmark.c | 135 IMSG("start: %u.%u(s), stop: %u.%u(s), delta: %u(ms)", in test_write() 178 IMSG("start: %u.%u(s), stop: %u.%u(s), delta: %u(ms)", in test_read() 245 IMSG("start: %u.%u(s), stop: %u.%u(s), delta: %u(ms)", in test_rewrite() 325 IMSG("command id: %u, test data size: %zd, chunk size: %zd\n", in ta_stroage_benchmark_chunk_access_test()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/ |
| H A D | trace.h | 76 #define IMSG(...) (void)0 macro 78 #define IMSG(...) trace_printf_helper(TRACE_INFO, true, __VA_ARGS__) macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | trace.h | 58 #define IMSG(...) (void)0 macro 60 #define IMSG(...) trace_printf_helper(TRACE_INFO, true, __VA_ARGS__) macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | trace.h | 58 #define IMSG(...) (void)0 macro 60 #define IMSG(...) trace_printf_helper(TRACE_INFO, true, __VA_ARGS__) macro
|