Searched refs:RET_OK (Results 1 – 3 of 3) sorted by relevance
214 if (RET_OK != pTci->response.header.returnCode) in TEE_RSAGenerateKeyPair()342 if (RET_OK != pTci->response.header.returnCode) in TEE_RSASign()473 if (RET_OK != pTci->response.header.returnCode) in TEE_RSAVerify()557 if (RET_OK != pTci->response.header.returnCode) in TEE_HMACKeyGenerate()683 if (RET_OK != pTci->response.header.returnCode) in TEE_HMACSign()812 if (RET_OK != pTci->response.header.returnCode) in TEE_HMACVerify()928 if (RET_OK != pTci->response.header.returnCode) in TEE_KeyImport()1049 if (RET_OK != pTci->response.header.returnCode) in TEE_GetPubKey()
52 #define RET_OK 0 macro
34 #define RET_OK 0 /**< Set, if processing is error free */ macro