Home
last modified time | relevance | path

Searched refs:TEE_ALG_SHA256 (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/rk_test/
H A Drktest_crypto.c25 uint32_t hash_algo = TEE_ALG_SHA256; in handle_crypto_sha()
274 res = rk_hash_crypto(in_data, hash, sizeof(in_data), hash_len, TEE_ALG_SHA256); in handle_crypto_rsa()
/OK3568_Linux_fs/external/security/rk_tee_user/v1/ta/rk_test/
H A Drktest_crypto.c26 uint32_t hash_algo = TEE_ALG_SHA256; in handle_crypto_sha()
274 res = rk_hash_crypto(in_data, hash, sizeof(in_data), hash_len, TEE_ALG_SHA256); in handle_crypto_rsa()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/sha_perf/
H A Dta_sha_perf.c75 algo = TEE_ALG_SHA256; in cmd_prepare_op()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/concurrent/
H A Dta_entry.c114 res = TEE_AllocateOperation(&op, TEE_ALG_SHA256, TEE_MODE_DIGEST, 0); in ta_entry_sha256()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/concurrent_large/
H A Dta_entry.c114 res = TEE_AllocateOperation(&op, TEE_ALG_SHA256, TEE_MODE_DIGEST, 0); in ta_entry_sha256()
/OK3568_Linux_fs/u-boot/include/optee_include/
H A Dtee_api_defines.h170 #define TEE_ALG_SHA256 0x50000004 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dutee_defines.h191 case TEE_ALG_SHA256: in __tee_alg_get_digest_size()
H A Dtee_api_defines.h171 #define TEE_ALG_SHA256 0x50000004 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Dtee_api_defines.h171 #define TEE_ALG_SHA256 0x50000004 macro
H A Dutee_defines.h191 case TEE_ALG_SHA256: in __tee_alg_get_digest_size()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Dtee_api_defines.h171 #define TEE_ALG_SHA256 0x50000004 macro
H A Dutee_defines.h191 case TEE_ALG_SHA256: in __tee_alg_get_digest_size()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dtee_api_defines.h171 #define TEE_ALG_SHA256 0x50000004 macro
H A Dutee_defines.h191 case TEE_ALG_SHA256: in __tee_alg_get_digest_size()
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/
H A Dtee_api_defines.h193 #define TEE_ALG_SHA256 0x50000004 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/
H A Dtee_api_defines.h193 #define TEE_ALG_SHA256 0x50000004 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dregression_4000.c944 XTEST_HASH_CASE(TEE_ALG_SHA256, 1, hash_data_sha256_in1,
946 XTEST_HASH_CASE(TEE_ALG_SHA256, 1, hash_data_sha256_in2,
3603 hash_algo = TEE_ALG_SHA256; in xtest_tee_test_4006()
/OK3568_Linux_fs/external/security/rk_tee_user/v1/ta/rk_public_api/
H A Drk_crypto_api.c1264 hash_algo = TEE_ALG_SHA256; in rk_mac_begin()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/rk_public_api/
H A Drk_crypto_api.c1311 hash_algo = TEE_ALG_SHA256; in rk_mac_begin()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/gp/include/
H A Dxml_crypto_api.h2662 case TEE_ALG_SHA256: in hash_algo_to_md()