Home
last modified time | relevance | path

Searched refs:TEE_ALG_RSASSA_PKCS1_V1_5_SHA256 (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/rk_test/
H A Drktest_crypto.c287 algo = TEE_ALG_RSASSA_PKCS1_V1_5_SHA256; in handle_crypto_rsa()
311 algo = TEE_ALG_RSASSA_PKCS1_V1_5_SHA256; in handle_crypto_rsa()
/OK3568_Linux_fs/external/security/rk_tee_user/v1/ta/rk_test/
H A Drktest_crypto.c287 algo = TEE_ALG_RSASSA_PKCS1_V1_5_SHA256; in handle_crypto_rsa()
310 algo = TEE_ALG_RSASSA_PKCS1_V1_5_SHA256; in handle_crypto_rsa()
/OK3568_Linux_fs/u-boot/include/optee_include/
H A Dtee_api_defines.h147 #define TEE_ALG_RSASSA_PKCS1_V1_5_SHA256 0x70004830 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Dtee_api_defines.h144 #define TEE_ALG_RSASSA_PKCS1_V1_5_SHA256 0x70004830 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Dtee_api_defines.h144 #define TEE_ALG_RSASSA_PKCS1_V1_5_SHA256 0x70004830 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dtee_api_defines.h144 #define TEE_ALG_RSASSA_PKCS1_V1_5_SHA256 0x70004830 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dtee_api_defines.h144 #define TEE_ALG_RSASSA_PKCS1_V1_5_SHA256 0x70004830 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/
H A Dtee_api_defines.h168 #define TEE_ALG_RSASSA_PKCS1_V1_5_SHA256 0x70004830 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/
H A Dtee_api_defines.h168 #define TEE_ALG_RSASSA_PKCS1_V1_5_SHA256 0x70004830 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dregression_4000.c2781 XTEST_AC_RSA_CASE(0, TEE_ALG_RSASSA_PKCS1_V1_5_SHA256, TEE_MODE_SIGN,
2783 XTEST_AC_RSA_CASE(0, TEE_ALG_RSASSA_PKCS1_V1_5_SHA256, TEE_MODE_VERIFY,
2895 XTEST_AC_RSA_CASE(0, TEE_ALG_RSASSA_PKCS1_V1_5_SHA256, TEE_MODE_SIGN,
2897 XTEST_AC_RSA_CASE(0, TEE_ALG_RSASSA_PKCS1_V1_5_SHA256, TEE_MODE_VERIFY,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/gp/include/
H A Dxml_crypto_api.h3107 case TEE_ALG_RSASSA_PKCS1_V1_5_SHA256: in algo_to_md()
3127 case TEE_ALG_RSASSA_PKCS1_V1_5_SHA256: in padding_is_pkcs1_v1_5()