Searched refs:dest (Results 1 – 6 of 6) sorted by relevance
/optee_test/ta/crypt/ |
A D | arith_taf.c | 267 if (!op || !dest) in ta_entry_arith_shift_right() 320 if (!op1 || !op2 || !n || !dest) in ternary_func() 323 func(dest, op1, op2, n); in ternary_func() 330 void (*func)(TEE_BigInt *dest, in binary_func() argument 340 if (!op1 || !op2 || !dest) in binary_func() 343 func(dest, op1, op2); in binary_func() 350 void (*func)(TEE_BigInt *dest, in unary_func() argument 358 if (!op || !dest) in unary_func() 361 func(dest, op); in unary_func() 521 if (!src || !n | !ctx || !dest) in ta_entry_arith_to_fmm() [all …]
|
/optee_test/host/openssl/include/openssl/ |
A D | ebcdic.h | 20 void *ebcdic2ascii(void *dest, const void *srce, size_t count); 21 void *ascii2ebcdic(void *dest, const void *srce, size_t count);
|
A D | bn.h | 293 # define BN_with_flags(dest,b,n) ((dest)->d=(b)->d, \ argument 294 (dest)->top=(b)->top, \ 295 (dest)->dmax=(b)->dmax, \ 296 (dest)->neg=(b)->neg, \ 297 (dest)->flags=(((dest)->flags & BN_FLG_MALLOCED) \
|
A D | crypto.h | 459 void CRYPTO_THREADID_cpy(CRYPTO_THREADID *dest, const CRYPTO_THREADID *src);
|
/optee_test/ta/os_test/include/ |
A D | testframework.h | 43 int TEE_BigIntConvertFromString(TEE_BigInt *dest, const char *src); 44 char *TEE_BigIntConvertToString(char *dest, int mode, const TEE_BigInt *src);
|
/optee_test/host/xtest/gp/include/ |
A D | xml_timearithm_api.h | 649 uint32_t cmd_id, uint32_t dest, in Invoke_BigIntAddMod() argument 652 return Invoke_Simple_Function_v2(c, sess, cmd_id, dest, mod, op1, op2); in Invoke_BigIntAddMod() 656 uint32_t cmd_id, uint32_t dest, in Invoke_BigIntAdd() argument 659 return Invoke_Simple_Function_v2(c, sess, cmd_id, dest, 0, op1, op2); in Invoke_BigIntAdd() 663 uint32_t cmd_id, uint32_t dest, in Invoke_BigIntMul() argument 666 return Invoke_Simple_Function_v2(c, sess, cmd_id, dest, 0, op1, op2); in Invoke_BigIntMul() 677 uint32_t cmd_id, uint32_t dest, in Invoke_StoreS32() argument 691 return Invoke_Simple_Function_v2(c, sess, cmd_id, dest, sign, v, 0); in Invoke_StoreS32()
|
Completed in 20 milliseconds