Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dregression_8000.c373 hc->algo, TEE_MODE_DERIVE, max_size))) in xtest_test_derivation_hkdf()
493 cc->algo, TEE_MODE_DERIVE, max_size))) in xtest_test_derivation_concat_kdf()
619 pc->algo, TEE_MODE_DERIVE, max_size))) in xtest_test_derivation_pbkdf2()
H A Dregression_4000.c4659 TEE_ALG_DH_DERIVE_SHARED_SECRET, TEE_MODE_DERIVE, in xtest_tee_test_4008()
4769 TEE_MODE_DERIVE, pt->keysize))) in xtest_tee_test_4009()
5177 TEE_ALG_SM2_KEP, TEE_MODE_DERIVE, 512))) in xtest_tee_test_4014()
5332 TEE_ALG_SM2_KEP, TEE_MODE_DERIVE, 512))) in xtest_tee_test_4014()
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/
H A Dtee_api_types.h143 TEE_MODE_DERIVE = 6 enumerator
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Dtee_api_types.h127 TEE_MODE_DERIVE = 6 enumerator
/OK3568_Linux_fs/u-boot/include/optee_include/
H A Dtee_api_types.h121 TEE_MODE_DERIVE = 6 enumerator
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dtee_api_types.h127 TEE_MODE_DERIVE = 6 enumerator
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dtee_api_types.h127 TEE_MODE_DERIVE = 6 enumerator
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/
H A Dtee_api_types.h143 TEE_MODE_DERIVE = 6 enumerator
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Dtee_api_types.h127 TEE_MODE_DERIVE = 6 enumerator
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/rk_public_api/
H A Drk_crypto_api.c2147 res = TEE_AllocateOperation(&derive_op, algo, TEE_MODE_DERIVE, keysize * 2); in rk_sm2_kep_genkey()
2467 res = TEE_AllocateOperation(&derive_op, algo, TEE_MODE_DERIVE, in rk_pkcs5_pbkdf2_hmac()
2567 res = TEE_AllocateOperation(&derive_op, algo, TEE_MODE_DERIVE, ikm_len * 8); in rk_hkdf_genkey()
2644 res = TEE_AllocateOperation(&derive_op, algo, TEE_MODE_DERIVE, keysize); in rk_ecdh_genkey()
/OK3568_Linux_fs/external/security/rk_tee_user/v1/ta/rk_public_api/
H A Drk_crypto_api.c2014 res = TEE_AllocateOperation(&derive_op, algo, TEE_MODE_DERIVE, in rk_pkcs5_pbkdf2_hmac()
2114 res = TEE_AllocateOperation(&derive_op, algo, TEE_MODE_DERIVE, ikm_len * 8); in rk_hkdf_genkey()
2191 res = TEE_AllocateOperation(&derive_op, algo, TEE_MODE_DERIVE, keysize); in rk_ecdh_genkey()