Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/optee_include/
H A Dtee_api_defines.h219 #define TEE_ATTR_RSA_PUBLIC_EXPONENT 0xD0000230 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Dtee_api_defines.h244 #define TEE_ATTR_RSA_PUBLIC_EXPONENT 0xD0000230 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Dtee_api_defines.h244 #define TEE_ATTR_RSA_PUBLIC_EXPONENT 0xD0000230 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dtee_api_defines.h244 #define TEE_ATTR_RSA_PUBLIC_EXPONENT 0xD0000230 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dtee_api_defines.h244 #define TEE_ATTR_RSA_PUBLIC_EXPONENT 0xD0000230 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/
H A Dtee_api_defines.h287 #define TEE_ATTR_RSA_PUBLIC_EXPONENT 0xD0000230 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/
H A Dtee_api_defines.h287 #define TEE_ATTR_RSA_PUBLIC_EXPONENT 0xD0000230 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v1/ta/rk_public_api/
H A Drk_crypto_api.c56 TEE_InitRefAttribute(&attr, TEE_ATTR_RSA_PUBLIC_EXPONENT, e, e_len); in rk_gen_rsa_key()
79 res = TEE_GetObjectBufferAttribute(obj, TEE_ATTR_RSA_PUBLIC_EXPONENT, in rk_gen_rsa_key()
1481 TEE_InitRefAttribute(&attr[1], TEE_ATTR_RSA_PUBLIC_EXPONENT, key->e, in rk_rsa_begin()
1641 TEE_InitRefAttribute(&attr[1], TEE_ATTR_RSA_PUBLIC_EXPONENT, key->e, 3); in rk_rsa_crypto()
1716 TEE_InitRefAttribute(&attr[1], TEE_ATTR_RSA_PUBLIC_EXPONENT, key->e, 3); in rk_rsa_sign()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/rk_public_api/
H A Drk_crypto_api.c56 TEE_InitRefAttribute(&attr, TEE_ATTR_RSA_PUBLIC_EXPONENT, e, e_len); in rk_gen_rsa_key()
79 res = TEE_GetObjectBufferAttribute(obj, TEE_ATTR_RSA_PUBLIC_EXPONENT, in rk_gen_rsa_key()
1537 TEE_InitRefAttribute(&attr[1], TEE_ATTR_RSA_PUBLIC_EXPONENT, key->e, in rk_rsa_begin()
1699 TEE_InitRefAttribute(&attr[1], TEE_ATTR_RSA_PUBLIC_EXPONENT, key->e, 3); in rk_rsa_crypto()
1783 TEE_InitRefAttribute(&attr[1], TEE_ATTR_RSA_PUBLIC_EXPONENT, key->e, 3); in rk_rsa_sign()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/gp/include/
H A Dxml_datastorage_api.h1840 TEE_ATTR_RSA_MODULUS, TEE_ATTR_RSA_PUBLIC_EXPONENT, in Macro_GetRSAAttributes()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dregression_4000.c3659 TEE_ATTR_RSA_PUBLIC_EXPONENT, in xtest_tee_test_4006()
4143 KEY_ATTR(TEE_ATTR_RSA_PUBLIC_EXPONENT, false), in test_rsa_key_pair()