Home
last modified time | relevance | path

Searched defs:dest (Results 1 – 3 of 3) sorted by relevance

/optee_test/ta/crypt/
A Darith_taf.c265 TEE_BigInt *dest = lookup_handle(HT_BIGINT, params[1].value.a); in ta_entry_arith_shift_right() local
308 void (*func)(TEE_BigInt *dest, in ternary_func()
318 TEE_BigInt *dest = lookup_handle(HT_BIGINT, params[1].value.b); in ternary_func() local
330 void (*func)(TEE_BigInt *dest, in binary_func()
338 TEE_BigInt *dest = lookup_handle(HT_BIGINT, params[1].value.a); in binary_func() local
350 void (*func)(TEE_BigInt *dest, in unary_func()
356 TEE_BigInt *dest = lookup_handle(HT_BIGINT, params[0].value.b); in unary_func() local
519 TEE_BigIntFMM *dest = lookup_handle(HT_FMMVAR, params[1].value.b); in ta_entry_arith_to_fmm() local
537 TEE_BigInt *dest = lookup_handle(HT_BIGINT, params[1].value.b); in ta_entry_arith_from_fmm() local
556 TEE_BigIntFMM *dest = lookup_handle(HT_FMMVAR, params[2].value.a); in ta_entry_arith_compute_fmm() local
/optee_test/host/xtest/gp/include/
A Dxml_timearithm_api.h649 uint32_t cmd_id, uint32_t dest, in Invoke_BigIntAddMod()
656 uint32_t cmd_id, uint32_t dest, in Invoke_BigIntAdd()
663 uint32_t cmd_id, uint32_t dest, in Invoke_BigIntMul()
677 uint32_t cmd_id, uint32_t dest, in Invoke_StoreS32()
/optee_test/host/openssl/include/openssl/
A Dbn.h293 # define BN_with_flags(dest,b,n) ((dest)->d=(b)->d, \ argument

Completed in 8 milliseconds