Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DCryptEccCrypt.c115 ERROR_RETURN(TPM_RC_CURVE); in CryptEccEncrypt()
117 ERROR_RETURN(TPM_RC_SCHEME); in CryptEccEncrypt()
125 ERROR_RETURN(TPM_RC_NO_RESULT); in CryptEccEncrypt()
129 ERROR_RETURN(TPM_RC_HASH); in CryptEccEncrypt()
179 ERROR_RETURN(TPM_RC_CURVE); in CryptEccDecrypt()
181 ERROR_RETURN(TPM_RC_SCHEME); in CryptEccDecrypt()
188 ERROR_RETURN(TPM_RC_HASH); in CryptEccDecrypt()
207 ERROR_RETURN(TPM_RC_VALUE); in CryptEccDecrypt()
DCryptRsa.c349 ERROR_RETURN(TPM_RC_HASH); in OaepEncode()
353 ERROR_RETURN(TPM_RC_VALUE); in OaepEncode()
360 ERROR_RETURN(TPM_RC_FAILURE); in OaepEncode()
377 ERROR_RETURN(TPM_RC_FAILURE); in OaepEncode()
389 ERROR_RETURN(TPM_RC_VALUE); in OaepEncode()
438 ERROR_RETURN(TPM_RC_VALUE); in OaepDecode()
466 ERROR_RETURN(TPM_RC_VALUE); in OaepDecode()
477 ERROR_RETURN(TPM_RC_VALUE); in OaepDecode()
707 ERROR_RETURN(TPM_RC_SCHEME); in PssDecode()
852 ERROR_RETURN(TPM_RC_SCHEME); in RSASSA_Encode()
[all …]
DCryptEccSignature.c333 ERROR_RETURN(TPM_RC_VALUE); in BnSignEcSchnorr()
344 ERROR_RETURN(TPM_RC_SCHEME); in BnSignEcSchnorr()
519 ERROR_RETURN(TPM_RC_VALUE); in CryptEccSign()
774 ERROR_RETURN(TPM_RC_VALUE); in CryptEccValidateSignature()
790 ERROR_RETURN(TPM_RC_SCHEME); in CryptEccValidateSignature()
801 ERROR_RETURN(TPM_RC_SIGNATURE); in CryptEccValidateSignature()
804 ERROR_RETURN(TPM_RC_SIGNATURE); in CryptEccValidateSignature()
889 ERROR_RETURN(TPM_RC_VALUE); in CryptEccCommitCompute()
897 ERROR_RETURN(TPM_RC_CANCELED); in CryptEccCommitCompute()
900 ERROR_RETURN(TPM_RC_VALUE); in CryptEccCommitCompute()
[all …]
DCryptEccKeyExchange.c109 ERROR_RETURN(TPM_RC_VALUE); in C_2_2_MQV()
157 ERROR_RETURN(TPM_RC_NO_RESULT); in C_2_2_MQV()
193 ERROR_RETURN(TPM_RC_CURVE); in C_2_2_ECDH()
339 ERROR_RETURN(TPM_RC_CURVE); in SM2KeyExchange()
DCryptPrime.c290 ERROR_RETURN(g_inFailureMode ? TPM_RC_FAILURE : TPM_RC_VALUE); in RsaCheckPrime()
DCryptEccMain.c783 ERROR_RETURN(TPM_RC_CURVE); in CryptEccGenerateKey()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DMathOnByteBuffers.c161 ERROR_RETURN(TPM_RC_NO_RESULT); in ModExpB()
163 ERROR_RETURN(TPM_RC_SIZE); in ModExpB()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DGpMacros.h143 #define ERROR_RETURN(returnCode) \ macro
/external/pcre/dist2/src/
Dpcre2_compile.c2072 if (ptr >= cb->end_pattern) goto ERROR_RETURN; in get_ucp()
2081 if (ptr >= cb->end_pattern) goto ERROR_RETURN; in get_ucp()
2089 if (ptr >= cb->end_pattern) goto ERROR_RETURN; in get_ucp()
2091 if (c == CHAR_NUL) goto ERROR_RETURN; in get_ucp()
2095 if (c != CHAR_RIGHT_CURLY_BRACKET) goto ERROR_RETURN; in get_ucp()
2107 else goto ERROR_RETURN; in get_ucp()
2132 ERROR_RETURN: /* Malformed \P or \p */ in get_ucp()