Lines Matching refs:cmd

1059 						   uint32_t cmd, uint32_t algo,  in Invoke_Crypto_AllocateOperation()  argument
1080 res = TEEC_InvokeCommand(s, cmd, &op, &ret_orig); in Invoke_Crypto_AllocateOperation()
1093 uint32_t cmd, in Invoke_Crypto_GetOperationInfo() argument
1104 res = TEEC_InvokeCommand(s, cmd, &op, &ret_orig); in Invoke_Crypto_GetOperationInfo()
1129 uint32_t cmd, in Invoke_Crypto_GetOperationInfoMultiple() argument
1154 res = TEEC_InvokeCommand(s, cmd, &op, &org); in Invoke_Crypto_GetOperationInfoMultiple()
1229 uint32_t cmd, in Invoke_Crypto_ResetOperation() argument
1232 return Invoke_Simple_Function_v1(c, s, cmd, op_handle, 0); in Invoke_Crypto_ResetOperation()
1237 uint32_t cmd, in Invoke_Crypto_FreeAllKeysAndOperations() argument
1240 return Invoke_Simple_Function_v1(c, s, cmd, op_handle, 0); in Invoke_Crypto_FreeAllKeysAndOperations()
1292 Invoke_Crypto_InitObjectWithKeys(ADBG_Case_t *c, TEEC_Session *s, uint32_t cmd, in Invoke_Crypto_InitObjectWithKeys() argument
1349 res = TEEC_InvokeCommand(s, cmd, &op, &org); in Invoke_Crypto_InitObjectWithKeys()
1364 uint32_t cmd, uint32_t obj_type, in Invoke_Crypto_InitObjectWithKeysExt() argument
1373 return Invoke_Crypto_InitObjectWithKeys(c, s, cmd, obj_type, obj_size, in Invoke_Crypto_InitObjectWithKeysExt()
1382 TEEC_Session *s, uint32_t cmd, in Invoke_Crypto_SetOperationKey() argument
1386 TEEC_Result res = Invoke_Simple_Function_v1(c, s, cmd, op_handle, in Invoke_Crypto_SetOperationKey()
1400 uint32_t cmd, in Invoke_Crypto_SetOperationKey2() argument
1405 TEEC_Result res = Invoke_Simple_Function_v2(c, s, cmd, op_handle, in Invoke_Crypto_SetOperationKey2()
1418 uint32_t cmd, uint32_t op_handle, in Invoke_Crypto_DeriveKey() argument
1435 return Invoke_Simple_Function_v2(c, s, cmd, op_handle, obj_handle, in Invoke_Crypto_DeriveKey()
1440 uint32_t cmd, uint32_t op_handle, in Invoke_Crypto_AEInit() argument
1468 res = TEEC_InvokeCommand(s, cmd, &op, &org); in Invoke_Crypto_AEInit()
1475 uint32_t cmd, in Invoke_Crypto_AEUpdate_for_encryption() argument
1510 res = TEEC_InvokeCommand(s, cmd, &op, &org); in Invoke_Crypto_AEUpdate_for_encryption()
1539 uint32_t cmd, in Invoke_Crypto_AEUpdate_for_decryption() argument
1574 res = TEEC_InvokeCommand(s, cmd, &op, &ret_orig); in Invoke_Crypto_AEUpdate_for_decryption()
1605 uint32_t cmd, in Invoke_Crypto_AEUpdateAAD() argument
1626 res = TEEC_InvokeCommand(s, cmd, &op, &ret_orig); in Invoke_Crypto_AEUpdateAAD()
1642 uint32_t cmd, in Invoke_Crypto_AEEncryptFinal() argument
1695 res = TEEC_InvokeCommand(s, cmd, &op, &ret_orig); in Invoke_Crypto_AEEncryptFinal()
1737 uint32_t cmd, in Invoke_Crypto_AEDecryptFinal() argument
1794 res = TEEC_InvokeCommand(s, cmd, &op, &ret_orig); in Invoke_Crypto_AEDecryptFinal()
1833 uint32_t cmd) in Invoke_Crypto_GenerateRandom() argument
1848 res = TEEC_InvokeCommand(s, cmd, &op, &ret_orig); in Invoke_Crypto_GenerateRandom()
1887 uint32_t cmd, uint32_t op_handle, in Invoke_Crypto_DigestUpdate() argument
1907 res = TEEC_InvokeCommand(s, cmd, &op, &ret_orig); in Invoke_Crypto_DigestUpdate()
1915 uint32_t cmd, uint32_t op_handle, in Invoke_Crypto_DigestDoFinal() argument
1948 res = TEEC_InvokeCommand(s, cmd, &op, &ret_orig); in Invoke_Crypto_DigestDoFinal()
1985 uint32_t cmd, uint32_t oph, in Invoke_Crypto_AsymmetricSignDigest() argument
2023 res = TEEC_InvokeCommand(s, cmd, &op, &ret_orig); in Invoke_Crypto_AsymmetricSignDigest()
2050 uint32_t cmd, uint32_t oph, in Invoke_Crypto_AsymmetricVerifyDigest() argument
2096 res = TEEC_InvokeCommand(s, cmd, &op, &ret_orig); in Invoke_Crypto_AsymmetricVerifyDigest()
2109 uint32_t cmd, in Invoke_Crypto_AsymmetricEncrypt() argument
2146 res = TEEC_InvokeCommand(s, cmd, &op, &ret_orig); in Invoke_Crypto_AsymmetricEncrypt()
2176 uint32_t cmd, in Invoke_Crypto_AsymmetricDecrypt() argument
2217 res = TEEC_InvokeCommand(s, cmd, &op, &ret_orig); in Invoke_Crypto_AsymmetricDecrypt()
2258 uint32_t cmd, uint32_t dst_oph, in Invoke_Crypto_CopyOperation() argument
2261 return Invoke_Simple_Function_v1(c, s, cmd, dst_oph, src_oph); in Invoke_Crypto_CopyOperation()
2266 uint32_t cmd, uint32_t oph, in Invoke_Crypto_MACInit() argument
2283 res = TEEC_InvokeCommand(s, cmd, &op, &ret_orig); in Invoke_Crypto_MACInit()
2303 uint32_t cmd, uint32_t oph, in Invoke_Crypto_MACUpdate() argument
2322 res = TEEC_InvokeCommand(s, cmd, &op, &ret_orig); in Invoke_Crypto_MACUpdate()
2332 uint32_t cmd, uint32_t oph, in Invoke_Crypto_MACCompareFinal() argument
2372 res = TEEC_InvokeCommand(s, cmd, &op, &ret_orig); in Invoke_Crypto_MACCompareFinal()
2386 uint32_t cmd, uint32_t oph, in Invoke_Crypto_MACComputeFinal() argument
2417 res = TEEC_InvokeCommand(s, cmd, &op, &ret_orig); in Invoke_Crypto_MACComputeFinal()
2454 uint32_t cmd, uint32_t oph, in Invoke_Crypto_CipherInit() argument
2472 res = TEEC_InvokeCommand(s, cmd, &op, &ret_orig); in Invoke_Crypto_CipherInit()
2497 uint32_t cmd, uint32_t oph, in Invoke_Crypto_CipherUpdate() argument
2529 res = TEEC_InvokeCommand(s, cmd, &op, &ret_orig); in Invoke_Crypto_CipherUpdate()
2562 uint32_t cmd, uint32_t oph, in Invoke_Crypto_CipherDoFinal() argument
2596 res = TEEC_InvokeCommand(s, cmd, &op, &ret_orig); in Invoke_Crypto_CipherDoFinal()
2650 uint32_t cmd, uint32_t oph) in Invoke_Crypto_FreeOperation() argument
2652 return Invoke_Simple_Function_v1(c, s, cmd, oph, 0); in Invoke_Crypto_FreeOperation()
3507 uint32_t cmd, in Invoke_Crypto_EnsureIntermediateBufferSize() argument
3510 return Invoke_Simple_Function_v1(c, s, cmd, oph, 0); in Invoke_Crypto_EnsureIntermediateBufferSize()
3514 TEEC_Session *s, uint32_t cmd, in Invoke_AllocateTransientObject() argument
3519 return Invoke_Simple_Function_v2(c, s, cmd, oph, 0, obj_type, in Invoke_AllocateTransientObject()
3524 uint32_t cmd, in Invoke_RestrictObjectUsage1() argument
3528 return Invoke_Simple_Function_v1(c, s, cmd, obj_handle, obj_usage); in Invoke_RestrictObjectUsage1()
3533 uint32_t cmd, uint32_t buffer, in Invoke_StoreAttributeBuffer() argument
3556 res = TEEC_InvokeCommand(sess, cmd, &op, &org); in Invoke_StoreAttributeBuffer()
3564 uint32_t cmd, uint32_t attr, in Invoke_InitRefAttribute() argument
3567 return Invoke_Simple_Function_v2(c, sess, cmd, attr, attr_id, in Invoke_InitRefAttribute()