Home
last modified time | relevance | path

Searched refs:dest_q (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/crypt/
H A Darith_taf.c403 TEE_BigInt *dest_q = lookup_handle(HT_BIGINT, params[1].value.a); in ta_entry_arith_div() local
406 if (!op1 || !op2 || !dest_q || !dest_r) in ta_entry_arith_div()
409 TEE_BigIntDiv(dest_q, dest_r, op1, op2); in ta_entry_arith_div()
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/
H A Dtee_api.h436 void TEE_BigIntDiv(TEE_BigInt *dest_q, TEE_BigInt *dest_r,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dtee_api.h404 void TEE_BigIntDiv(TEE_BigInt *dest_q, TEE_BigInt *dest_r,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Dtee_api.h404 void TEE_BigIntDiv(TEE_BigInt *dest_q, TEE_BigInt *dest_r,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Dtee_api.h404 void TEE_BigIntDiv(TEE_BigInt *dest_q, TEE_BigInt *dest_r,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dtee_api.h404 void TEE_BigIntDiv(TEE_BigInt *dest_q, TEE_BigInt *dest_r,
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/
H A Dtee_api.h436 void TEE_BigIntDiv(TEE_BigInt *dest_q, TEE_BigInt *dest_r,