Home
last modified time | relevance | path

Searched refs:sha256_in (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/os_test/
H A Dos_test.c882 static const uint8_t sha256_in[] = { 'a', 'b', 'c' }; in ta_entry_client() local
897 in = TEE_Malloc(sizeof(sha256_in), 0); in ta_entry_client()
900 TEE_MemMove(in, sha256_in, sizeof(sha256_in)); in ta_entry_client()
912 l_params[0].memref.size = sizeof(sha256_in); in ta_entry_client()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dregression_1000.c113 static const uint8_t sha256_in[] = { 'a', 'b', 'c' }; in xtest_crypto_test() local
122 op.params[0].tmpref.buffer = (void *)sha256_in; in xtest_crypto_test()
123 op.params[0].tmpref.size = sizeof(sha256_in); in xtest_crypto_test()
1093 static const uint8_t sha256_in[] = { 'a', 'b', 'c' }; in xtest_tee_test_1013_single() local
1155 arg[n].in = sha256_in; in xtest_tee_test_1013_single()
1156 arg[n].in_len = sizeof(sha256_in); in xtest_tee_test_1013_single()