Searched refs:sha256_in (Results 1 – 2 of 2) sorted by relevance
882 static const uint8_t sha256_in[] = { 'a', 'b', 'c' }; in ta_entry_client() local897 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()
113 static const uint8_t sha256_in[] = { 'a', 'b', 'c' }; in xtest_crypto_test() local122 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() local1155 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()