Searched defs:src (Results 1 – 7 of 7) sorted by relevance
/optee_test-3.20.0/ta/os_test/include/ |
A D | tb_asserts.h | 41 #define TB_ASSERT_EQ_SHORT(src, short) \ argument
|
/optee_test-3.20.0/host/xtest/gp/include/ |
A D | xml_timearithm_api.h | 706 uint32_t src) in Invoke_BigIntConvertToS32() 712 uint32_t cmd, uint32_t src, in Invoke_BigIntGetBit() 735 uint32_t cmd, uint32_t src, in Invoke_BigIntGetBitCount() 780 uint32_t src, uint32_t mod, in Invoke_BigIntConvertToFMM() 790 uint32_t src, uint32_t mod, in Invoke_BigIntConvertFromFMM()
|
/optee_test-3.20.0/ta/crypt/ |
A D | arith_taf.c | 516 TEE_BigInt *src = lookup_handle(HT_BIGINT, params[0].value.a); in ta_entry_arith_to_fmm() local 534 TEE_BigIntFMM *src = lookup_handle(HT_FMMVAR, params[0].value.a); in ta_entry_arith_from_fmm() local
|
A D | cryp_taf.c | 199 TEE_OperationHandle src = op_handle_lookup(params[0].value.b); in ta_entry_copy_operation() local 492 TEE_ObjectHandle src = obj_handle_lookup(params[0].value.b); in ta_entry_copy_object_attributes() local
|
/optee_test-3.20.0/host/xtest/ |
A D | regression_4000.c | 342 const void *src, size_t src_len, in ta_crypt_cmd_cipher_update() 378 const void *src, in ta_crypt_cmd_cipher_do_final() 506 const void *src, in ta_crypt_cmd_ae_update() 544 const void *src, in ta_crypt_cmd_ae_encrypt_final() 589 const void *src, size_t src_len, in ta_crypt_cmd_ae_decrypt_final() 634 const void *src, in ta_crypt_cmd_asymmetric_operate() 685 const void *src, in ta_crypt_cmd_asymmetric_encrypt() 701 const void *src, in ta_crypt_cmd_asymmetric_decrypt()
|
A D | sock_server.c | 237 void *src = NULL; in sock_server_add_fd() local
|
/optee_test-3.20.0/host/openssl/include/openssl/ |
A D | tls1.h | 385 # define SSL_set_tlsext_opaque_prf_input(s, src, len) \ argument
|
Completed in 25 milliseconds