Home
last modified time | relevance | path

Searched refs:param_is_memref (Results 1 – 1 of 1) sorted by relevance

/optee_os-3.20.0/ta/pkcs11/src/
A Dentry.c83 static bool __maybe_unused param_is_memref(uint32_t ptypes, unsigned int index) in param_is_memref() function
148 param_is_memref(ptypes, 1) ? params[1].memref.size : 0, in TA_InvokeCommandEntryPoint()
149 param_is_memref(ptypes, 1) ? params[1].memref.buffer : NULL, in TA_InvokeCommandEntryPoint()
152 param_is_memref(ptypes, 2) ? params[2].memref.size : 0, in TA_InvokeCommandEntryPoint()
153 param_is_memref(ptypes, 2) ? params[2].memref.buffer : NULL); in TA_InvokeCommandEntryPoint()

Completed in 2 milliseconds