Home
last modified time | relevance | path

Searched refs:TEE_ALG_RSA_NOPAD (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/u-boot/include/optee_include/
H A Dtee_api_defines.h162 #define TEE_ALG_RSA_NOPAD 0x60000030 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Dtee_api_defines.h161 #define TEE_ALG_RSA_NOPAD 0x60000030 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Dtee_api_defines.h161 #define TEE_ALG_RSA_NOPAD 0x60000030 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dtee_api_defines.h161 #define TEE_ALG_RSA_NOPAD 0x60000030 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dtee_api_defines.h161 #define TEE_ALG_RSA_NOPAD 0x60000030 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/
H A Dtee_api_defines.h185 #define TEE_ALG_RSA_NOPAD 0x60000030 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/
H A Dtee_api_defines.h185 #define TEE_ALG_RSA_NOPAD 0x60000030 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dregression_4000.c2728 XTEST_AC_RSA_CASE(0, TEE_ALG_RSA_NOPAD, TEE_MODE_ENCRYPT,
2730 XTEST_AC_RSA_CASE(0, TEE_ALG_RSA_NOPAD, TEE_MODE_DECRYPT,
2732 XTEST_AC_RSA_CASE(0, TEE_ALG_RSA_NOPAD, TEE_MODE_ENCRYPT,
2734 XTEST_AC_RSA_CASE(0, TEE_ALG_RSA_NOPAD, TEE_MODE_DECRYPT,
2736 XTEST_AC_RSA_CASE(0, TEE_ALG_RSA_NOPAD, TEE_MODE_ENCRYPT,
2738 XTEST_AC_RSA_CASE(0, TEE_ALG_RSA_NOPAD, TEE_MODE_DECRYPT,
2740 XTEST_AC_RSA_CASE(0, TEE_ALG_RSA_NOPAD, TEE_MODE_ENCRYPT,
2742 XTEST_AC_RSA_CASE(0, TEE_ALG_RSA_NOPAD, TEE_MODE_DECRYPT,
2863 XTEST_AC_RSA_CASE(0, TEE_ALG_RSA_NOPAD, TEE_MODE_ENCRYPT,
2865 XTEST_AC_RSA_CASE(0, TEE_ALG_RSA_NOPAD, TEE_MODE_DECRYPT,
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/gp/include/
H A Dxml_crypto_api.h2221 if (saved_alloc.algo == TEE_ALG_RSA_NOPAD) { in Invoke_Crypto_AsymmetricDecrypt()