Searched refs:dst (Results 1 – 8 of 8) sorted by relevance
/optee_test/host/xtest/gp/include/ |
A D | xml_timearithm_api.h | 670 uint32_t cmd_id, uint32_t dst, in Invoke_BigIntMulMod() argument 697 uint32_t cmd_id, uint32_t dst, in Invoke_BigIntConvertFromS32() argument 705 uint32_t cmd_id, uint32_t dst, in Invoke_BigIntConvertToS32() argument 779 uint32_t cmd_id, uint32_t dst, in Invoke_BigIntConvertToFMM() argument 789 uint32_t cmd_id, uint32_t dst, in Invoke_BigIntConvertFromFMM() argument 798 uint32_t cmd_id, uint32_t dst, in Invoke_BigIntComputeFMM() argument 838 uint32_t cmd, uint32_t dst, uint32_t op) in Invoke_BigIntNeg() argument 852 uint32_t cmd, uint32_t dst, in Invoke_BigIntShiftRight() argument 859 uint32_t cmd, uint32_t dst, in Invoke_BigIntSquareMod() argument 969 uint32_t dst, in Invoke_BigIntConvertFromOctetString() argument [all …]
|
/optee_test/host/openssl/include/openssl/ |
A D | buffer.h | 100 size_t BUF_strlcpy(char *dst, const char *src, size_t siz); 101 size_t BUF_strlcat(char *dst, const char *src, size_t siz);
|
A D | ec.h | 205 int EC_GROUP_copy(EC_GROUP *dst, const EC_GROUP *src); 441 int EC_POINT_copy(EC_POINT *dst, const EC_POINT *src); 779 EC_KEY *EC_KEY_copy(EC_KEY *dst, const EC_KEY *src);
|
A D | evp.h | 1080 void EVP_PKEY_asn1_copy(EVP_PKEY_ASN1_METHOD *dst, 1208 void EVP_PKEY_meth_copy(EVP_PKEY_METHOD *dst, const EVP_PKEY_METHOD *src); 1278 int (*copy) (EVP_PKEY_CTX *dst, 1370 int (**pcopy) (EVP_PKEY_CTX *dst,
|
A D | asn1.h | 799 int ASN1_STRING_copy(ASN1_STRING *dst, const ASN1_STRING *str);
|
/optee_test/ta/os_test/include/ |
A D | testframework.h | 24 size_t my_strlcpy(char *dst, const char *src, size_t siz);
|
/optee_test/ta/crypt/ |
A D | cryp_taf.c | 107 TEE_OperationHandle dst = VAL2HANDLE(params[0].value.a); in ta_entry_copy_operation() local 115 TEE_CopyOperation(dst, src); in ta_entry_copy_operation() 400 TEE_ObjectHandle dst = VAL2HANDLE(params[0].value.a); in ta_entry_copy_object_attributes() local 407 return TEE_CopyObjectAttributes1(dst, src); in ta_entry_copy_object_attributes()
|
/optee_test/host/xtest/ |
A D | regression_4000.c | 342 void *dst, size_t *dst_len) in ta_crypt_cmd_cipher_update() argument 354 op.params[2].tmpref.buffer = dst; in ta_crypt_cmd_cipher_update() 379 void *dst, in ta_crypt_cmd_cipher_do_final() argument 507 void *dst, in ta_crypt_cmd_ae_update() argument 544 size_t src_len, void *dst, in ta_crypt_cmd_ae_encrypt_final() argument 589 void *dst, size_t *dst_len, in ta_crypt_cmd_ae_decrypt_final() argument 602 op.params[2].tmpref.buffer = dst; in ta_crypt_cmd_ae_decrypt_final() 635 void *dst, in ta_crypt_cmd_asymmetric_operate() argument 657 op.params[3].tmpref.buffer = dst; in ta_crypt_cmd_asymmetric_operate() 686 void *dst, in ta_crypt_cmd_asymmetric_encrypt() argument [all …]
|
Completed in 30 milliseconds