Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DCryptEccCrypt.c115 ERROR_RETURN(TPM_RC_CURVE); in CryptEccEncrypt()
179 ERROR_RETURN(TPM_RC_CURVE); in CryptEccDecrypt()
DCryptEccKeyExchange.c193 ERROR_RETURN(TPM_RC_CURVE); in C_2_2_ECDH()
339 ERROR_RETURN(TPM_RC_CURVE); in SM2KeyExchange()
DCryptEccMain.c649 return TPM_RC_CURVE; in CryptEccNewKeyPair()
783 ERROR_RETURN(TPM_RC_CURVE); in CryptEccGenerateKey()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/Shared/TPMDevice/src/
DTpmDevice.c520 {TPM_RC_CURVE, "TPM_RC_CURVE"},
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DTableMarshalData.c88 {MIN_MAX_MTYPE, TWO_BYTES|TAKES_NULL|HAS_BITS, (UINT8)TPM_RC_CURVE,
953 {MIN_MAX_MTYPE, TWO_BYTES|HAS_BITS, (UINT8)TPM_RC_CURVE,
DMarshal.c325 result = TPM_RC_CURVE; in TPM_ECC_CURVE_Unmarshal()
4464 result = TPM_RC_CURVE; in TPMI_ECC_CURVE_Unmarshal()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTpmTypes.h412 #define TPM_RC_CURVE (TPM_RC)(RC_FMT1+0x026) macro