Lines Matching refs:response
214 if (RET_OK != pTci->response.header.returnCode) in TEE_RSAGenerateKeyPair()
217 pTci->response.header.returnCode); in TEE_RSAGenerateKeyPair()
342 if (RET_OK != pTci->response.header.returnCode) in TEE_RSASign()
345 pTci->response.header.returnCode); in TEE_RSASign()
473 if (RET_OK != pTci->response.header.returnCode) in TEE_RSAVerify()
476 pTci->response.header.returnCode); in TEE_RSAVerify()
557 if (RET_OK != pTci->response.header.returnCode) in TEE_HMACKeyGenerate()
560 pTci->response.header.returnCode); in TEE_HMACKeyGenerate()
683 if (RET_OK != pTci->response.header.returnCode) in TEE_HMACSign()
686 pTci->response.header.returnCode); in TEE_HMACSign()
812 if (RET_OK != pTci->response.header.returnCode) in TEE_HMACVerify()
815 pTci->response.header.returnCode); in TEE_HMACVerify()
928 if (RET_OK != pTci->response.header.returnCode) in TEE_KeyImport()
931 pTci->response.header.returnCode); in TEE_KeyImport()
1049 if (RET_OK != pTci->response.header.returnCode) in TEE_GetPubKey()
1052 pTci->response.header.returnCode); in TEE_GetPubKey()